mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
Help converting from Caddy reverse_proxy rules #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xslim on GitHub (May 13, 2025).
I have a container (https://github.com/pocket-id/pocket-id) that internally uses Caddy with following rules in
Caddyfile:How can I write godoxy label rules to match it?
Thank you!
@yusing commented on GitHub (May 13, 2025):
Pocket ID has Caddy built-in and listening on port 80, so you can just use that
Or you can try this (assuming pocket-id's ports are mapped to host)
With variable substitution (planned to be implemented):
@xslim commented on GitHub (May 13, 2025):
Thank you, this helped and solved the issue: