Expected behaviour
I can connect via local to ownCloud. I want to be able to connect via my Cloudfare tunnel to ownCloud. I followed the instructions stating to edit the enironment variables, and not config.php.
Per the recommendations on this forum, I changed /etc/enviornment to:
OWNCLOUD_TRUSTED_DOMAINS=localhost,myserver.com
But it is deleted upon re-starting the container. No result when trying to edit while running.
The value in my volume file config.php does not delete my entry after stopping and starting. It remains as:
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'cloud.myserver.com',
),
Actual behaviour
I get the error message “You are accessing the server through an untrusted domain.”
Server configuration
Windows 10 Enterprise
ownCloud version: (see ownCloud admin page)
10.13.2.3
Updated from an older ownCloud or fresh install:
Fresh install
Where did you install ownCloud from:
Link from ownCloud website
Thanks for any help you can provide. I’m new to Docker and doing my best to learn.
(I attempted to upload the config.php but can’t. And the code within the file was too long to post)