Files
Seedmover/data/connections.json
2026-03-23 22:24:24 +01:00

43 lines
767 B
JSON

{
"seedbox": {
"id": "seedbox",
"name": "Seedbox",
"type": "local",
"readonly": true,
"config": {
"root_path": "/mnt/seedbox"
}
},
"nas": {
"id": "nas",
"name": "NAS",
"type": "local",
"readonly": false,
"config": {
"root_path": "/mnt/nas"
}
},
"fdcdfbe5": {
"id": "fdcdfbe5",
"name": "Useed SFTP",
"type": "sftp",
"readonly": true,
"config": {
"host": "geco.useed.me",
"port": 13616,
"username": "SB2269",
"password": "rimyW9VSmlkqsd",
"root_path": "/SB2269/torrent"
}
},
"__defaults__": {
"left": {
"connection": "fdcdfbe5",
"path": ""
},
"right": {
"connection": "nas",
"path": "/mnt/nas"
}
}
}