Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff authored Oct 18, 2016
1 parent 1f2c90c commit 2e4291b
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ Use the automated installer:

wget https://raw.githubusercontent.com/Zimbra-Community/owncloud-zimlet/soapServiceBarry/webdav-client-installer.sh -O /tmp/webdav-client-installer.sh
chmod +rx /tmp/webdav-client-installer.sh
/tmp/webdav-client-installer.sh


### Configure your proxy:

[zimbra@server zimbra]$ zmprov mc default +zimbraProxyAllowedDomains your-owncloud-server.com
# You can also enable all domains see: https://wiki.zimbra.com/wiki/Zimlet_Developers_Guide:Proxy_Servlet_Setup security
/tmp/webdav-client-installer.sh

### Configuring preferences

Expand Down Expand Up @@ -73,6 +67,20 @@ Please note that a preference set by the user has priority over a preference set

[zimbra@server zimbra]$ zmmailboxdctl restart

### Restrict allowed DAV Servers

As of version 0.5.6 your clients **can connect to all dav servers by default**, you can restrict the allowed DAV servers to connect to in:

/opt/zimbra/lib/ext/ownCloud/config.properties
allowdomains=allowme.example.com;allowmealso.example.com

No service restart is needed after changing this file.

If you installed WebDAV Client before, you should remove your DAV servers from zimbraProxyAllowedDomains.

zmprov gc default zimbraProxyAllowedDomains
zmprov mc default -zimbraProxyAllowedDomains allowme.example.com

### Un-installing

rm -Rf /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/
Expand Down

0 comments on commit 2e4291b

Please sign in to comment.