Commit e000f8

2025-07-05 20:37:30 Tebby Dog: Update
1-guides/authentik-basic-setup-guide.md ..
@@ 175,7 175,9 @@
```
2. Set up environment variables
- TZ: [Find your correct timezone](https://teb.codes/link/to/find/timezone) IE: America/New_York
+
+ ```
+ TZ: [Find your correct timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) 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
@@ 189,8 191,10 @@
AUTHENTIK_EMAIL_USE_SSL: select if SSL is enabled, check with your email provider
AUTHENTIK_EMAIL_TIMEOUT: select email timeout period, check with your email provider
AUTHENTIK_EMAIL_FROM: select the email that authentik will send from, this can be blank if it is the same as the username
+ ```
Example .env file
+
```env
TZ: America/New_York
AUTHENTIK_POSTGRES_USER: authentik_db_user
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