initial commit

This commit is contained in:
2026-03-23 22:24:24 +01:00
commit 082506d00c
13 changed files with 3362 additions and 0 deletions

43
data/connections.json Normal file
View 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"
}
}
}