Plesk for Linux
kb: how-to
ext: kolab
ABT: Group A
Applicable to:
- Plesk for Linux
Question
Plesk Seafile extension is installed and enabled for a domain in Plesk.
How to configure WebDAV connections to Seafile storage on this domain?
Answer
-
Connect to a Plesk server via SSH.
-
Open domain's Seafile configuration file
seafdav.conf
in a text editor. In this example, we are using the vi editor:# vi /var/www/vhosts/example.com/seafile/conf/seafdav.conf
-
Change the content as follows except port number:
CONFIG_TEXT: [WEBDAV]
enabled = true
port = 8002
fastcgi = true
share_name = /seafdav -
Save the changes and close the file.
-
Restart the main Seafile process:
# service seafile@8000 restart
Now, WebDAV connections are ready. To connect to Seafile storage, use example.com/seafdav with port 80. To connect via a web-browser, go to https://example.com/seafdav.
Comments
1 comment
Thats quite simple when you don`t let confusing by the seafdav webdav docu!
How about with debian 10. When would it be supported from Plesk?
Please sign in to leave a comment.