-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
inktracker-wiki-bot edited this page Jul 10, 2026
·
4 revisions
DATABASE_URL
REDIS_URLAPP_ENVAPP_HOSTAPP_PORT
InkTracker runs without authentication by default (LAN-only / behind a VPN or tunnel).
To protect the destructive endpoints (/settings/backup, /settings/restore,
/settings/reset), set ADMIN_API_TOKEN. When set, those requests must include the
header X-Admin-Token: <value>. Leave it unset to keep the no-auth default.
Use a long random value, e.g. openssl rand -hex 32.
See .env.example for defaults.