Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-05-18 00:31:31 +00:00
parent c92bf504fb
commit 026ceab2ef
+35
View File
@@ -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",