From 1a004a849047c8cef8817a83c69f2249305a8716 Mon Sep 17 00:00:00 2001 From: Borgal Date: Wed, 2 Apr 2025 19:31:15 +0000 Subject: [PATCH] env File angepasst --- immich/.env.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/.env.sample b/immich/.env.sample index a596b3d..fbac209 100644 --- a/immich/.env.sample +++ b/immich/.env.sample @@ -9,6 +9,8 @@ IMMICH_VERSION=release # Connection secrets for postgres and typesense. You should change these to random passwords TYPESENSE_API_KEY=some-random-text DB_PASSWORD=ChangeMe +IMMICH_HOST=0.0.0.0 +PUBLIC_URL=https://immich.domain.de # The values below this line do not need to be changed ###################################################################################