redbot
This commit is contained in:
20
Caddyfile
20
Caddyfile
@@ -2,6 +2,10 @@
|
||||
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
}
|
||||
|
||||
pyke.archfox.org {
|
||||
reverse_proxy redbot:8969
|
||||
}
|
||||
|
||||
actual.archfox.org {
|
||||
reverse_proxy actual:5006
|
||||
}
|
||||
@@ -75,14 +79,14 @@ wings.archfox.org {
|
||||
reverse_proxy twings:443
|
||||
}
|
||||
|
||||
omada.archfox.org {
|
||||
reverse_proxy host.docker.internal:8043 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
header_up Host "omada.archfox.org:443"
|
||||
}
|
||||
}
|
||||
#omada.archfox.org {
|
||||
# reverse_proxy host.docker.internal:8043 {
|
||||
# transport http {
|
||||
# tls_insecure_skip_verify
|
||||
# }
|
||||
# header_up Host "omada.archfox.org:443"
|
||||
# }
|
||||
#}
|
||||
|
||||
ai.archfox.org {
|
||||
reverse_proxy open-webui:8080
|
||||
|
||||
@@ -4,6 +4,7 @@ services:
|
||||
image: gitea/gitea:latest
|
||||
environment:
|
||||
- GITEA__service__DISABLE_REGISTRATION=true
|
||||
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
volumes:
|
||||
|
||||
@@ -28,6 +28,8 @@ services=(
|
||||
"Tools/watchtower.yml"
|
||||
"Tools/pastefy.yml"
|
||||
"Tools/actual.yml"
|
||||
"Tools/sftpgo.yml"
|
||||
"Tools/redbot.yml"
|
||||
"pterodactyl/docker-compose.yml"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user