mrmilo wrote:I actually thought I could install ownCloud without needing to wait for an add-on. Thinking I have a Readynas + php add-on I could do the following: Create a new share named ownCloud, redirect http to this read-only share, copy the ownCloud files into that folder, using ssh change the owner of the share to admin:admin and set the rights to 750. To bad a Forbidden message when trying to acces the internet page
I did not change anything to the apache setup so probably there is more to do. My knowledge of the ReadNAS setup is still to little.
mdgm wrote:It should be possible to install it over the top I think. If you have problems it should be easy to fix with SSH.
Options +SymLinksIfOwnerMatch
Alias /www /c/www/
<Location /www>
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
Order allow,deny
Allow from all
Require valid-user
AuthType Basic
AuthName "My Shares"
</Location>

Return to Community Add-on Requests
Users browsing this forum: No registered users and 0 guests