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} acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
} }
pyke.archfox.org {
reverse_proxy redbot:8969
}
actual.archfox.org { actual.archfox.org {
reverse_proxy actual:5006 reverse_proxy actual:5006
} }
@@ -75,14 +79,14 @@ wings.archfox.org {
reverse_proxy twings:443 reverse_proxy twings:443
} }
omada.archfox.org { #omada.archfox.org {
reverse_proxy host.docker.internal:8043 { # reverse_proxy host.docker.internal:8043 {
transport http { # transport http {
tls_insecure_skip_verify # tls_insecure_skip_verify
} # }
header_up Host "omada.archfox.org:443" # header_up Host "omada.archfox.org:443"
} # }
} #}
ai.archfox.org { ai.archfox.org {
reverse_proxy open-webui:8080 reverse_proxy open-webui:8080

View File

@@ -4,6 +4,7 @@ services:
image: gitea/gitea:latest image: gitea/gitea:latest
environment: environment:
- GITEA__service__DISABLE_REGISTRATION=true - GITEA__service__DISABLE_REGISTRATION=true
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
volumes: volumes:

View File

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