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>
Data Storage
Local
This page stores connection settings on this device:
localStorage.coach_api_base and localStorage.coach_api_token.
Server
The API stores app data in file-first logs under
data/ and, for some features, SQLite under storage/.
Clear
Clearing this page only removes browser settings. Server-side files are managed directly on the server.
Exports use your configured API base + auth headers, same as the rest of the PWA.