From a41ad1967824d5804cfc2eef1196216dc3f991f1 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 11 Apr 2025 13:45:36 +0200 Subject: [PATCH 1/2] Update Authentik doc with disable login var --- src/pages/selfhosted/identity-providers.mdx | 3 +++ src/pages/selfhosted/sqlite-store.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: ``` From dfbdedbc26ed4b845d4d058c99cfc4351a3ea34f Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 11 Apr 2025 13:49:21 +0200 Subject: [PATCH 2/2] fix linter --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) 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