feat: add domain-based index file selection and request logging

This commit is contained in:
Andrew 2025-05-05 20:03:16 +07:00
parent 7a69ffb8ba
commit 6164836cfc
3 changed files with 135 additions and 35 deletions

View file

@ -8,3 +8,5 @@ authors = ["Andrew G. <me@nuark.xyz>"]
actix-web = "4.7.0"
actix-files = "0.6.6"
clap = { version = "4.5.7", features = ["derive"] }
env_logger = "0.11.8"
log = "0.4.27"