GitDeployHub

andyli/agile-octopus-at-home

github.com/andyli/agile-octopus-at-home ↗
Node.js API
3 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OCTOPUS_ENERGY_API_KEY secret Find API key in https://octopus.energy/dashboard/new/accounts/personal-details/api-access
  • OCTOPUS_ENERGY_PRODUCT_CODE See the "Unit rates" section of the above webpage
  • OCTOPUS_ENERGY_TARIFF_CODE
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/andyli/agile-octopus-at-home
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/andyli/agile-octopus-at-home
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/andyli/agile-octopus-at-home
Or deploy to a different host
← Try another repo