netbird
netbird copied to clipboard
custom define mapping port of docker 80&443
Some time need change the port at self hosting 。 the 80 port will be already in use by another program
@bizliaoyuan can you clarify which service you are talking about? Is it the dashboard?
If so, you can change the mapped ports in the configuration, but the SSL won't work as it uses certbot's nginx plugin which verifies the domain via port 80.
yes , it is the dashboard . and the http can't run . it will catch a error
SSL will not run , if not 443 ?
maybe add a server name in nginx?
server_name ${LETSENCRYPT_DOMAIN:-"none"};
https://github.com/wiretrustee/wiretrustee-dashboard/blob/main/docker/default.conf
closing this for inactivity. We can achieve the request by using a proxy like Caddy or Traefik in front of the dashboard