gurucomputing / headscale-ui

A web frontend for the headscale Tailscale-compatible coordination server
BSD 3-Clause "New" or "Revised" License
1.79k stars 128 forks source link

145-crashes-upon-boot-and-for-some-reason-tries-loading-caddy-stuff-im-not-using-caddy #154

Closed routerino closed 1 month ago

routerino commented 1 month ago

This PR changes the default HTTP_PORT and HTTPS_PORT from "80" and "443" to "8080" and "8443" respectively.

This change does not affect people who already set the environment variables. It does change the default configuration.

This change is due to some docker hosts preventing containers binding on lower ports.