Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 563 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 563 Bytes

Lifeline

Create your own life timeline using Timeline.js and fetching data from Google Sheets.

How to run?

Paste following to zerops.io as import services yml:

services:
  - hostname: lifeline
    type: go@1
    ports:
      - port: 1999
    envVariables:
      GOOGLE_JSON_CREDENTIALS: |-
        <your-service-account-credentials-json-content>
      SPREADSHEET_ID: <your-spreadsheet-id>
    buildFromGit: https://github.com/tikinang/lifeline
    enableSubdomainAccess: true
    minContainers: 1
    maxContainers: 1