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 { route {
crowdsec 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 { inv.mycloudhaus.xyz {
route { route {
crowdsec crowdsec
@@ -186,7 +193,19 @@ health.mycloudhaus.xyz {
git.mycloudhaus.xyz { git.mycloudhaus.xyz {
route { route {
crowdsec 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
} }
} }

View File

@@ -1,24 +0,0 @@
networks:
gitea:
external: false
proxy-network:
external: true
services:
gitea:
image: docker.gitea.com/gitea:nightly
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
- proxy-network
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "127.0.0.1:3002:3000"
- "127.0.0.1:222:22"