feat: List domains user can see on homepage

This commit is contained in:
selfhoster selfhoster 2026-09-19 10:00:24 +02:00
commit 8a7e644960
11 changed files with 136 additions and 58 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
argh = "0.1.19"
axum = { version = "0.8.9", optional = true }
axum = { version = "0.8.9", optional = true, features = ["macros"] }
axum-extra = { version = "0.12.6", features = ["cookie"], optional = true }
camino = "1.2.5"
dn_escape = { path = "vendor/dn_escape" }