From 7372e2e385c6d42c9da90e1f675ec77931eb7cac Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sat, 22 Nov 2025 18:17:41 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 11e6a40..a4579b8 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -6569,6 +6569,23 @@ ], "type": "pve" }, + { + "name": "Upgopher", + "slug": "upgopher", + "desc": "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.", + "script": "ct/upgopher.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/upgopher.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/upgopher.sh", + "os": "debian", + "categories": [ + 11 + ], + "notes": [ + "Default uploads directory: `/opt/upgopher/uploads`", + "Set application startup options by editing `/etc/systemd/system/upgopher.service`. Read documentation for available options." + ], + "type": "ct" + }, { "name": "UpSnap", "slug": "upsnap",