initial commit
This commit is contained in:
43
data/connections.json
Normal file
43
data/connections.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user