From 3c17bcfedb5bfb35fe9197d4a5dd4d7eecde4058 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 Jan 2026 21:29:46 +0200 Subject: Add solarcat.buetow.org and cleanup config - Add solarcat DNS records, httpd server block, and ACME host - Re-enable Prometheus and WG0 ping notifications in gogios - Remove paul.cyou from DNS zones - Cleanup duplicate definitions in Rexfile Co-Authored-By: Claude Opus 4.5 --- frontends/etc/gogios.json.tpl | 2 -- frontends/etc/httpd.conf.tpl | 12 ++++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'frontends/etc') diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 60315fe..40eed45 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -7,7 +7,6 @@ "StateDir": "/var/run/gogios", "HTMLStatusFile": "/var/www/htdocs/buetow.org/self/gogios/index.html", "PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"], - "PrometheusNotifyDisable": true, "Checks": { <% for my $host (qw(master standby)) { -%> <% for my $proto (4, 6) { -%> @@ -25,7 +24,6 @@ "Check Ping<%= $proto %> <%= $host %>.wg0.wan.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", "Args": ["-H", "<%= $host %>.wg0.wan.buetow.org", "-<%= $proto %>", "-w", "100,10%", "-c", "200,15%"], - "NotifyDisable": true, "RandomSpread": 10, "Retries": 3, "RetryInterval": 3 diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 6a313ae..394349b 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -151,6 +151,18 @@ server "<%= $prefix %>dory.buetow.org" { } <% } -%> +# Solarcat special host +<% for my $prefix (@prefixes) { -%> +server "<%= $prefix %>solarcat.buetow.org" { + listen on * port 8080 + log style forwarded + location * { + root "/htdocs/joern/solarcat.buetow.org" + directory auto index + } +} +<% } -%> + # ecat special host <% for my $prefix (@prefixes) { -%> server "<%= $prefix %>ecat.buetow.org" { -- cgit v1.2.3