GitDeployHub

georgyo/plume

github.com/georgyo/plume ↗
Rust
7 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/georgyo/plume
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/georgyo/plume
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/georgyo/plume
← Try another repo