casket/casket-backend
..
2025-01-08 15:23:32 +01:00
2025-01-22 19:40:01 +01:00
2025-01-15 09:13:00 +01:00
2025-01-13 07:38:26 +01:00

Casket backend

Backend server for casket.

Running

cd casket-backend
cargo run

Configuration

See casket.toml for an example config file. By default, the following files are checked to exist:

  • ./casket-backend/casket.toml
  • /config/casket.toml

Additionally, it is possible to provide configs via environment variables. Use the prefix CASKET_. For nested configs use two underscores to mark the place to split:

CASKET_SERVER__port=1234