.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)
brew install flyctl && fly launch --from https://github.com/aloisklink/47ng-cloak
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aloisklink/47ng-cloak
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aloisklink/47ng-cloak