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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user