11- id : webdav
22 version : 0
33 name : WebDAV (e.g. Nextcloud, Owncloud, Opencloud)
4+ description : |
5+ The WebDAV protocol is a simple way to access files over the internet. Here, you can connect to any WebDAV server.
6+ variables :
7+ url :
8+ label : Server Domain (e.g. https://myowncloud.org)
9+ type : string
10+ help : |
11+ The domain of the WebDAV server you are connecting to. This should be the full URL
12+ including the protocol (http or https) and the domain name.
13+ root :
14+ label : WebDAV server Path (e.g., /a/sub/path/remote.php/webdav, /remote.php/dav/files/username)
15+ type : string
16+ help : |
17+ The full server path to the WebDAV service.
18+ login :
19+ label : Username
20+ type : string
21+ help : |
22+ The username to use to connect to the WebDAV server. This should be the username you use
23+ to log in to the WebDAV server.
24+ writable :
25+ label : Writable?
26+ type : boolean
27+ optional : true
28+ default : false
29+ help : Allow Galaxy to write data to this WebDAV server.
30+ secrets :
31+ password :
32+ label : Password
33+ help : |
34+ The password to use to connect to the WebDAV server. This should be the password you use
35+ to log in to the WebDAV server.
36+ configuration :
37+ type : webdav
38+ url : ' {{ variables.url }}'
39+ root : ' {{ variables.root }}'
40+ login : ' {{ variables.login }}'
41+ writable : ' {{ variables.writable }}'
42+ password : ' {{ secrets.password }}'
43+
44+ - id : webdav
45+ version : 1
46+ name : WebDAV (e.g. Nextcloud, Owncloud, Opencloud)
447 description : |
548 The WebDAV protocol is a simple way to access files over the internet. Here, you can connect to any WebDAV server.
649 variables :
4083 login : ' {{ variables.login }}'
4184 writable : ' {{ variables.writable }}'
4285 password : ' {{ secrets.password }}'
43-
0 commit comments