summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-06 09:53:18 +0200
committerPaul Buetow <paul@buetow.org>2026-01-06 09:53:18 +0200
commitce8b4f958116d166334d8b3fd8af9bc376fb573e (patch)
tree7f69a4bcb89d2030ffc36893540b97b30aeac29c /frontends/Rexfile
parent9c29ad4ceed23bff8453dd699dd70f08bea1b55e (diff)
add gogios.buetow.org
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 6c64fe5..bfc6a72 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -83,7 +83,7 @@ our @f3s_hosts =
# push @f3s_hosts, 'registry.f3s.buetow.org';
our @acme_hosts =
- qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/;
+ qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org/;
push @acme_hosts, @f3s_hosts;
# UTILITY TASKS
@@ -476,6 +476,13 @@ task 'gogios',
run 'adduser -group _gogios -batch _gogios', unless => 'id _gogios';
run 'usermod -d /var/run/gogios _gogios';
+ # For the HTML reports
+ file '/var/www/htdocs/buetow.org/self/gogios',
+ ensure => 'directory',
+ owner => '_gogios',
+ group => '_gogios',
+ mode => '755';
+
file '/etc/gogios.json',
content => template( './etc/gogios.json.tpl', acme_hosts => \@acme_hosts ),
owner => 'root',