mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 16:21:50 +02:00
Added ability to upload backups via FTP
This commit is contained in:
parent
e3f5d9f94e
commit
8e943ce1c8
3 changed files with 35 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue