Add instance configuration UI and backend

This commit is contained in:
2026-04-30 17:45:05 +02:00
parent 1578c3a708
commit 4229444f96
17 changed files with 293 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ chrono = { version = "0.4.43", features = ["serde"] }
chrono-tz = "0.10.4"
dotenvy = "0.15.7"
env_logger = "0.11.9"
http = "1.4.0"
log = "0.4.29"
maud = { version = "0.27.0", features = ["axum"] }
rand = "0.10.0"
@@ -27,4 +28,5 @@ thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["full"] }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.6.8", features = ["full"] }
url = { version = "2.5.8", features = ["serde"] }
uuid = { version = "1.21.0", features = ["serde", "v7"] }