Added ability to upload backups via FTP

This commit is contained in:
Pinga 2025-02-03 19:00:48 +02:00
parent e3f5d9f94e
commit 8e943ce1c8
3 changed files with 35 additions and 6 deletions

View file

@ -1,5 +1,15 @@
{
"storageType": "sftp",
"ftp": {
"host": "your_sftp_host",
"username": "your_username",
"password": "your_password",
"port": 21,
"basePath": "/",
"passive": true,
"ssl": false,
"timeout": 30
},
"sftp": {
"host": "your_sftp_host",
"username": "your_username",