|
@@ -51,7 +51,7 @@ MAPBOX_KEY=
|
|
|
|
|
|
|
|
|
###################################################################################
|
|
|
-# WEB
|
|
|
+# WEB - Required
|
|
|
###################################################################################
|
|
|
|
|
|
# This is the URL of your vm/server where you host Immich, so that the web frontend
|
|
@@ -61,3 +61,13 @@ MAPBOX_KEY=
|
|
|
# !CAUTION! THERE IS NO FORWARD SLASH AT THE END
|
|
|
|
|
|
VITE_SERVER_ENDPOINT=
|
|
|
+
|
|
|
+
|
|
|
+####################################################################################
|
|
|
+# WEB - Optional
|
|
|
+####################################################################################
|
|
|
+
|
|
|
+# Custom message on the login page, should be written in HTML form.
|
|
|
+# For example VITE_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.<br><br>Email: <i>demo@demo.de</i><br>Password: <i>demo</i>"
|
|
|
+
|
|
|
+VITE_LOGIN_PAGE_MESSAGE=
|