This commit is contained in:
Florian Kaiser
2025-04-14 13:47:04 +02:00
commit b648c0f6b9
3 changed files with 129 additions and 0 deletions

13
config.example.json Normal file
View File

@@ -0,0 +1,13 @@
{
"accounts": [
{
"server": "",
"port": "",
"user": "",
"password": "",
"remote_folders": [],
"local_folder": "",
"since": ""
}
]
}