42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "Immich",
|
|
"slug": "immich",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2025-03-30",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 2283,
|
|
"documentation": "https://immich.app/docs/overview/introduction",
|
|
"website": "https://immich.app",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png",
|
|
"config_path": "/opt/immich/.env",
|
|
"description": "High performance self-hosted photo and video management solution.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/immich.sh",
|
|
"resources": {
|
|
"cpu": 4,
|
|
"ram": 4096,
|
|
"hdd": 12,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "During installation, HW-accelerated machine-learning is an available option. This also allows for HW-accelerated transcoding, but it must be enabled in Video Transcoding Settings",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|
|
|