feat: DSH编排基建首版(server/tests 88用例/P2插件/8020端口/PORT-NOTE/MOBILE_APP)

This commit is contained in:
2026-09-12 14:20:02 +08:00
commit f6acd20325
128 changed files with 24471 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Copy to .env and fill in. Generate secrets with:
# python -c "import secrets; print(secrets.token_hex(32))"
# --- PostgreSQL (dedicated instance created by docker compose) ---
POSTGRES_USER=dsh
POSTGRES_PASSWORD=
POSTGRES_DB=dsh
# --- dsh-sync ---
DSH_BOOTSTRAP_ADMIN_TOKEN=
DSH_INVITE_CODE=
DSH_ADMIN_USERNAME=admin
DSH_MAX_PLUGIN_MB=20
# --- Caddy ---
DSH_SYNC_DOMAIN=sync.example.com