diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index af54dc75b..32d7aff50 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,3 +20,4 @@ jobs: uses: codespell-project/actions-codespell@v2 with: skip: package.json,package-lock.json + ignore_words_list: erro diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index b631a70e1..32e5c3601 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -573,6 +573,9 @@ NETBIRD_IDP_MGMT_CLIENT_ID="" NETBIRD_IDP_MGMT_EXTRA_USERNAME="Netbird" NETBIRD_IDP_MGMT_EXTRA_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 diff --git a/src/pages/selfhosted/sqlite-store.mdx b/src/pages/selfhosted/sqlite-store.mdx index ffc93e658..8f74555fc 100644 --- a/src/pages/selfhosted/sqlite-store.mdx +++ b/src/pages/selfhosted/sqlite-store.mdx @@ -10,7 +10,7 @@ This addition aims to provide users with enhanced performance and scalability op 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: ```