2024-12-28 16:14:13 +01:00
|
|
|
{
|
|
|
|
|
"aio_services_v1": [
|
|
|
|
|
{
|
|
|
|
|
"container_name": "nextcloud-aio-local-ai-vulkan",
|
2025-07-02 13:41:14 +02:00
|
|
|
"display_name": "Local AI for Vulkan (x86 only)",
|
2024-12-28 16:14:13 +01:00
|
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/local-ai-vulkan",
|
2025-07-02 13:41:14 +02:00
|
|
|
"image": "ghcr.io/docjyj/aio-local-ai-vulkan",
|
|
|
|
|
"image_tag": "v0",
|
2024-12-28 16:14:13 +01:00
|
|
|
"internal_port": "8080",
|
|
|
|
|
"restart": "unless-stopped",
|
|
|
|
|
"environment": [
|
2025-07-06 13:33:18 +02:00
|
|
|
"TZ=%TIMEZONE%",
|
|
|
|
|
"LOCAL_AI_PASS=%LOCAL_AI_PASS%"
|
2025-07-06 12:11:14 +02:00
|
|
|
],
|
|
|
|
|
"ports": [
|
|
|
|
|
{
|
|
|
|
|
"ip_binding": "%APACHE_IP_BINDING%",
|
|
|
|
|
"port_number": "10078",
|
|
|
|
|
"protocol": "tcp"
|
|
|
|
|
}
|
2024-12-28 16:14:13 +01:00
|
|
|
],
|
|
|
|
|
"volumes": [
|
|
|
|
|
{
|
|
|
|
|
"source": "nextcloud_aio_localai_vulkan_models",
|
|
|
|
|
"destination": "/models",
|
|
|
|
|
"writeable": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-07-06 12:11:14 +02:00
|
|
|
"source": "nextcloud_aio_localai_vulkan_backends",
|
|
|
|
|
"destination": "/backends",
|
2024-12-28 16:14:13 +01:00
|
|
|
"writeable": true
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-07-06 12:11:14 +02:00
|
|
|
"secrets": [
|
2025-07-06 13:13:43 +02:00
|
|
|
"LOCAL_AI_PASS"
|
2025-07-06 12:11:14 +02:00
|
|
|
],
|
2025-07-06 13:13:43 +02:00
|
|
|
"ui_secret": "LOCAL_AI_PASS",
|
2024-12-28 16:14:13 +01:00
|
|
|
"devices": [
|
|
|
|
|
"/dev/dri"
|
|
|
|
|
],
|
|
|
|
|
"nextcloud_exec_commands": [
|
|
|
|
|
"php /var/www/html/occ app:install integration_openai",
|
|
|
|
|
"php /var/www/html/occ app:enable integration_openai",
|
|
|
|
|
"php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai-vulkan:8080",
|
|
|
|
|
"php /var/www/html/occ app:install assistant",
|
|
|
|
|
"php /var/www/html/occ app:enable assistant"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-07-06 12:11:14 +02:00
|
|
|
}
|