From 18755078e6aff97678fc85d3a21dac36cde46fac Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(authentik):=20fix=20YAML=20?= =?UTF-8?q?code=20block=20indentation=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentik/README.md | 6 +++--- apps/authentik/README_en.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/authentik/README.md b/apps/authentik/README.md index f36878535..d5cfdccd1 100644 --- a/apps/authentik/README.md +++ b/apps/authentik/README.md @@ -11,7 +11,7 @@ authentik 是一款面向现代单点登录 (SSO) 的开源身份提供商 (IdP) 2. 安装应用后,可以编辑 `docker-compose.yml` 添加其它环境变量。环境变量参考[文档](https://docs.goauthentik.io/install-config/configuration/)。 示例 - ```yaml + ```yaml x-authentik-envs: &a1 # Reference https://docs.goauthentik.io/install-config/configuration/ # SMTP Host Emails are sent to @@ -27,6 +27,6 @@ authentik 是一款面向现代单点登录 (SSO) 的开源身份提供商 (IdP) AUTHENTIK_EMAIL__TIMEOUT: 10 # Email address authentik will send from, should have a correct @domain AUTHENTIK_EMAIL__FROM: authentik@localhost - ``` + ``` -3. 安装应用后,可将 `GeoLite2-City.mmdb` 与 `GeoLite2-ASN.mmdb` 拷贝到 `geoip` 目录下以启用[GeoIP](https://support.maxmind.com/knowledge-base/articles/create-a-maxmind-account) 支持。 \ No newline at end of file +3. 安装应用后,可将 `GeoLite2-City.mmdb` 与 `GeoLite2-ASN.mmdb` 拷贝到 `geoip` 目录下以启用 [GeoIP](https://support.maxmind.com/knowledge-base/articles/create-a-maxmind-account) 支持。 \ No newline at end of file diff --git a/apps/authentik/README_en.md b/apps/authentik/README_en.md index f46c21cdd..6275ba440 100644 --- a/apps/authentik/README_en.md +++ b/apps/authentik/README_en.md @@ -11,7 +11,7 @@ authentik is an open-source Identity Provider (IdP) for modern SSO. 2. After installing the application, you can edit `docker-compose.yml` to add other environment variables. Refer to the [documentation](https://docs.goauthentik.io/install-config/configuration/) for environment variables. For example - ```yaml + ```yaml x-authentik-envs: &a1 # Reference https://docs.goauthentik.io/install-config/configuration/ # SMTP Host Emails are sent to @@ -27,6 +27,6 @@ authentik is an open-source Identity Provider (IdP) for modern SSO. AUTHENTIK_EMAIL__TIMEOUT: 10 # Email address authentik will send from, should have a correct @domain AUTHENTIK_EMAIL__FROM: authentik@localhost - ``` + ``` 3. After installing the application, copy `GeoLite2-City.mmdb` and `GeoLite2-ASN.mmdb` to the `geoip` directory to enable [GeoIP](https://support.maxmind.com/knowledge-base/articles/create-a-maxmind-account) support. \ No newline at end of file