Hello all so I got duck dns all set up here and can access it without problems. However my url is only accessible via xxx.duckdns.org:8123 if I leave the port off it wont connect. I have my ports forwarded correctly I think (443>8123) but for some reason I always need the port number after the dns url. Any ideas?
It’s down to how you specify your base_url, if you have the port on the end you’ll need to use it, remove it and you can use the domain without.
If using the port you should have 8123 forwarded to 8123, if not using it you need 443 forwarded to 8123.
That was the issue I needed to remove the 8123 from the base url and also fix my port forwarding (realized it was wrong) Thanks!
As a side note. Don’t use port 8123 for HA to web
Pretty much says you have HA instance running.
I’m not a security/obscurity person but believe you should not use default application ports on web as a rule. Never good to advertise your network setup or server OS/apps running