Files
ProxmoxVEDHelperScripts/json/colanode.json

53 lines
1.9 KiB
JSON

{
"name": "Colanode",
"slug": "colanode",
"categories": [
12
],
"date_created": "2026-05-12",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": 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": "Before using the app: download and import the self-signed certificate into your browser. Navigate to https://YOUR_IP:4000/colanode.crt and install it as a trusted CA. This is required for Service Worker and OPFS storage to work.",
"type": "warning"
},
{
"text": "Access the web interface at https://YOUR_IP:4000. When adding a server in the desktop or mobile app, enter https://YOUR_IP:4000 as the server URL.",
"type": "info"
},
{
"text": "No default credentials — open the web UI and register a new account on first access.",
"type": "info"
},
{
"text": "Requires at least 4 GB RAM for the build process.",
"type": "warning"
}
]
}