browse webDAV objects via webbrowser (iRony/sabreDAV)

Daniel Hoffend dh at dotlan.net
Tue Dec 17 11:15:15 CET 2013


No you don't have to do this. You can just enable the browser version by
setting an env variable. No need to modify system files.

# apache2/
<Directory "/usr/share/iRony/public_html/">
[...]
SetEnv DAVBROWSER 1/
[...]
</Directory>


# nginx + php-fpm
fastcgi_param DAVBROWSER 1;
/

--
Regards
Daniel
/

Am 17.12.2013 11:09, schrieb Henning:
> Hi,
>
> with setup-kolab please add the following line by default to iRony in
>
> public_html/index.php
>
> $server->addPlugin(new \Sabre\DAV\Browser\Plugin());
>
> This line adds a plugin that enables logged-in users to browse their
> WebDAV objects to find out which addresses to use in webdav-clients.
>
> Why?
> ----
> E-Mail clients normally do not have such feature, so you have to have
> some advanced knowledge to find out which addresses to use (wich
> nautilus for example).
>
> And even shared calendars have different addresses for each user so
> everyone would have to have this knowledge.
>
> regards,
> Henning
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users



More information about the users mailing list