From d3970dde634ec0ca3bb0033dd497c25af6d14ea5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 3 Jul 2023 22:51:35 +0300 Subject: [PATCH 1/5] Upgrade Syncthing (v1.23.5-0 -> v1.23.6-0) --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index c59ce2f..e0dccc6 100644 --- a/requirements.yml +++ b/requirements.yml @@ -153,7 +153,7 @@ - src: git+https://gitlab.com/etke.cc/roles/swap.git version: abfb18b6862108bbf24347500446203170324d7f - 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 - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-telegraf.git version: v1.27.1-2 From 671b863bc5f4f5f12df615221c5f9ed24ca10953 Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 4 Jul 2023 19:31:39 +0300 Subject: [PATCH 2/5] uptime kuma v1.22.1 --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index e0dccc6..e1cb085 100644 --- a/requirements.yml +++ b/requirements.yml @@ -159,7 +159,7 @@ version: v1.27.1-2 name: telegraf - 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 version: v1.28.1-0 name: vaultwarden From 903b9e33eedc4a6c9956b13ff84d890985fb73e4 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 4 Jul 2023 22:16:13 +0300 Subject: [PATCH 3/5] Upgrade Gitea (v1.19.3-0 -> v1.19.4-0) --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index e1cb085..2161e45 100644 --- a/requirements.yml +++ b/requirements.yml @@ -67,7 +67,7 @@ version: 6.1.0 name: geerlingguy.docker - 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 - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git version: v0.9.0-3 From ed5638282beb5afd9c54c1fc5d5140f02d8b41a5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 6 Jul 2023 11:14:32 +0300 Subject: [PATCH 4/5] Upgrade Grafana (v10.0.1-0 -> v10.0.1-1) --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 2161e45..9f9a66e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -73,7 +73,7 @@ version: v0.9.0-3 name: gotosocial - 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 version: v2.10-0 name: healthchecks From 89af321b1d915233767a09e4cd8d205aa4f67805 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 6 Jul 2023 11:16:01 +0300 Subject: [PATCH 5/5] Mention grafana_feature_toggles_enable on grafana.md --- docs/services/grafana.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/services/grafana.md b/docs/services/grafana.md index 8fa0ef7..1f55f55 100644 --- a/docs/services/grafana.md +++ b/docs/services/grafana.md @@ -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`) ```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: | GF_AUTH_GENERIC_OAUTH_ENABLED=true GF_AUTH_GENERIC_OAUTH_NAME=authentik