2025-11-22 17:17:28 +01:00
{
"name" : "Upgopher" ,
"slug" : "upgopher" ,
"categories" : [
11
] ,
2025-11-22 16:17:47 +00:00
"date_created" : "2025-11-22" ,
2025-11-22 17:17:28 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 9090 ,
"documentation" : "https://github.com/wanetty/upgopher#readme" ,
"config_path" : "" ,
"website" : "https://github.com/wanetty/upgopher" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/upgopher.webp" ,
2025-11-22 17:17:28 +01:00
"description" : "A simple Go web server for file upload, download, and browsing. Cross-platform alternative to Python-based file servers with no library dependencies. Features file upload via web interface, directory navigation, URL copying to clipboard, optional basic authentication, HTTPS support, and hidden files toggle." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/upgopher.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Default uploads directory: `/opt/upgopher/uploads`" ,
"type" : "info"
} ,
{
"text" : "Set application startup options by editing `/etc/systemd/system/upgopher.service`. Read documentation for available options." ,
"type" : "info"
}
]
}