diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-08-19 16:35:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 6cabb205ea995a95f2211896f738f226fd27f7bb (patch) | |
| tree | f46a70cc331fc738d59acbc19a5ad9b0f8e6a031 /README.md | |
| parent | 8c25a6f240d92f85a370df684da1d485829a894b (diff) | |
Migrate to SQLite3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,7 +4,7 @@ Minimalist scheduling. A mobile friendly, fast, self-hosted Doodle alternative. ## Installation -The Diddle app is a traditional Flask web app that uses PostgreSQL for persistence. User settings are stored in HTTP cookies. +The Diddle app is a traditional Flask web app that uses SQLite for persistence. User settings are stored in HTTP cookies. Build a container image with `docker compose` (see `compose.yml`): @@ -28,11 +28,7 @@ You can also run the app without containerization: | Variable | Description | | -------- | ----------- | | BASE_URL | E.g. `diddle.my-server.net`, used as a prefix in dynamically generated links **(required)** | -| DB_PASSWORD | Postgres password **(required)** | -| DB_HOST | Postgres host (default: db) | -| DB_PORT | Postgres port (default: 5432) | -| DB_DATABASE | Postgres database (default: postgres) | -| DB_USER | Postgres user (default: postgres) | +| DB_PATH | Path to the SQLite database **(required)** | | EMAIL_HOST | SMTP host address | | EMAIL_PORT | SMTP port | | EMAIL_HOST_USER | SMTP host user | |
