CJ_Clippy deb5ef397e
Some checks failed
ci / build (push) Failing after 5m16s
ci / Tests & Checks (push) Failing after 10m38s
act_runner succeeds omg
2025-02-12 13:09:16 -08:00

16 lines
411 B
Plaintext

#!/command/with-contenv sh
# curl -sS --request GET --url "${WHITELIST_FEED_URL}" --header 'accept: text/plain' -o /etc/opentracker/whitelist
echo "Loading torrent whitelist from ${WHITELIST_FEED_URL}"
curl -sS --request GET --url "${WHITELIST_FEED_URL}" --header 'accept: text/plain' -o /etc/opentracker/whitelist
echo "Starting caddy"
exec 2>&1
exec /usr/bin/caddy run --config /etc/caddy/Caddyfile