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

3
Cargo.lock generated
View File

@@ -1490,6 +1490,7 @@ dependencies = [
"chrono-tz",
"dotenvy",
"env_logger",
"http",
"log",
"maud",
"rand 0.10.0",
@@ -1504,6 +1505,7 @@ dependencies = [
"tokio",
"tower",
"tower-http",
"url",
"uuid",
]
@@ -2939,6 +2941,7 @@ dependencies = [
"idna",
"percent-encoding",
"serde",
"serde_derive",
]
[[package]]