From 026ceab2ef494fdcb14bdcd05f076216058737cc Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Mon, 18 May 2026 00:31:31 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 51781c93..7b091b99 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4813,6 +4813,41 @@ "config_path": "/root/config/", "os": "debian" }, + { + "name": "Etherpad", + "slug": "etherpad", + "desc": "Etherpad is a highly customizable real-time collaborative document editor. It lets multiple people edit the same document simultaneously in the browser, with live changes, per-user colors, chat, and a rich plugin ecosystem.", + "script": "ct/etherpad.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/etherpad.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/etherpad.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00012" + ], + "category_names": [ + "Documents & Notes" + ], + "notes": [ + "The default install uses an embedded sqlite database at /var/lib/etherpad/etherpad.db — ACID, zero-config, suitable for single-instance homelab use. To use postgres or mysql instead, edit /opt/etherpad-lite/settings.json and switch 'dbType' + 'dbSettings' (Etherpad's ueberdb abstraction supports both).", + "View logs with: journalctl -u etherpad -f", + "Etherpad listens on port 9001. Restart the service after editing settings.json: systemctl restart etherpad" + ], + "warnings": [], + "port": 9001, + "website": "https://etherpad.org", + "documentation": "https://etherpad.org/doc", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/etherpad.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": true, + "execute_in": [ + "lxc" + ], + "config_path": "", + "os": "debian" + }, { "name": "evcc", "slug": "evcc",