2024-11-06 20:14:59 +13:00
{
"name" : "SFTPGo" ,
"slug" : "sftpgo" ,
"categories" : [
2025-01-20 13:10:02 +01:00
11
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 15:50:40 +01:00
"interface_port" : 8080 ,
2024-11-06 20:14:59 +13:00
"documentation" : null ,
"website" : "https://github.com/drakkan/sftpgo" ,
2025-03-04 22:13:56 +01:00
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/webp/sftpgo.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2024-11-06 20:14:59 +13:00
"description" : "SFTPGo is a fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/sftpgo.sh" ,
"resources" : {
2024-11-28 15:50:40 +01:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 4 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}