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.
This commit is contained in:
44
json/bunkerm.json
Normal file
44
json/bunkerm.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "BunkerM",
|
||||
"slug": "bunkerm",
|
||||
"categories": [
|
||||
18
|
||||
],
|
||||
"date_created": "2026-05-12",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 2000,
|
||||
"documentation": "https://bunkerai.dev/docs",
|
||||
"website": "https://bunkerai.dev/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bunkerm.webp",
|
||||
"description": "All-in-one self-hosted MQTT broker management platform bundling Eclipse Mosquitto with a full-featured web dashboard, smart anomaly detection, local automation agents, and optional AI assistant.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/bunkerm.sh",
|
||||
"config_path": "/etc/bunkerm/bunkerm.env",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "MQTT broker is available on port 1900. Default MQTT credentials are username 'bunker' / password 'bunker' — change them after first login.",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "Create your admin account on first visit to the web UI at port 2000.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
44
json/colanode.json
Normal file
44
json/colanode.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
44
json/edit-mind.json
Normal file
44
json/edit-mind.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "Edit-Mind",
|
||||
"slug": "edit-mind",
|
||||
"categories": [
|
||||
13
|
||||
],
|
||||
"date_created": "2026-05-12",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3745,
|
||||
"documentation": "https://github.com/IliasHad/edit-mind",
|
||||
"website": "https://github.com/IliasHad/edit-mind",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/edit-mind.webp",
|
||||
"description": "AI-powered media management platform with semantic search, face recognition, video transcription, smart collections, and background job processing for your personal media library.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/deferred/edit-mind.sh",
|
||||
"config_path": "/opt/edit-mind/.env",
|
||||
"resources": {
|
||||
"cpu": 4,
|
||||
"ram": 8192,
|
||||
"hdd": 32,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Requires at least 8 GB RAM. AI model downloads happen on first use and may take several minutes.",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "Set HOST_MEDIA_PATH in /opt/edit-mind/.env to point to your media folder. GPU acceleration is not supported in LXC containers.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
44
json/excalidash.json
Normal file
44
json/excalidash.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user