mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
42 lines
687 B
JSON
42 lines
687 B
JSON
{
|
|
"general": {
|
|
},
|
|
"features": {
|
|
},
|
|
"log": {
|
|
},
|
|
"email": {
|
|
},
|
|
"oauth": {
|
|
},
|
|
"connections": [
|
|
{
|
|
"type": "webdav",
|
|
"label": "WebDav"
|
|
},
|
|
{
|
|
"type": "ftp",
|
|
"label": "FTP"
|
|
},
|
|
{
|
|
"type": "sftp",
|
|
"label": "SFTP"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"label": "GIT"
|
|
},
|
|
{
|
|
"type": "s3",
|
|
"label": "S3"
|
|
},
|
|
{
|
|
"type": "dropbox",
|
|
"label": "Dropbox"
|
|
},
|
|
{
|
|
"type": "gdrive",
|
|
"label": "Drive"
|
|
}
|
|
]
|
|
}
|