Add initial setup and admin page
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 23s
Cargo Build & Test / Rust project - latest (beta) (push) Failing after 35s
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 33s

This commit is contained in:
2025-10-04 16:04:19 -05:00
parent bf5d3dc222
commit f859f8f34b
15 changed files with 926 additions and 44 deletions

View File

@@ -1,14 +1,14 @@
[default]
log_level = "debug"
log_level = "info"
address = "0.0.0.0"
port = 8000
[default.tls]
key = "certs/key.pem"
certs = "certs/cert.pem"
# [default.tls]
# key = "certs/key.pem"
# certs = "certs/cert.pem"
[default.databases.podcast_db]
url = "podcasts.sqlite"
url = "data/podcasts.sqlite"
[default.limits]
json = "100MiB"