Initial implementation

This commit is contained in:
2025-09-27 00:29:57 -05:00
commit 957bf1b549
13 changed files with 4671 additions and 0 deletions

14
Rocket.toml Normal file
View File

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