Add basic project files and templates

This commit is contained in:
2025-02-07 20:57:26 +00:00
commit a942c094b3
29 changed files with 738 additions and 0 deletions

16
stack.env.example Normal file
View File

@@ -0,0 +1,16 @@
APP_PORT=5006
REPO_DIR=.
APP_LOCAL_SETTINGS=./app/local_settings.py
APP_DATABASE_FILE=./db.sqlite3
DOMAIN=dev.local
URL=http://127.0.0.1:5006
ALLOWED_HOSTS=127.0.0.1,dev.local,zm.is,localhost,xf
NOTIFY_TOPIC=some-ntfy-topic
CSRF_TRUSTED_ORIGINS=http://127.0.0.1:5006,http://localhost:5006,http://qi:5006
DEBUG=y
SECRET_KEY=asdkld00s0s0ds
STATIC_ROOT=/conf/static
REGISTRATION_OPEN=1
OPERATION=dev
PROFILER=0
BILLING_ENABLED=0