From 420489c7a037ca8ffda433acfea44e9272edd720 Mon Sep 17 00:00:00 2001 From: thafu Date: Fri, 4 Jul 2025 11:46:07 +0200 Subject: [PATCH] immich fix --- immich/template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/template.json b/immich/template.json index 06a79cc..7816c2e 100644 --- a/immich/template.json +++ b/immich/template.json @@ -3,19 +3,19 @@ "description":"Immich is a free, open-source, self-hosted photo and video management platform designed as an alternative to Google Photos. It allows users to back up, organize, and manage their photos and videos on their own server, prioritizing privacy and control over their data.", "fields": [ { - "description": "Domain:", + "description": "Domain", "key": "DOMAIN", "value": "", "required": "true" }, { - "description": "Timezone:", + "description": "Timezone", "key": "IMMICH_TZ", "value": "Europe/Budapest", "required": "true" }, { - "description": "Version:", + "description": "Version", "key": "IMMICH_VERSION", "value": "release", "required": "true"