Removed gitea (on Bigbox now) + added Caddyfile
This commit is contained in:
25
Caddyfile
25
Caddyfile
@@ -102,13 +102,20 @@ boards.mycloudhaus.xyz {
|
||||
}
|
||||
}
|
||||
|
||||
twitch.mycloudhaus.xyz {
|
||||
dns.mycloudhaus.xyz {
|
||||
route {
|
||||
crowdsec
|
||||
reverse_proxy 127.0.0.1:8280
|
||||
reverse_proxy 10.0.0.1:8053
|
||||
}
|
||||
}
|
||||
|
||||
#twitch.mycloudhaus.xyz {
|
||||
# route {
|
||||
# crowdsec
|
||||
# reverse_proxy 127.0.0.1:8280
|
||||
# }
|
||||
#}
|
||||
|
||||
inv.mycloudhaus.xyz {
|
||||
route {
|
||||
crowdsec
|
||||
@@ -186,7 +193,19 @@ health.mycloudhaus.xyz {
|
||||
git.mycloudhaus.xyz {
|
||||
route {
|
||||
crowdsec
|
||||
reverse_proxy 127.0.0.1:3002
|
||||
reverse_proxy 10.0.0.2:3002
|
||||
}
|
||||
}
|
||||
|
||||
playlists.mycloudhaus.xyz {
|
||||
route {
|
||||
crowdsec
|
||||
basic_auth {
|
||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
||||
paul $2y$05$N1Gr6khpOaZc5YDQp8quGuQk6phsE69GoLSB3d.w7RnRc8zyQn./6
|
||||
# "mot de passe super technique"
|
||||
}
|
||||
reverse_proxy 10.0.0.2:4444
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user