phoenix 83f79a1cb8
pr Build / Rustfmt (pull_request) Successful in 38s
pr Build / Check (pull_request) Successful in 1m36s
pr Build / Clippy (pull_request) Successful in 3m26s
Updating name
2026-07-13 17:11:14 -04:00
2026-07-10 17:42:38 -04:00
2026-06-11 18:02:23 -04:00
2026-07-13 17:11:14 -04:00
2026-07-13 17:07:50 -04:00
2026-07-06 22:03:16 -04:00
2026-07-06 22:03:16 -04:00
2026-06-13 12:54:17 -04:00
2026-07-13 17:11:14 -04:00
2026-07-13 17:11:14 -04:00
2026-07-10 17:42:38 -04:00
2026-07-10 17:42:38 -04:00
2026-07-10 17:42:38 -04:00

Getting started

Quickest way to get started is with docker, make sure that it is installed. Copy over the .env.docker.sample file and name it .env.

For SECRET_KEY provide a key that is at least 32-characters. This is used for token creation. Additionally, provide credentials for the database for the DB_* keys.

Make sure that ENABLE_REGISTRATION is set to true, otherwise registration will not work.

Build the container

docker compose build

Bring up the container

docker compose up
S
Description
No description provided
Readme
1.9 MiB
Languages
Rust 99%
Dockerfile 1%