Add container templates (ct/) and install scripts (install/) plus metadata JSON entries for BunkerM, Colanode, Edit-Mind, and ExcaliDash. Each app includes an LXC template script with update routines, a corresponding installer that provisions dependencies, builds the app, configures services (systemd/nginx/supervisor), and example default environment/config. JSON metadata files register interface ports, recommended resources, documentation/website links, and notes for each app.
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "Colanode",
|
|
"slug": "colanode",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2026-05-12",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 4000,
|
|
"documentation": "https://github.com/colanode/colanode/blob/main/hosting/docker",
|
|
"website": "https://colanode.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/colanode.webp",
|
|
"description": "Open-source, local-first collaboration workspace — a self-hosted Slack and Notion alternative with real-time chat, rich text pages, customizable databases, and file management.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/colanode.sh",
|
|
"config_path": "/opt/colanode/.env",
|
|
"resources": {
|
|
"cpu": 4,
|
|
"ram": 4096,
|
|
"hdd": 16,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Web UI is available on port 4000. Connect it to the API server at http://YOUR_IP:3000 from within the app.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Requires at least 4 GB RAM for the build process.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
} |