-
Notifications
You must be signed in to change notification settings - Fork 0
/
Caddyfile
192 lines (154 loc) · 3.38 KB
/
Caddyfile
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
floof.zone {
root /srv/floof.zone
gzip
browse /files
}
cheekibreeki.lol {
root /srv/cheekibreeki.lol
gzip
browse /mixes
}
deltaryz.com {
root /srv/deltaryz.com
gzip
git {
repo https://github.com/deltaryz/deltaryz.com
branch main
interval 1200
clone_args --depth 1
pull_args --force
then sh /srv/deltaryz.com/update.sh
}
}
pvfm.deltaryz.com {
root /srv/pvfm.deltaryz.com
gzip
header / {
Cache-Control "no-cache, no-store, must-revalidate"
Pragma "no-cache"
Expires "0"
}
git {
repo https://github.com/deltaryz/pvfm
branch main
interval 1200
clone_args --depth 1
pull_args --force
}
}
pegasausage.deltaryz.com {
root /srv/pegasausage.deltaryz.com
gzip
git {
repo https://github.com/deltaryz/pegasausage
branch master
interval 1200
clone_args --depth 1
pull_args --force
}
}
luna.deltaryz.com {
proxy / http://luna.ponyvillefm.com/api/nowplaying_static/lunaradio.json {
without /
transparent
}
}
arena.deltaryz.com {
root /srv/arena.deltaryz.com
gzip
}
music.deltaryz.com {
root /srv/music.deltaryz.com
gzip
}
gbjam.deltaryz.com {
root /srv/gbjam.deltaryz.com
gzip
}
horsepower.deltaryz.com {
gzip
proxy / http://100.92.21.10:7495 {
header_upstream Cross-Origin-Opener-Policy "same-origin"
header_upstream Cross-Origin-Embedder-Policy "require-corp"
}
}
devw.deltaryz.com {
gzip
proxy / http://100.82.146.54:8000 {
header_upstream Cross-Origin-Opener-Policy "same-origin"
header_upstream Cross-Origin-Embedder-Policy "require-corp"
}
}
devl.deltaryz.com {
gzip
proxy / http://100.94.6.112:8000 {
header_upstream Cross-Origin-Opener-Policy "same-origin"
header_upstream Cross-Origin-Embedder-Policy "require-corp"
}
}
share.deltaryz.com {
gzip
proxy / http://100.83.141.4:11169 {
header_upstream Host "share.deltaryz.com"
header_upstream X-Forwarded-Proto "https"
}
}
listen.deltaryz.com {
gzip
proxy / http://100.83.141.4:4533
}
mixes.deltaryz.com {
root /srv/mixes.deltaryz.com
gzip
browse /
}
blog.deltaryz.com {
root /srv/blog.deltaryz.com
git {
repo https://github.com/deltaryz/blog
branch main
interval 1200
clone_args --depth 1
pull_args --force
then sh /srv/blog.deltaryz.com/update.sh
}
}
horsecock.party {
root /srv/horsecock.party
gzip
}
e669.fun {
root /srv/e669.fun
gzip
}
cors.e669.fun {
proxy / http://e669.fun:8765
}
http://goty2.floof.zone, http://goty2.deltaryz.com {
root /srv/goty2.floof.zone
}
eevee.email {
proxy / http://eevee.email:25585 {
websocket
}
}