Removed gitea (on Bigbox now) + added Caddyfile

This commit is contained in:
2026-01-24 19:53:15 +02:00
parent 4bd910f002
commit 987f420095
2 changed files with 22 additions and 27 deletions

View File

@@ -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
}
}