Otterwiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
1-Guides
Authentik-Basic-Setup-Guide
2-Code
Bash
Bootstrap-Script
Fish-Aliases
Mount-Point-Service-Sync
Docker
Docker-Shortcuts
Flash-Container
NV14
Project-F
Stick-RPG
Subway-Surfers
VSCode
K8S
Backup-Pushover-Notification
Home
Stalk-Me
1-Guides
Authentik-Basic-Setup-Guide
42e47e
Commit
42e47e
2025-07-05 20:40:54
Tebby Dog
: Update
1-guides/authentik-basic-setup-guide.md
..
@@ 175,9 175,10 @@
```
2. Set up environment variables
-
```env
+
```
-
TZ: [Find your correct timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) IE: America/New_York
+
TZ: Your time zone, if you dont know what it is use the link below
+
IE: America/New_York
AUTHENTIK_POSTGRES_USER: enter a username
AUTHENTIK_POSTGRES_PASSWORD: enter a secure password or generate a password with echo $(openssl rand -base64 32)
AUTHENTIK_POSTGRES_DB: select a database name
@@ 193,7 194,7 @@
AUTHENTIK_EMAIL_FROM: select the email that authentik will send from, this can be blank if it is the same as the username
```
-
+
[Find your correct timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
Example .env file
```env
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9