Installation¶
There are two supported ways to run Eskoz:
- With Docker — recommended; everything (app, PostgreSQL, reverse proxy with automatic HTTPS) is wired up for you.
- On bare metal — you run Gunicorn, PostgreSQL and a reverse proxy yourself.
Both share the same first steps: get the code and create a .env file.
1. Clone the repository¶
2. Create your environment file¶
Then edit .env to match your environment. Every variable is documented in
Configuration.
Generate a secret key
Never reuse the example secret key. Generate a fresh one:
Requirements¶
- Docker
- Docker Compose
- Python 3.13
- PostgreSQL 16
gettext(for compiling translations)- A reverse proxy (Nginx or Caddy)
Next: head to Configuration, then pick a deployment guide.