Page 1 of 2
Nextcloud over the internet?
Posted: 01 Dec 2020, 15:18
by Enzo
Hi all, I have installed nextcloud on my Nas.(F5-221)
It all seems to work well over the local LAN but I can't access it via any other internet connection.
I do get a message about "Access through entrusted domain' and to edit "trusted_domains" settings in "config/config.php" but I can't find this file anywhere.
Any help would be greatly appreciated.
Thank you
Re: Nextcloud over the internet?
Posted: 01 Dec 2020, 21:25
by TMS
SSH to access TNAS, the path is /mnt/md0/application/nextcloud/etc/.
Re: Nextcloud over the internet?
Posted: 02 Dec 2020, 03:19
by yerc1
Enzo wrote: ↑01 Dec 2020, 15:18
Hi all, I have installed nextcloud on my Nas.(F5-221)
It all seems to work well over the local LAN ...
Can I ask if your Nextcloud installation is through the app offered within TOS and if so, does it display
security warnings ?
Thanks
Re: Nextcloud over the internet?
Posted: 02 Dec 2020, 03:33
by yerc1
TMS wrote: ↑01 Dec 2020, 21:25
SSH to access TNAS, the path is /mnt/md0/application/nextcloud/etc/.
@ Support Team, the above path is invalid. Please confirm the correct location.
Re: Nextcloud over the internet?
Posted: 03 Dec 2020, 19:57
by Enzo
Hi thanks for your reply but I spoke to soon.
Whenever I now try to run Nextcloud it opens up a blank white window within Tos and dosent do anything, sometimes it says the system has updated and asks you to install nextcloud again.
I have tried uninstalling and installing on different drives but with no luck.
Is it possible to download the application and manually installing it as it takes ages to download each time.
Any help appreciated
Thank you
Re: Nextcloud over the internet?
Posted: 03 Dec 2020, 20:26
by Enzo
yerc1 wrote: ↑02 Dec 2020, 03:19
Enzo wrote: ↑01 Dec 2020, 15:18
Hi all, I have installed nextcloud on my Nas.(F5-221)
It all seems to work well over the local LAN ...
Can I ask if your Nextcloud installation is through the app offered within TOS and if so, does it display
security warnings ?
Thanks
Hi yes it's the application included in TOS,
I do remember the security warnings but I did get it
Working over Lan without any problems.
I also remember using the app on my phone which gave the end of life message and often crashed.
Thsnks
Re: Nextcloud over the internet?
Posted: 04 Dec 2020, 02:38
by yerc1
Thanks for confirming.
Although both the Nextcloud TOS app and the mobile app seem to be working for me, those security warnings just don't inspire any confidence in me to use the Nextcloud TNAS installation. If the problem gets fixed in the update mentioned
here then I might use it.
Re: Nextcloud over the internet?
Posted: 04 Dec 2020, 23:06
by TMzethar
After an hour's investigation by the engineers, we found that the domain name whitelist was inaccessible. We tried the forwarding port and the solution provided by nextCloud but failed. Maybe the whitelist setting rules were incorrect, so please ask the nextCloud official for a solution.
Re: Nextcloud over the internet?
Posted: 05 Dec 2020, 13:15
by Enzo
Like I said thanks for trying and again I don't have the time to be investigating these problems.
You sent a message saying you think you had a solution when I asked if the technician could remotely connect again you told me to firstly investigate the problem with Nextcloud.
I then got a message from Viona telling me to
Ignore the previous message;
'"Wait a moment, I will give you the command to be executed by the NAS."
I am still waiting?
Also this doesn't explain why one of the shared folders keeps disappearing and when I remount it it corrupts the installed application.
This is a new Nas apart from these couple of issues I'm happy with it.
Re: Nextcloud over the internet?
Posted: 14 Dec 2020, 16:44
by TMzethar
Realize NextCloud extranet access:
You need to set your extranet domain name whitelist in NextCloud configuration file
Enter /mnt/md1/application/web-ext/nextcloud/config/ directory
Edit the'trusted_domains' of the config.php file
'trusted_domains' =>
array (
0 =>'TNAS IP:8181',
),
Add a new domain name whitelist, such as:
'trusted_domains' =>
array (
0 =>'TNAS IP:8181',
1 =>'New domain name: 8181',
),