Okay SynoForum, I've been all over the internet searching for a fix to this.
Problem: Every time I create a share link within Drive, Moments, Video Station... the link always contains a port number (https://example.com:5001/vs/sharing/abc123)
Desired outcome: I want share links to not contain the port number (https://example.com/vs/sharing/abc123)
I currently have reverse proxy working so I only have to expose my home router on port 80 and 443 so when I create share links that have the 5001 port in them, they 404. I would rather not open up additional ports on my router and sharing links with the port number in them just look confusing to the end user.
How can I get the automatically created links to NOT contain the port number? No one on the internet has provided a solid answer to this.
Problem: Every time I create a share link within Drive, Moments, Video Station... the link always contains a port number (https://example.com:5001/vs/sharing/abc123)
Desired outcome: I want share links to not contain the port number (https://example.com/vs/sharing/abc123)
I currently have reverse proxy working so I only have to expose my home router on port 80 and 443 so when I create share links that have the 5001 port in them, they 404. I would rather not open up additional ports on my router and sharing links with the port number in them just look confusing to the end user.
How can I get the automatically created links to NOT contain the port number? No one on the internet has provided a solid answer to this.