API Connection

Stored in localStorage.coach_api_base. Leave blank to use auto-detected default.
Stored in localStorage.coach_api_token. Only needed if the API sets API_AUTH_TOKEN.

Notes

If the API is protected, requests must include:
Authorization: Bearer <token>

Privacy & Data

Local This page stores connection settings in your browser only: localStorage.coach_api_base and localStorage.coach_api_token.
Server The API stores sensitive personal data in file-first logs under data/ and (for some features) SQLite under storage/. Treat the server as private: lock down access, backups, and git history.
Wipe Clearing this page only removes browser settings. To wipe server data, delete the relevant files on the server (manual, irreversible).
Exports use your configured API base + auth headers, same as the rest of the PWA.