📝 docs(authentik): fix YAML code block indentation in README
This commit is contained in:
parent
fa1539b237
commit
18755078e6
|
|
@ -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) 支持。
|
||||
3. 安装应用后,可将 `GeoLite2-City.mmdb` 与 `GeoLite2-ASN.mmdb` 拷贝到 `geoip` 目录下以启用 [GeoIP](https://support.maxmind.com/knowledge-base/articles/create-a-maxmind-account) 支持。
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue