Files
ProxmoxVEDHelperScripts/json/excalidash.json
MickLesk c744b10caa Add installers and CT templates for four apps
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.
2026-05-12 21:09:00 +02:00

44 lines
1.3 KiB
JSON

{
"name": "ExcaliDash",
"slug": "excalidash",
"categories": [
12
],
"date_created": "2026-05-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6767,
"documentation": "https://github.com/ZimengXiong/ExcaliDash/blob/main/README.md",
"website": "https://github.com/ZimengXiong/ExcaliDash",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/excalidraw.webp",
"description": "Self-hosted dashboard and organizer for Excalidraw with persistent storage, real-time collaboration, version history, multi-user authentication, and scoped sharing.",
"install_methods": [
{
"type": "default",
"script": "ct/excalidash.sh",
"config_path": "/opt/excalidash/backend/.env",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "ExcaliDash is in BETA. Back up your data regularly.",
"type": "warning"
},
{
"text": "Create your admin account on first visit at the web UI.",
"type": "info"
}
]
}