-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (44 loc) · 1.1 KB
/
.env.example
File metadata and controls
57 lines (44 loc) · 1.1 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
PUID=1000
PGID=1000
TIMEZONE="Pacific/Auckland"
IP=127.0.0.1
DATABASE_USERNAME="user"
DATABASE_PASSWORD="changeme"
ORGANISATION="Example Org"
ADMIN_EMAIL="admin@example.org"
DC_DOMAIN="example"
TLD="org"
#DOMAIN="$DC_DOMAIN.$TLD"
DOMAIN="example.org"
LDAP_PASSWORD="changeme"
SMTP_HOST="example.amazonaws.com"
SMTP_USER="username"
SMTP_PASS="changeme"
# Configured Directories for various things
DATA_DIR="/path/to/data"
CONFIG_DIR="/path/to/config"
SYNC_DIR="/path/to/syncthing/data"
DOWNLOAD_DIR="/path/to/downloads"
## Adguard
ADGUARD_USERNAME="admin"
ADGUARD_PASSWORD="password"
## *arr stack
### You'll need to have run sonarr/radarr at least once in order to get these
RADARR_API_KEY="changeme"
SONARR_API_KEY="changeme"
## Cloudflare
CLOUDFLARE_DNS_API_TOKEN="changeme"
## Vaultwarden
VAULTWARDEN_TOKEN="changeme"
## Vikunja
JWT_SECRET="changeme"
TODO_DATABASE="todo"
# Firefly
FIREFLY_APP_KEY="changeme"
FIREFLY_ACCESS_TOKEN="changeme"
# Frigate
FRIGATE_MQTT_USERNAME="user"
FRIGATE_MQTT_PASSWORD="changeme"
FRIGATE_REOLINK_USERNAME="user"
FRIGATE_REOLINK_PASSWORD="changeme"
FRIGATE_REOLINK_IP="127.0.0.1"