Steps to reproduce
- Setup owncloud with docker following official instructions
- Explicitly specify OWNCLOUD_TRUSTED_DOMAINS=localhost,192.168.xxx.xxx, try to go on with that machine and it doesn’t work
- Try the same thing, but with quotes: OWNCLOUD_TRUSTED_DOMAINS=“localhost,192.168.xxx.xxx”, still doesn’t work
- Run docker volume prune -a and try both again, does not work
- Go to settings > security > add domain, still doesn’t work
Expected behaviour
Not receive " You are accessing the server through an untrusted domain.
Please contact your administrator. If you are an administrator of this instance, configure the “trusted_domains” setting in config/config.php. An example configuration is provided in config/config.sample.php or at the [documentation]." and be able to access files on another device on the same network.
Actual behaviour
Not able to do that. Keep getting " You are accessing the server through an untrusted domain.
Please contact your administrator. If you are an administrator of this instance, configure the “trusted_domains” setting in config/config.php. An example configuration is provided in config/config.sample.php or at the [documentation]."
Server configuration
Operating system:
MacOS M1 Ventura13.5.2
Database: MySQL
ownCloud version: (see ownCloud admin page) 10.14.0.3
**Updated from an older ownCloud or fresh install:**No
Where did you install ownCloud from:https :// github. com/ owncloud- docker/ server
Signing status (ownCloud 9.0 and above):
No errors have been found
The content of config/config.php:
...
"trusted_domains": [
"localhost"
],
...
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/… No
Are you using encryption: No
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Google Chrome
Operating system: Windows 10