diff --git a/frontend/public/json/immich.json b/frontend/public/json/immich.json index 5253587..47ef270 100644 --- a/frontend/public/json/immich.json +++ b/frontend/public/json/immich.json @@ -12,7 +12,7 @@ "documentation": "https://immich.app/docs/overview/introduction", "website": "https://immich.app", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png", - "config_path": "", + "config_path": "/opt/immich/.env", "description": "High performance self-hosted photo and video management solution.", "install_methods": [ { @@ -33,11 +33,7 @@ }, "notes": [ { - "text": "Change the machine-learning URL to `http://localhost:3003` after installation", - "type": "info" - }, - { - "text": "GPU acceleration is not enabled for this installation", + "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" } ]