GitDeployHub

aloisklink/47ng-cloak

github.com/aloisklink/47ng-cloak ↗
Node.js API
3 environment variables found in .env.example

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

  • CLOAK_MASTER_KEY secret Master key for encrypting/decrypting the environment keychain
  • CLOAK_KEYCHAIN Environment keychain, encrypted by the Master key
  • CLOAK_CURRENT_KEY secret Current key fingerprint to use for encryption (must be in the keychain)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aloisklink/47ng-cloak
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aloisklink/47ng-cloak
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aloisklink/47ng-cloak
Or deploy to a different host
← Try another repo