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/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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user