Files
filestash/config/config.json
T

57 lines
1.1 KiB
JSON

{
"general": {
"port": 8334,
"host": "https://nuage.kerjean.me",
"secret_key": "",
"editor": "emacs",
"fork_button": true,
"display_hidden": false,
"client_search_enable": true,
"client_search_per_min": 20
},
"log": {
"enable": true,
"level": "INFO",
"telemetry": true
},
"oauth": {
"gdrive": {
"client_id": "",
"client_secret": ""
},
"dropbox": {
"client_id": ""
}
},
"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"
}
]
}