From 3a8c90696e8d5adc4e763a61ee6fec30f038bcc3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Sep 2022 14:24:48 +0300 Subject: add footos.buetow.org --- frontends/Rexfile | 7 +------ frontends/etc/httpd.conf.tpl | 10 ++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/frontends/Rexfile b/frontends/Rexfile index 052c3a6..79701d2 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -77,7 +77,7 @@ our $filewalk = sub { our $secrets = sub { read_file './secrets/' . shift }; our @dns_zones = qw/buetow.org dtail.dev foo.surf foo.zone irregular.ninja sidewalk.ninja snonux.de snonux.me snonux.land/; -our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; +our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org footos.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; # UTILITY TASKS @@ -342,11 +342,6 @@ task 'failunderd', group => 'frontends', }; -desc 'Setup dory.buetow.org'; -task 'dory', group => 'frontends', - sub { - }; - # COMBINED TASKS SECTION desc 'Common configs of all hosts'; diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 42a2104..844c480 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -104,6 +104,16 @@ server "<%= $prefix %>tmp.buetow.org" { directory auto index } +server "<%= $prefix %>footos.buetow.org" { + listen on * tls port 443 + tls { + certificate "/etc/ssl/<%= $prefix %>footos.buetow.org.fullchain.pem" + key "/etc/ssl/private/<%= $prefix %>footos.buetow.org.key" + } + root "/htdocs/buetow.org/footos" + directory auto index +} + # Legacy hosts server "snonux.de" { alias "www.snonux.de" -- cgit v1.2.3