-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.public
More file actions
33 lines (27 loc) · 1.13 KB
/
.env.public
File metadata and controls
33 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
export PUID=1000
export PGID=1000
export TZ=Europe/Lisbon
export TORRENTING_PORT=50000
export CONFIG_DIR=~/tower
export DATA_DIR=/vault
export DB_DIR=~/vault
export CODE_DIR=~/scriptorium
%private-vars
### nextcloud variables
export NEXTCLOUD_MARIADB_ROOT_PASSWORD=$_NEXTCLOUD_MARIADB_ROOT_PASSWORD
export NEXTCLOUD_MARIADB_DB_PASSWORD=$_NEXTCLOUD_MARIADB_DB_PASSWORD
export NEXTCLOUD_MARIADB_DB_NAME=nextcloud
export NEXTCLOUD_MARIADB_USER=nextcloud
### immich variables
# The location where your uploaded files are stored
export UPLOAD_LOCATION=${DATA_DIR}/gallery/immich
# The location where your database files are stored. Network shares are not supported for the database
export DB_DATA_LOCATION=${DB_DIR}/gallery/immich/db
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
export IMMICH_VERSION=v2.5.6
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
export IMMICH_DB_PASSWORD=$_IMMICH_DB_PASSWORD
export IMMICH_TELEMETRY_INCLUDE=all
export IMMICH_DB_USERNAME=postgres
export IMMICH_DB_DATABASE_NAME=immich