summaryrefslogtreecommitdiff
path: root/frontends/etc/rsyncd.conf.tpl
blob: 22c99427b15e3cdef4018de431f63632118d6226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<% my $allow = '*.wg0.wan.buetow.org,*.wg0,localhost'; %>
max connections = 5
timeout = 300

[joernshtdocs]
comment = Joerns htdocs
path = /var/www/htdocs/joern
read only = yes
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>

[irregular-ninja]
comment = Irregular Ninja photo album (push from k3s over wg0)
path = /var/www/htdocs/irregular.ninja
read only = no
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>

[alt-irregular-ninja]
comment = Alternative Irregular Ninja photo album (push from k3s over wg0)
path = /var/www/htdocs/alt.irregular.ninja
read only = no
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 %>