delete etherpad

This commit is contained in:
tremor021
2026-05-17 16:06:54 +02:00
parent c602f577cf
commit 9040adf300
4 changed files with 0 additions and 147 deletions

View File

@@ -1,40 +0,0 @@
{
"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": "To see admin credentials, run: `cat ~/etherpad.creds` inside LXC.",
"type": "info"
}
]
}