I’m trying to enable the WebDAV extension. I’m running seaf-server 8.0.8 on NixOS. A couple of things are unclear to me:
- Where is the
seafdav.conf
file supposed to go? NixOS puts all the other conf files in/etc/seafile
but the manual states that for some reasonseafdav.conf
needs to go in the installation folder? That folder is read-only in NixOS. When puttingseafdav.conf
in/etc/seafile
, I don’t see WebDAV listening innetstat
so that doesn’t seem to work. I also tried/etc/seafile/conf/seafdav.conf
without success. - You can specify the port but not the host? Will it use the host in
seafile.conf
under[fileserver]
? - The docs say that I need to modify
share_name
if I deploy behind nginx (which I do). But… to what? I don’t want to WebDAV just into one single share.
Content of /etc/seafile/seafdav.conf
is
[WEBDAV]
enabled = true
port = 8032
share_name = /
workers = 5
timeout = 1200