first commit

This commit is contained in:
2026-01-02 15:49:01 +03:00
commit 4348f76a7c
80 changed files with 10133 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
QBIT_BASE_URL=http://zimaos.bee:8181
QBIT_USERNAME=admin
QBIT_PASSWORD=adminadmin
APP_USERNAME=qbuffer
APP_PASSWORD=changeme
JWT_SECRET=replace_me
APP_HOST=localhost
WEB_ORIGIN=http://localhost:5173
SERVER_PORT=3001
WEB_PORT=5173
POLL_INTERVAL_MS=3000
ENFORCE_INTERVAL_MS=2000
DEFAULT_DELAY_MS=3000
MAX_LOOP_LIMIT=1000
STALLED_RECOVERY_MS=300000
TIMER_POLL_MS=60000
NODE_ENV=development