Update Authentik doc with disable login var (#307)

* Update Authentik doc with disable login var

* fix linter
This commit is contained in:
Maycon Santos
2025-04-11 13:54:00 +02:00
committed by GitHub
parent 2c89461328
commit 09537916e4
3 changed files with 5 additions and 1 deletions

View File

@@ -573,6 +573,9 @@ NETBIRD_IDP_MGMT_CLIENT_ID="<PROVIDER_CLIENT_ID>"
NETBIRD_IDP_MGMT_EXTRA_USERNAME="Netbird"
NETBIRD_IDP_MGMT_EXTRA_PASSWORD="<SERVICE_ACCOUNT_PASSWORD>"
# needs disabling due to issue with IdP. Learn more [here](https://github.com/netbirdio/netbird/issues/3654)
NETBIRD_AUTH_PKCE_DISABLE_PROMPT_LOGIN=true
```
#### Step 6: Continue with the NetBird Self-hosting Guide

View File

@@ -10,7 +10,7 @@ This addition aims to provide users with enhanced performance and scalability op
<Note>
Starting from version [0.26.0](https://github.com/netbirdio/netbird/releases/tag/v0.26.0),
SQLite is **a default** storage engine for new installations.
SQLite is **the default** storage engine for new installations.
Please follow this manual if you insist on migrating from JSON file storage.
If you have new installation you already have SQLite. To confirm please check the `management` logs on startup:
```