2025-03-18 06:43:12 +01:00
{
2025-03-18 06:49:06 +01:00
"name" : "GoMFT" ,
"slug" : "gomft" ,
"categories" : [
7
] ,
"date_created" : "2025-03-18" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8080 ,
"documentation" : "https://github.com/StarFleetCPTN/GoMFT#configuration" ,
"website" : "https://github.com/StarFleetCPTN/GoMFT" ,
2025-03-18 10:40:31 +01:00
"logo" : "https://raw.githubusercontent.com/StarFleetCPTN/GoMFT/83be259754689acc49a4b0dba25ba8384088a0fc/static/img/logo.svg" ,
2025-04-28 19:52:27 +02:00
"config_path" : "/opt/gomft/.env" ,
2025-03-18 06:49:06 +01:00
"description" : "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/gomft.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 4 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : "admin@example.com" ,
"password" : "admin"
} ,
"notes" : [
{
2025-04-28 19:52:27 +02:00
"text" : "For additional configuration options check the documentation." ,
2025-03-18 06:49:06 +01:00
"type" : "info"
}
]
2025-03-18 06:43:12 +01:00
}