Files
ProxmoxVEDHelperScripts/json/edit-mind.json
2026-05-23 00:09:32 +10:00

45 lines
1.5 KiB
JSON

{
"name": "Edit-Mind",
"slug": "edit-mind",
"categories": [
13
],
"date_created": "2026-05-12",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": 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"
}
]
}