initial commit

This commit is contained in:
2025-10-07 12:32:31 +02:00
commit c31126cf3b
12 changed files with 623 additions and 0 deletions

2
gunicorn_config.py Normal file
View File

@@ -0,0 +1,2 @@
bind = "127.0.0.1:8088"
workers = 3