summaryrefslogtreecommitdiff
path: root/frontends/etc
AgeCommit message (Collapse)Author
2026-01-08Add PrometheusHosts to gogios config for f3s cluster alertsPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019b9eec-b607-7271-9b75-f05255a60742 Co-authored-by: Amp <amp@ampcode.com>
2026-01-07Fix gogios monitoring to skip server hostname www/standby variantsPaul Buetow
Skip blowfish.buetow.org and fishfinger.buetow.org in the @acme_hosts loop that creates monitoring checks for www and standby prefix variants. These server-specific hostnames: - Don't have DNS records for www/standby prefixes - Already have dedicated bare hostname checks (lines 29-46) - Should only be monitored without prefix variants This prevents 12 false critical alerts for non-existent: - www.blowfish.buetow.org - standby.blowfish.buetow.org - www.fishfinger.buetow.org - standby.fishfinger.buetow.org Follows same pattern as httpd.conf.tpl and relayd.conf.tpl where server hostnames are skipped in shared configuration loops. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06Fix 404 errors for blowfish/fishfinger index.txt URLsPaul Buetow
Added blowfish.buetow.org and fishfinger.buetow.org to @acme_hosts array to ensure proper routing through relayd to localhost instead of falling through to f3s cluster backends. Changes: - Rexfile: Add blowfish.buetow.org and fishfinger.buetow.org to @acme_hosts - httpd.conf.tpl: Skip current server hostname in @acme_hosts loop to avoid duplicate server blocks (already handled by dedicated "Current server's FQDN" block) - relayd.conf.tpl: Skip both server hostnames in TLS keypair loop since each server only has its own certificate (not the other server's cert) This ensures relayd routes these hostnames to localhost:8080 where httpd serves content from /htdocs/buetow.org/self including index.txt health checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06add gogios.buetow.orgPaul Buetow
2026-01-03Enable WebSocket support in relayd for audiobookshelfPaul Buetow
- Add http websockets directive to relayd.conf.tpl to allow WebSocket upgrade connections - Fix "Socket failed to connect" error in audiobookshelf web interface - Also add immich helm chart configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30Add automatic fallback for f3s hosts when cluster is downPaul Buetow
Configure OpenBSD relayd and httpd to serve a friendly fallback page when the f3s Kubernetes cluster is unreachable. Changes to relayd.conf.tpl: - Reorder relay forward statements: f3s first, localhost as backup - Remove protocol-level forward rules for f3s hosts to enable relay-level failover - Add explicit localhost routing for non-f3s hosts - Health checks on f3s table trigger automatic failover to localhost Changes to httpd.conf.tpl: - Add request rewrite directive to serve fallback page for ALL paths - Prevents 404 errors for deep links like /login?redirect=/files/ - Ensures consistent fallback experience regardless of requested URL When all f3s nodes fail health checks, traffic automatically routes to localhost:8080 serving static fallback content from /var/www/htdocs/f3s_fallback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30fallback page displayPaul Buetow
2025-12-03initial f3s fallbackPaul Buetow
2025-11-04remove fotos.buetow.orgPaul Buetow
2025-11-02use www.* as alt name in certsPaul Buetow
2025-10-27use new gogiosPaul Buetow
2025-10-08also redirect stderrPaul Buetow
2025-09-14fixPaul Buetow
2025-09-14addPaul Buetow
2025-09-13rename to exPaul Buetow
2025-09-13add xxx mail domainPaul Buetow
2025-09-11joern.buetow.orgPaul Buetow
2025-09-10UpdatePaul Buetow
2025-08-11can push to registry from externalPaul Buetow
2025-08-07add websocket supportPaul Buetow
2025-07-09snonux.foo is a redirecto to the about pagePaul Buetow
2025-07-07add stats.foo.zonePaul Buetow
2025-05-04UpdatePaul Buetow
2025-03-17fixPaul Buetow
2025-03-17forward snonux.foo to my codeberg pagePaul Buetow
2025-02-10syslog for fooPaul Buetow
2025-02-07fixPaul Buetow
2025-02-07add blog subdomainsPaul Buetow
2024-12-12add gadgetsPaul Buetow
2024-12-04keep foostats relevant logs for longerPaul Buetow
2024-12-04all use log style forwardedPaul Buetow
2024-12-04some tuningPaul Buetow
2024-12-01can relay to f3sPaul Buetow
2024-11-30refactor OpenBSD frontends so that relayd always does the TLS termination ↵Paul Buetow
for httpd
2024-10-19enable gosPaul Buetow
2024-09-18paul.buetow.org redirects to foo.zone/aboutPaul Buetow
2024-05-03redirect snonux.foo to foo.zonePaul Buetow
2024-05-03add gogios' weekly -force runPaul Buetow
2024-05-01introducing alt.irregular.ninja and standby.alt.irregular.ninjaPaul Buetow
2024-03-23add more check dependencies on v6pingPaul Buetow
2024-03-23add master and standbyPaul Buetow
2024-03-22fixPaul Buetow
2024-03-22fix monitoring alertsPaul Buetow
2024-03-22clean up dependencies in monitoringPaul Buetow
2024-03-22check host TLS certsPaul Buetow
2024-03-22also monitor mirrorsPaul Buetow
2024-03-20add fishfinger.buetow.org and blowfish.buetow.org to httpd config for monitoringPaul Buetow
2024-03-19add gemini mirrorsPaul Buetow
2024-03-16redirect www -> without wwwPaul Buetow
2024-03-14failover DNS to fishfingerPaul Buetow