feat: enhance logging and error handling, update HTML templates, and add footer

This commit is contained in:
2026-01-25 11:07:44 +01:00
parent f403b6549d
commit bb8bbf8a24
12 changed files with 295 additions and 169 deletions

View File

@@ -11,11 +11,7 @@ chrono = "0.4"
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"
tokio = { version = "1.48.0", features = [
"macros",
"rt-multi-thread",
"signal",
"time",
] }
tokio = { version = "1.48.0", features = ["fs", "macros", "rt-multi-thread", "signal", "time"] }
uuid = { version = "1.19.0", features = ["v4"] }
base64 = "0.22.1"
mime_guess = "2.0.5"