diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 15:56:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 15:56:49 +0300 |
| commit | 9c2997d5e5fd4e656fe2bbbbd13672288b8b592b (patch) | |
| tree | 034af914c8a7c4e186c586768fb4149f8d12c84a /frontends/etc/gogios.json.tpl | |
| parent | 7e58ff1737ed72eef05b107ac0390227bec69b39 (diff) | |
snonux.foo: route to Pi backends at /snonux, redirect www
- relayd: route www.snonux.foo to localhost for redirect, keep bare/standby on f3s_static_proxy
- httpd: www.snonux.foo returns 302 redirect to snonux.foo
- gogios: monitor pi0/pi1 via wg0.wan.buetow.org instead of lan.buetow.org
- AGENTS.md: document Pi lighttpd Host-based virtual hosting pattern
Amp-Thread-ID: https://ampcode.com/threads/T-019d7766-909d-741c-bcb9-1e1e931f1e1b
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends/etc/gogios.json.tpl')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 76c9fab..7661275 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -81,10 +81,10 @@ }, <% } -%> <% for my $host (qw(pi0 pi1)) { -%> - "Check HTTP <%= $host %>.lan.buetow.org": { + "Check HTTP <%= $host %>.wg0.wan.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_http", "RandomSpread": 10, - "Args": ["<%= $host %>.lan.buetow.org", "-4"] + "Args": ["<%= $host %>.wg0.wan.buetow.org", "-4"] }, <% } -%> <% for my $host (qw(pi2 pi3)) { -%> |
