caddy use port 8666
Some checks failed
ci / build (push) Failing after 20s

This commit is contained in:
CJ_Clippy 2025-02-08 06:25:52 -08:00
parent 3a93ba21ac
commit 877e90cc67
3 changed files with 14 additions and 7 deletions

View File

@ -26,7 +26,7 @@ proxy:
timeout: 2 timeout: 2
# how long to wait for new containers to boot # how long to wait for new containers to boot
deploy_timeout: 300 deploy_timeout: 30
# Credentials for your image host. # Credentials for your image host.
registry: registry:
@ -96,15 +96,21 @@ accessories:
opentracker: opentracker:
image: gitea.futureporn.net/futureporn/opentracker:latest image: gitea.futureporn.net/futureporn/opentracker:latest
host: 45.76.57.101
env: env:
clear: clear:
WHITELIST_FEED_URL: https://bright.futureporn.net/torrents WHITELIST_FEED_URL: https://bright.futureporn.net/torrents
secret: secret:
- WHITELIST_USERNAME - WHITELIST_USERNAME
- WHITELIST_PASSWORD - WHITELIST_PASSWORD
ports: proxy:
- "8666:80/tcp" ssl: true
- "8666:80/udp" forward_headers: true
app_port: 8666
host: tracker.futureporn.net
healthcheck:
path: /
port: "127.0.0.1:8666:8666"
volumes: volumes:
- opentracker-etc:/etc/opentracker - opentracker-etc:/etc/opentracker
- opentracker-var:/var/run/opentracker - opentracker-var:/var/run/opentracker

View File

@ -31,7 +31,8 @@
"echo \"Error: no test specified\" && exit 1" "echo \"Error: no test specified\" && exit 1"
], ],
"tunnel": "dotenvx run -f ./.kamal/secrets.development -- chisel client bright.fp.sbtp.xyz:9090 R:4000", "tunnel": "dotenvx run -f ./.kamal/secrets.development -- chisel client bright.fp.sbtp.xyz:9090 R:4000",
"backup": "docker exec -t postgres_db pg_dumpall -c -U postgres > ./backups/dev_`date +%Y-%m-%d_%H_%M_%S`.sql" "backup": "docker exec -t postgres_db pg_dumpall -c -U postgres > ./backups/dev_`date +%Y-%m-%d_%H_%M_%S`.sql",
"act": "act -W ./.gitea/workflows --secret-file .kamal/secrets.development"
} }
} }
} }

View File

@ -1,10 +1,10 @@
{ {
auto_https off auto_https off
admin off admin off
http_port 80 http_port 8666
} }
:80 { :8666 {
reverse_proxy 127.0.0.1:6969 reverse_proxy 127.0.0.1:6969
route /whitelist* { route /whitelist* {