Update .env.example and README.md to clarify JWT_SECRET requirements; enhance telemt API route handling to preserve query parameters; adjust TypeScript configuration to exclude specific directories; improve data grid components with new features and optimizations.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 3m58s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 19:22:26 +07:00
parent 9bebc9e92d
commit d35fa5a285
65 changed files with 6735 additions and 1027 deletions
+3
View File
@@ -5,8 +5,11 @@ REUI_LICENSE_KEY=
PANEL_MODE=standalone
TELEMT_API_URL=http://127.0.0.1:9091
TELEMT_AUTH_HEADER=
# REQUIRED in production (≥ 8 chars). Generate: openssl rand -hex 32
JWT_SECRET=dev-secret-change-me-please
JWT_TTL_HOURS=24
PANEL_ENCRYPTION_KEY=dev-encryption-key-change-me
PANEL_PUBLIC_URL=http://127.0.0.1:8080
BOOTSTRAP_USERNAME=admin