Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2025-11-22 18:17:41 +00:00
parent ba86fa6d3e
commit 7372e2e385

View File

@@ -6569,6 +6569,23 @@
], ],
"type": "pve" "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", "name": "UpSnap",
"slug": "upsnap", "slug": "upsnap",