Compare commits

...

2 Commits

Author SHA1 Message Date
dado
e8665da2a9 parentesi quadra mancante in snikket 2025-07-25 22:06:28 +02:00
dado
2e99bfcfaf Update .env 2025-07-25 20:36:08 +02:00
3 changed files with 6 additions and 3 deletions

0
.zed/settings.json Normal file
View File

View File

@@ -187,4 +187,5 @@ share.chat.novemila.org {
transport http {
tls_insecure_skip_verify
}
}
}
}

View File

@@ -1,10 +1,12 @@
# 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=./library
#UPLOAD_LOCATION=./library
UPLOAD_LOCATION=/etc/novemila/immich/library
# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=./postgres
#DB_DATA_LOCATION=./postgres
DB_DATA_LOCATION=/etc/novemila/immich/postgres
# 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
TZ=Europe/Rome