This commit is contained in:
poslop
2026-01-10 10:50:58 -06:00
parent 92b082aedc
commit 99e4e0b796
3 changed files with 15 additions and 8 deletions

View File

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

View File

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

View File

@@ -28,6 +28,8 @@ services=(
"Tools/watchtower.yml"
"Tools/pastefy.yml"
"Tools/actual.yml"
"Tools/sftpgo.yml"
"Tools/redbot.yml"
"pterodactyl/docker-compose.yml"
)