Feat: Immich Server

This commit is contained in:
coolnsx
2025-06-30 19:27:52 +05:30
parent aa90d66815
commit 3fac8699fc
10 changed files with 156 additions and 1 deletions

20
immich/env.example Normal file
View File

@@ -0,0 +1,20 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/path/to/storage
# List of comma-separated IPs set as trusted proxies
IMMICH_TRUSTED_PROXIES=100.100.100.1
# Redis
REDIS_SOCKET=/tmp/immich/valkey.sock
# Postgres
DB_URL=postgresql://postgres:CHANGEMEASAP@localhost/immich?host=/tmp/immich/
DB_PASSWORD=CHANGEMEASAP
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich