This commit is contained in:
kim
2026-06-24 02:23:04 +02:00
parent 43c0b25485
commit a33dc0bd65
1654 changed files with 39 additions and 16 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
# You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
UPLOAD_LOCATION=/home/rcadmin/docker/immich-app/library
# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=/home/rcadmin/docker/immich-app/database
@@ -20,3 +20,9 @@ DB_PASSWORD=postgresPW2026
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
# Information for mounting smb share from server
USERNAME=immich@home.ramberg.net
PASSWORD=immichPass123
PUID=1000
PGID=1000