Comment on How would I set up local DNS or DNS rewrite
RagingHungryPanda@lemm.ee 3 weeks agoHmm, i may have to get my admin ui’s off of ports 80/443 and port forward with NPM on those ports instead. The reason I was using nginx on the router was so the server could keep the UI on the normal ports and Nginx elsewhere.
I think then I could remove the router Nginx entries and add the DNS rewrite
Asparagus0098@sh.itjust.works 3 weeks ago
Do you actually need to move the admin ui off of port 80/443 if you are just forwarding ports? I don’t know too much about port forwarding since I use Tailscale because of CGNAT.
RagingHungryPanda@lemm.ee 3 weeks ago
I posted an edit to the post on how I i solved it. Your feedback was helpful in the solution!
RagingHungryPanda@lemm.ee 3 weeks ago
I think so. One issue i ran in to is that trying to go anywhere would land on the ui page. If I put npm on ports 80/443, then the UI needs to be elsewhere so I can access it. It shouldn’t be too hard, I hope