-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy and Secrets
Fins1600 edited this page May 11, 2026
·
1 revision
Weekaroo is local-first, but it can display sensitive information from calendars, notes, weather stations, and AI providers. Treat configuration files as private data.
- Calendar feed URLs
- WeatherFlow Tempest station tokens
- OpenRouter/OpenAI-compatible API keys
- Personal notes or private family messages
- Generated weather history from a private location
- Screenshots containing real calendar events, notes, private locations, or family data
Do not publish these files:
calendars.jsonfamily-messages.jsoncountdowns.jsontimers.jsonweather-config.jsonai-config.jsonweather-history.jsonday-notes.json
Before publishing screenshots, configs, or generated artifacts, run:
grep -RInE "apiKey|token|secret|BEGIN|sk-|Bearer|calendar.*ics|@|address|street" . --exclude-dir=.gitReview every hit manually.
Weekaroo is designed for local/LAN use. Do not expose it directly to the internet without adding authentication, TLS, and a deployment-specific threat model.
API keys are never returned to the browser by the built-in settings endpoints.