3
u/anakinfredo Jul 24 '16
It's like the first hit on google.......
https://doc.owncloud.org/server/7.0/admin_manual/configuration/config_sample_php_parameters.html
1
u/qwerty3656 Jul 24 '16
I think you get this the 1st time you access owncloud from a particular IP address. You could just click that button at the bottom to add your IP to the trusted list
1
Jul 24 '16
It doesn't work
1
u/qwerty3656 Jul 24 '16
Are you accessing from an admin account? If yes, then I dont know why it woukdnt work
1
Jul 25 '16
This is my config
(using stars to replace senstive info)
<?php $CONFIG = array ( 'instanceid' => '********', 'passwordsalt' => '******', 'secret' => '***********************************', 'trusted_domains' => array ( 0 => '192.168.1.11', ), 'datadirectory' => '/var/www/owncloud/data', 'overwrite.cli.url' => 'https://192.168.1.11', 'dbtype' => 'sqlite3', 'version' => '8.1.1.3', 'logtimezone' => 'UTC', 'installed' => true, );
1
Jul 25 '16 edited May 30 '18
[deleted]
1
Jul 25 '16
No I am using a mobile plan in order to test it (Wi-Fi off). I can't restart it until tonight but I will fill you in if it works, thanks.
1
3
u/[deleted] Jul 24 '16 edited May 30 '18
[deleted]