add Etherpad script

This commit is contained in:
tremor021
2026-05-14 14:30:38 +02:00
parent c368c67b2c
commit 649871cd59
3 changed files with 130 additions and 0 deletions

40
json/etherpad.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "Etherpad",
"slug": "etherpad",
"categories": [
12
],
"date_created": "2026-05-14",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 9001,
"documentation": "https://docs.etherpad.org/",
"website": "https://etherpad.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/etherpad.webp",
"description": "Etherpad is a real-time collaborative editor for documents that matter. Every keystroke is attributed to its author. Every revision is preserved. The timeslider lets you scrub through a document's entire history, character by character. Author colours make collaboration visible at a glance — not buried in a menu.",
"install_methods": [
{
"type": "default",
"script": "ct/etherpad.sh",
"config_path": "/opt/etherpad/settings.json",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Admin account is set by editing /opt/etherpad/settings.json and restarting the service.",
"type": "info"
}
]
}