summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-05 19:51:30 +0200
committerPaul Buetow <paul@buetow.org>2025-12-05 19:51:30 +0200
commit54d3d740eb82bc62e4c56976ba18f5d0609e0195 (patch)
tree7810031cc9c3de931f6f8fc2f89161d17e281b86 /frontends
parentbcc4be10ed90fa072081516f51790e2f32a8655b (diff)
add keybr.com
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Rexfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 2964004..b2507f9 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -77,7 +77,7 @@ our @dns_zones_remove = qw//;
# k3s cluster running on FreeBSD in my LAN
our @f3s_hosts =
- qw/f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org/;
+ qw/f3s.buetow.org keybr.f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org/;
# optionally, only enable manually for temp time, as no password protection yet
# push @f3s_hosts, 'registry.f3s.buetow.org';
@@ -234,7 +234,7 @@ task 'httpd',
append_if_no_such_line '/etc/rc.conf.local', 'httpd_flags=';
file '/etc/httpd.conf',
- content => template(
+ content => template(
'./etc/httpd.conf.tpl',
acme_hosts => \@acme_hosts,
f3s_hosts => \@f3s_hosts