You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my setup it's just $host/index.php/.... It could also be $host/MyAwesomeOwnCloud/index.php/.... In fact between $host and /index.php there could be anything, so it should be something that user types into "OwnCloud URL" input.
The text was updated successfully, but these errors were encountered:
Ok, I got it. I'll add user manageable settings directly to UI.
Now, you can change the qwnsettings.conf file in application directory to achieve your host and owncloud server
There was a bug with conf file, so I've added to UI. Set the port and the custom path to index.php in connection page (tested with only "/index.php" and other "/custompath/index.php")
In my setup it's just
$host/index.php/...
. It could also be$host/MyAwesomeOwnCloud/index.php/...
. In fact between$host
and/index.php
there could be anything, so it should be something that user types into "OwnCloud URL" input.The text was updated successfully, but these errors were encountered: