blob: db9a0ffa8727f8dfeab4d66e46e6428af3618570 (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
src_dir: /usr/share/src
services:
actualbudget:
port: 5006
host: pi-broughton
git:
port: 2448
host: blade-canongate
etherpad:
port: 9001
host: blade-canongate
gemini:
port: 1965
host: blade-canongate
http:
port: 8080
host: pi-broughton
ln:
root: /var/ln.joeac.net/public
host: blade-canongate
directory_listing: true
mox:
host: blade-canongate
vaultwarden:
port: 9000
host: pi-broughton
subdomains:
- name: "@"
full_domain: joeac.net
mox_handler: forward
service: http
- name: budget
full_domain: budget.joeac.net
mox_handler: forward
service: actualbudget
- name: docs
full_domain: docs.joeac.net
mox_handler: forward
service: etherpad
- name: git
full_domain: git.joeac.net
mox_handler: forward
service: git
- name: ln
full_domain: ln.joeac.net
mox_handler: static
service: ln
- name: mail
full_domain: mail.joeac.net
mox_handler: none
service: none
- name: autoconfig.mail
full_domain: autoconfig.mail.joeac.net
mox_handler: none
service: none
- name: mta-sts.mail
full_domain: mta-sts.mail.joeac.net
mox_handler: none
service: none
- name: pwd
full_domain: pwd.joeac.net
mox_handler: forward
service: vaultwarden
|