add Authentik & changedetection
This commit is contained in:
6
authentik/README.md
Normal file
6
authentik/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
* After install run
|
||||
```
|
||||
echo "PG_PASS=$(openssl rand -base64 36 | tr -d '\n')" >> .env
|
||||
echo "AUTHENTIK_SECRET_KEY=$(openssl rand -base64 60 | tr -d '\n')" >> .env
|
||||
# echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env
|
||||
```
|
||||
Reference in New Issue
Block a user