mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #119] Usage of external domain with cloudflared #65
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @stefan-f-punkt on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/119
Originally assigned to: @glenndehaan on GitHub.
The feature
I tried to add cloudflared to the docker compose file, but I failed.
Maybe it could be possible to Environment variables like external domain and Cloudflare Tunnel Token to the existing config and setup the tunnel directly with the config.
@glenndehaan commented on GitHub (Jan 13, 2026):
Hi @stefan-f-punkt,
I theory it should be possible to connect the app to a cloudflare tunnel. Either via a container with a docker network inbetween, or by installing the tunnel on the host system and then opening the port from the container to the host.
However including the entire cloudflare tunnel as a dependency of this project seems weird to me. Because the next person might want to use tailscale or wireguard. It would not make sense for me to include these as dependencies of this project, as these are infrastructure problems.
Kind regards,
Glenn de Haan