feat(censorcheck): добавить статус блокировок и launcher curl | bash
Docker / build (push) Failing after 25s

Прогон с VPS через HMAC-токен матчится к существующим серверам; UI /blocking показывает текущие проверки и историю.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-08-22 10:52:22 +07:00
co-authored by Cursor
parent 9e0311b53a
commit 5c43d88f1a
52 changed files with 3847 additions and 53 deletions
+7
View File
@@ -5,6 +5,8 @@
CF_DNS_API_TOKEN=
[email protected]
VPS_DOMAIN=vps.example.com
# Короткий хост для launcher: curl -fsSL https://vt.example.com/cc | bash
VPS_LAUNCHER_DOMAIN=vt.example.com
# TRAEFIK_IMAGE_TAG=v3.7
# TRAEFIK_HTTP_PORT=80
# TRAEFIK_HTTPS_PORT=443
@@ -23,5 +25,10 @@ AUTH_JWT_SECRET=
AUTH_ISSUER=https://auth.shnt.top
AUTH_PORTAL_URL=https://auth.shnt.top
# --- Censorcheck launcher (GET /cc, ingest HMAC) ---
# CENSORCHECK_INGEST_SECRET=
# CENSORCHECK_PUBLIC_URL=https://vt.example.com
# TRUST_PROXY is set to 1 in compose (Traefik X-Forwarded-For).
# --- Backup import (POST /api/backup/*). Fastify default is 1 MiB → 413 Content Too Large.
# BACKUP_BODY_LIMIT_BYTES=104857600