mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Update Authentik doc with disable login var (#307)
* Update Authentik doc with disable login var * fix linter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user