aboutsummaryrefslogtreecommitdiff
path: root/config.example.yaml
Commit message (Expand)AuthorAgeFilesLines
* feat: Add POST /api/reload endpoint for config reloadFuwn2026-01-201-5/+14
* feat: Add SVG status badge endpointFuwn2026-01-201-0/+3
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-201-0/+7
* perf: Optimize API refresh to single /api/page requestFuwn2026-01-201-0/+2
* feat: Add API-based refresh mode for smoother updatesFuwn2026-01-201-0/+8
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-201-0/+26
* feat: Add all remaining monitor options to group defaultsFuwn2026-01-201-13/+44
* feat: Expand group-level defaults with more monitor optionsFuwn2026-01-201-8/+29
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-201-0/+3
* feat: Add database connection monitoring typeFuwn2026-01-201-5/+28
* feat: Add configurable UI scale optionFuwn2026-01-201-0/+4
* feat: Add clickable link option for monitor namesFuwn2026-01-201-0/+1
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-201-4/+0
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-191-0/+2
* fix: Remove duplicate monitor name validation across groupsFuwn2026-01-191-0/+2
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-191-2/+61
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-191-9/+13
* feat: Add configurable user_agent to bypass bot detectionFuwn2026-01-191-0/+3
* feat: Add round_uptime option to round uptime percentagesFuwn2026-01-191-0/+2
* feat: Add group defaults, content checking, SSL tracking for Gemini, hide/rou...Fuwn2026-01-191-8/+32
* feat: Add reset_on_next_check flag to wipe monitor historyFuwn2026-01-191-1/+4
* feat: Add Gemini protocol supportFuwn2026-01-191-1/+12
* feat: Add retry option for monitor checksFuwn2026-01-191-0/+3
* feat: Add browser timezone option for client-side time displayFuwn2026-01-191-2/+6
* feat: Simplify Docker to single data volume mountFuwn2026-01-191-2/+7
* feat: Initial commitFuwn2026-01-171-0/+141