.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MIGRATION_DIRECTORY
The directory containing database migrations For Postgres: migrations/postgres For SQlite: migrations/sqlite
DATABASE_URL
secret
The URL of your database (or its path for SQlite databases)
BASE_URL
The domain of your instance
RUST_LOG
Log level for each crate
ROCKET_SECRET_KEY
secret
The secret key for private cookies and CSRF protection You can generate one with `openssl rand -base64 32`
ROCKET_PORT
Port and address which Plume will use
ROCKET_ADDRESS
brew install flyctl && fly launch --from https://github.com/georgyo/plume
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/georgyo/plume
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/georgyo/plume