GitDeployHub

lfnovo/open-notebook

github.com/lfnovo/open-notebook ↗
Python
6 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/lfnovo/open-notebook
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/lfnovo/open-notebook
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/lfnovo/open-notebook
Or deploy to a different host
← Try another repo