This commit is contained in:
Julian-Samuel Gebühr 2023-07-06 12:07:47 +02:00
commit 3bef1671b0
2 changed files with 7 additions and 4 deletions

View file

@ -91,6 +91,9 @@ Grafana supports Single-Sign-On (SSO) via OAUTH. To make use of this you'll need
* Add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process (make sure to adjust `authentik.example.com`) * Add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process (make sure to adjust `authentik.example.com`)
```yaml ```yaml
# To make Grafana honor the expiration time of JWT tokens, enable this experimental feature below.
# grafana_feature_toggles_enable: accessTokenExpirationCheck
grafana_environment_variables_additional_variables: | grafana_environment_variables_additional_variables: |
GF_AUTH_GENERIC_OAUTH_ENABLED=true GF_AUTH_GENERIC_OAUTH_ENABLED=true
GF_AUTH_GENERIC_OAUTH_NAME=authentik GF_AUTH_GENERIC_OAUTH_NAME=authentik

View file

@ -67,13 +67,13 @@
version: 6.1.0 version: 6.1.0
name: geerlingguy.docker name: geerlingguy.docker
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git
version: v1.19.3-0 version: v1.19.4-0
name: gitea name: gitea
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git
version: v0.9.0-3 version: v0.9.0-3
name: gotosocial name: gotosocial
- src: git+https://gitlab.com/etke.cc/roles/grafana.git - src: git+https://gitlab.com/etke.cc/roles/grafana.git
version: v10.0.1-0 version: v10.0.1-1
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git
version: v2.10-0 version: v2.10-0
name: healthchecks name: healthchecks
@ -156,13 +156,13 @@
- src: git+https://gitlab.com/etke.cc/roles/swap.git - src: git+https://gitlab.com/etke.cc/roles/swap.git
version: abfb18b6862108bbf24347500446203170324d7f version: abfb18b6862108bbf24347500446203170324d7f
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-syncthing.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-syncthing.git
version: v1.23.5-0 version: v1.23.6-0
name: syncthing name: syncthing
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-telegraf.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-telegraf.git
version: v1.27.1-2 version: v1.27.1-2
name: telegraf name: telegraf
- src: git+https://gitlab.com/etke.cc/roles/uptime_kuma.git - src: git+https://gitlab.com/etke.cc/roles/uptime_kuma.git
version: v1.22.0-0 version: v1.22.1-0
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden.git
version: v1.28.1-0 version: v1.28.1-0
name: vaultwarden name: vaultwarden