Guest User

immich env openmediavault cm3588

a guest
Oct 30th, 2025
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # This file is auto-generated by openmediavault (https://www.openmediavault.org)
  2. # WARNING: Do not edit this file, your changes will get lost.
  3.  
  4. # environment file for immich
  5. # photos
  6.  
  7. UPLOAD_LOCATION=/ZfsVaultMount/Photos
  8. DB_DATA_LOCATION=/ZfsVaultMount/DockerData/immich/postgres
  9.  
  10.  
  11. # To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
  12. TZ=Europe/Rome
  13.  
  14. # The Immich version to use. You can pin this to a specific version like "v1.71.0"
  15. IMMICH_VERSION=release
  16.  
  17. # Connection secret for postgres. You should change it to a random password
  18. # Please use only the characters `A-Za-z0-9`, without special characters or spaces
  19. DB_PASSWORD=verysecretpass
  20. MACHINE_LEARNING_RKNN_THREADS=2
  21.  
  22. # The values below this line do not need to be changed
  23. ###################################################################################
  24. DB_USERNAME=postgres
  25. DB_DATABASE_NAME=immich
Advertisement
Add Comment
Please, Sign In to add comment