summaryrefslogtreecommitdiff
path: root/frontends/scripts
AgeCommit message (Collapse)Author
2026-04-10acme.sh: skip standby certs for server FQDNs, restart relayd if deadPaul Buetow
- Skip standby.blowfish.buetow.org and standby.fishfinger.buetow.org (no DNS records, no httpd/acme-client.conf entries) - Use 'rcctl check && reload || restart' for relayd so a dead relayd gets restarted instead of silently failing on reload Amp-Thread-ID: https://ampcode.com/threads/T-019d77bf-0537-74e1-a1a9-c1b47d2af392 Co-authored-by: Amp <amp@ampcode.com>
2026-02-08doesnt belong herePaul Buetow
2026-02-01Preserve prompt spacing on send-back.Paul Buetow
Keep the first-line prefix strip without trimming spaces.
2026-02-01Refactor tmux-edit-send and document helpers.Paul Buetow
Add function comments and optional logging toggle.
2026-02-01Capture multiline prompt input in popup editor.Paul Buetow
Parse boxed prompt lines and join wrapped text for prefill.
2026-02-01Strip prefilled prompt from first line.Paul Buetow
Avoid sending duplicated prompt text back to the pane.
2026-02-01Prefill editor from cursor-agent prompt line.Paul Buetow
Capture the last prompt line and seed the temp file for editing.
2026-02-01Add tmux editor popup and deploy helper script.Paul Buetow
This enables an overlay editor binding and installs the send-keys script on frontends.
2026-01-31Fix acme.sh to handle f3s host server blocks with -port80/-port8080 suffixesPaul Buetow
Changes grep from exact match (^server "") to prefix match (^server ") This allows acme.sh to find and generate certificates for f3s cluster hosts. Amp-Thread-ID: https://ampcode.com/threads/T-019c14ac-164f-776f-8648-471d4ac4ce5a Co-authored-by: Amp <amp@ampcode.com>
2026-01-31Fix minvid.f3s.buetow.org TLS certificate generation and routingPaul Buetow
- acme.sh: Change grep from exact match to prefix match for f3s hosts Server blocks for f3s hosts use -port80/-port8080 suffixes - relayd: Add explicit routing for f3s hosts (except registry/jellyfin) minvid and other f3s hosts now route to <f3s> backend table Amp-Thread-ID: https://ampcode.com/threads/T-019c14ac-164f-776f-8648-471d4ac4ce5a Co-authored-by: Amp <amp@ampcode.com>
2026-01-24Add f3s hosts to ACME certificate managementPaul Buetow
- Add all 18 f3s hosts to @acme_hosts for certificate issuance - Skip standby certificate variants for f3s hosts (not needed for k3s cluster) - Add port 80 ACME challenge blocks to httpd for all f3s hosts - Add port 8080 fallback page blocks to httpd for f3s hosts (when cluster is down) - Update relayd.conf.tpl to skip standby keypairs for f3s hosts - Update acme-client.conf.tpl to skip standby certificates for f3s hosts Fixes missing certificates on flux.f3s.buetow.org, anki.f3s.buetow.org, and other f3s services
2025-11-02use www.* as alt name in certsPaul Buetow
2025-09-27more in thisPaul Buetow
2025-09-24UpdatePaul Buetow
2025-09-23new foooddsPaul Buetow
2025-09-11joern.buetow.orgPaul Buetow
2025-09-06UpdatePaul Buetow
2025-08-31new scriptPaul Buetow
2025-08-11initially adding radicalePaul Buetow
2025-08-08migration to justfilePaul Buetow
2025-07-31UpdatePaul Buetow
2025-07-13UpdatePaul Buetow
2025-07-12update foostatsPaul Buetow
2025-07-07update stats scriptPaul Buetow
2025-07-07add stats.foo.zonePaul Buetow
2025-07-07UpdatePaul Buetow
2025-02-10syslog for fooPaul Buetow
2025-02-10update foostatsPaul Buetow
2025-02-10add foostats oddsPaul Buetow
2024-12-17update foostatsPaul Buetow
2024-12-13foostats now also replicatesPaul Buetow
2024-12-11make it compatible to macOS bookPaul Buetow
2024-12-11fix foostatsPaul Buetow
2024-12-08shorter outputPaul Buetow
2024-12-06tr is shortcut for trackPaul Buetow
2024-12-05update foostatsPaul Buetow
2024-12-05update foostatsPaul Buetow
2024-12-05update foostatsPaul Buetow
2024-12-04keep foostats relevant logs for longerPaul Buetow
2024-12-03no need to reload httpd anymorePaul Buetow
2024-09-18paul.buetow.org redirects to foo.zone/aboutPaul Buetow
2024-03-25add solarcat.buetow.org TLS certsPaul Buetow
2024-03-23failovrPaul Buetow
2024-03-23add master and standbyPaul Buetow
2024-03-21refactorPaul Buetow
2024-03-21make CRON send out an email on DNS failover changePaul Buetow
2024-03-21configure minutely cron job for auto-dns failoverPaul Buetow
2024-03-21use another tmp dirPaul Buetow
2024-03-21fix failover scriptPaul Buetow
2024-03-20refactorPaul Buetow