redbot
This commit is contained in:
20
Caddyfile
20
Caddyfile
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user