2.0.0 Beta : Self-hosted Release

This commit is contained in:
2026-08-09 02:03:29 +08:00
parent 63a0751aba
commit 37cb05eb70
33 changed files with 810 additions and 31 deletions
+19
View File
@@ -0,0 +1,19 @@
# Generate with: python -c "import secrets; print(secrets.token_urlsafe(48))"
SECRET_KEY=replace-with-a-long-random-secret
ADMIN_TOKEN=replace-with-a-strong-admin-token
# public: everyone can read; private: VIEWER_TOKEN required
SITE_VISIBILITY=private
VIEWER_TOKEN=replace-with-a-viewer-password
YRTV_PORT=5001
YRTV_DATA_PATH=./runtime-data
BRAND_PRIMARY=Superjacky6
BRAND_ALIASES=jacky,jk,yr,jacky0987
WEB_CONCURRENCY=1
WEB_THREADS=2
WEB_TIMEOUT=120
SLOW_QUERY_THRESHOLD_SECONDS=0.25