Commissario
Hi folks,
I've got a Nextcloud server set up on a Raspberry Pi using this guide: https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=160874
It works perfectly, no problem at all.
Except for one thing. The client on my main computer always talks to it using the external address. So if I dump a 5Gb file into a folder to sync, it effectively connects out on my Infinity connection and back in again.
I guess this is because of the redirect on the main login page, configured with this step:
If I point the Nextcloud client at the direct IP of my server, it gets redirected to the external address.
This means that transfers only go at my maximum upload speed rather than directly over the LAN to the server.
I can't figure out a way around this.
Can anyone help please?
Thanks.
I've got a Nextcloud server set up on a Raspberry Pi using this guide: https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=160874
It works perfectly, no problem at all.
Except for one thing. The client on my main computer always talks to it using the external address. So if I dump a 5Gb file into a folder to sync, it effectively connects out on my Infinity connection and back in again.
I guess this is because of the redirect on the main login page, configured with this step:
Code:
<meta http-equiv="refresh" content="0; URL='http://MY.NEXTCLOUD.NAMEDADDRESS.COM/nextcloud'" />
If I point the Nextcloud client at the direct IP of my server, it gets redirected to the external address.
This means that transfers only go at my maximum upload speed rather than directly over the LAN to the server.
I can't figure out a way around this.
Can anyone help please?
Thanks.