GitDeployHub

bentlybro/permalog

github.com/bentlybro/permalog ↗
Python
5 environment variables found in .env.example

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

  • FLASK_SECRET_KEY secret Flask Secret Key (used for session management) Generate a secure random string for production
  • FLASK_DEBUG Debug mode (set to False in production)
  • PERMALOG_ADMIN_USERNAME Initial Admin User (created on first run if no users exist)
  • PERMALOG_ADMIN_EMAIL
  • CORS_ALLOWED_ORIGINS CORS settings (comma-separated list or * for all origins)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bentlybro/permalog
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bentlybro/permalog
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bentlybro/permalog
Or deploy to a different host
← Try another repo