Add immich

This commit is contained in:
2025-08-09 13:26:23 +00:00
parent 78e524d61c
commit 258c204163
9 changed files with 140 additions and 0 deletions

12
immich/.env.example Normal file
View File

@@ -0,0 +1,12 @@
# The location where your uploaded files are stored
UPLOAD_LOCATION=./data/server
# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=./data/postgres
DB_PASSWORD=postgres
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich