Password-protected helper UI to inspect all configured burn bot projects
and update the central projects.json via the local admin API.
The API runs on the same host and port as this UI.
Admin login
Authenticate against the local admin API. On success, a session cookie
is created and all subsequent API calls use that session.
Existing projects
Loaded live from the local admin API. Arrays are shown as pills;
Telegram-related IDs include deep links where possible.
Create new project
All required fields must be filled. The form will construct the
full JSON object according to the current schema and send the
updated list to the admin API.
writes via /admin/projects
Current projects.json
This reflects the in-memory representation of your projects as
loaded and saved via the admin API.
Note: The actual file lives on the server. This view is synced by
calling /admin/projects. Each save creates a backup on
the server.