.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPEN_NOTEBOOK_ENCRYPTION_KEY
secret
Encryption key for storing API credentials securely in the database Change this to any secret string (minimum 16 characters recommended)
SURREAL_URL
SURREAL_USER
SURREAL_PASSWORD
secret
SURREAL_NAMESPACE
SURREAL_DATABASE
brew install flyctl && fly launch --from https://github.com/lfnovo/open-notebook
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/lfnovo/open-notebook
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/lfnovo/open-notebook