Configuring OwnCloud trusted domain.

Discussion of applications not mentioned above.
Locked
User avatar
penright
Posts: 19
Joined: 07 Jan 2021, 20:51

Configuring OwnCloud trusted domain.

Post by penright »

After getting sudo issues fixed, I removed and installed OwnCloud (OC). I was about to configure the install to use MariaDB. Now I am to the point of where OC is rejecting the connection, I assume because I am using NGINX for my reverse proxy. I did try and edit the config.php file.

Any thoughts on how to troubleshoot? Where are the logs?
User avatar
TMS
TerraMaster Team
Posts: 508
Joined: 20 Oct 2020, 17:06

Re: Configuring OwnCloud trusted domain.

Post by TMS »

Whose log? Probably in /var/log.
To contact our tech team, please email to support(at)terra-master.com, remember to replace (at) with @
User avatar
penright
Posts: 19
Joined: 07 Jan 2021, 20:51

Re: Configuring OwnCloud trusted domain.

Post by penright »

TMS wrote: 24 Jun 2021, 21:35 Whose log? Probably in /var/log.
OwnCloud.

I can't figure out why I am getting "You are accessing the server from an untrusted domain."
I configure "config/config.php"
I am connecting to via a reverse proxy. I am trying to figure out what address it is seeing so I can add it to the access list.
User avatar
penright
Posts: 19
Joined: 07 Jan 2021, 20:51

Re: Configuring OwnCloud trusted domain.

Post by penright »

Another question. The own cloud says a new release is available.
I am looking at this link https://doc.owncloud.org/server/10.5/ad ... grade.html
If I upgrade and then install a new TNAS update, will that overwrite anything?
Another way of asking the question, if I install say nano, will a TNAS update overwrite that?

Also, a lot of owncloud documentation has commands like :
'sudo -u www-data php occ maintenance:mode --on'
The www-data user does not exist, should it? Do I just have to run the commands as root?
User avatar
TMS
TerraMaster Team
Posts: 508
Joined: 20 Oct 2020, 17:06

Re: Configuring OwnCloud trusted domain.

Post by TMS »

penright wrote: 25 Jun 2021, 20:46 Also, a lot of owncloud documentation has commands like :
'sudo -u www-data php occ maintenance:mode --on'
The www-data user does not exist, should it? Do I just have to run the commands as root?
It should be executed as root.
Manually install updated applications, the upgraded system will not be overwritten.
To contact our tech team, please email to support(at)terra-master.com, remember to replace (at) with @
Locked