summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl13
-rw-r--r--frontends/etc/rsyncd.conf.tpl36
2 files changed, 31 insertions, 18 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index 68946fd..c3a2764 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -125,6 +125,18 @@ server "<%= $prefix %>alt.irregular.ninja" {
}
<% } -%>
+# joern special host
+<% for my $prefix (@prefixes) { -%>
+server "<%= $prefix %>joern.buetow.org" {
+ listen on * port 8080
+ log style forwarded
+ location * {
+ root "/htdocs/joern/"
+ directory auto index
+ }
+}
+<% } -%>
+
# Dory special host
<% for my $prefix (@prefixes) { -%>
server "<%= $prefix %>dory.buetow.org" {
@@ -137,6 +149,7 @@ server "<%= $prefix %>dory.buetow.org" {
}
<% } -%>
+# ecat special host
<% for my $prefix (@prefixes) { -%>
server "<%= $prefix %>ecat.buetow.org" {
listen on * port 8080
diff --git a/frontends/etc/rsyncd.conf.tpl b/frontends/etc/rsyncd.conf.tpl
index 2798695..e9fe3cf 100644
--- a/frontends/etc/rsyncd.conf.tpl
+++ b/frontends/etc/rsyncd.conf.tpl
@@ -1,28 +1,28 @@
-<% my $allow = '*.buetow.org,localhost'; %>
+<% my $allow = '*.wg0.wan.buetow.org,*.wg0,localhost'; %>
max connections = 5
timeout = 300
-[publicgemini]
-comment = Public Gemini capsule content
-path = /var/gemini
+[joernshtdocs]
+comment = Joerns htdocs
+path = /var/www/htdocs/joern
read only = yes
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>
-[publichttp]
-comment = Public HTTP content
-path = /var/www/htdocs
-read only = yes
-list = yes
-uid = www
-gid = www
-hosts allow = <%= $allow %>
+# [publicgemini]
+# comment = Public Gemini capsule content
+# path = /var/gemini
+# read only = yes
+# list = yes
+# uid = www
+# gid = www
+# hosts allow = <%= $allow %>
-[sslcerts]
-comment = TLS certificates
-path = /etc/ssl
-read only = yes
-list = yes
-hosts allow = <%= $allow %>
+# [sslcerts]
+# comment = TLS certificates
+# path = /etc/ssl
+# read only = yes
+# list = yes
+# hosts allow = <%= $allow %>