mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
* fix: use caddy in host network_mode and make sure urls have a scheme * fix: remove unnecesary exposed ports * fix: remove support for hostnames begining with // since caddy doesn't support it * Fix schemeless external URLs; error on invalid ones (#1090) * Fix schemeless external URLs; error on invalid ones * use different dockerfile for linux vs non-linux * Use conditional EXTERNAL_URL defaults * suppress empty warning * postgres volume location * Use inline Caddyfile Co-authored-by: Jamil <jamilbk@users.noreply.github.com>