-
Does this implementation support webdav? I'm having difficulty determining which docker should be exposing the webdav port |
Beta Was this translation helpful? Give feedback.
Answered by
ggogel
May 17, 2021
Replies: 1 comment 6 replies
-
Yes, webdav is supported. The seafile-server service handles webdav. The port is already exposed and the path Create the following config file:
Then restart seafile-server. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
yeah-mike
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, webdav is supported. The seafile-server service handles webdav. The port is already exposed and the path
/seafdav
is redirected by seafile-caddy to the port8080
on seafile-server.Create the following config file:
seafile-data/seafile/conf/seafdav.conf
Then restart seafile-server.