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