mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-09-05 02:33:33 +00:00
Add immich
This commit is contained in:
12
immich/.env.example
Normal file
12
immich/.env.example
Normal 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
|
Reference in New Issue
Block a user