diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 21:29:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 21:29:46 +0200 |
| commit | 3c17bcfedb5bfb35fe9197d4a5dd4d7eecde4058 (patch) | |
| tree | 99a393beb3f02cec9e260ab5fde658efc672883e /frontends/etc | |
| parent | 76898fe956afb1158ae407aefb02a847e3232797 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 | ||||
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 12 |
2 files changed, 12 insertions, 2 deletions
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" { |
