Hi community,
I’m facing an interesting requirement that might be solved or not. But I could not find the solution googling around.
I usually deploy nc for intranet to allow organization user to collaborate, pretty basic setup.
Now there is the need to share file with external users, who can not access the intranet. That was solved by using a reverse proxy that only allow external users to reach the shared links url.
Users are able to share the link by clicking on sharing and then copying the link like https://nextcloud.company.intranet/… and then exchange the hostname to the public hostname used by the proxy https://nextcloud.company.com/…
The challenge am facing, is that users sometimes don’t understand how to exchange the hostname or sometimes simply they forget to do so.
So, I was wondering if there is a solution, to display in the sharing options, an option to share links outside of the intranet which will automatically return the right hostname in the link.
What would be the best way to implement this?
thanks in advance for any help.
All the best,