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