From 6aebafc88c7ae30ef3f68617bd1a18ae851f3117 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 12 Feb 2022 11:01:55 +0000 Subject: [PATCH] commit 491581de00cbf7f924298da7075813da23a937a6 Author: Robert Kaussow Date: Sat Feb 12 11:57:40 2022 +0100 feat: add test for Rocky Linux 8 (#1) --- index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index f9944a4..c0a583f 100644 --- a/index.md +++ b/index.md @@ -137,6 +137,7 @@ Setup a [Gitea](https://gitea.io/en-us/) git server. Gitea is a community manage * [gitea_user](#gitea_user) * [gitea_user_home](#gitea_user_home) * [gitea_version](#gitea_version) + * [gitea_webhook_allowed_host_list](#gitea_webhook_allowed_host_list) * [Dependencies](#dependencies) --- @@ -1255,7 +1256,16 @@ gitea_user_home: /home/{{ gitea_user }} #### Default value ```YAML -gitea_version: 1.11.0 +gitea_version: 1.16.1 +``` + +### gitea_webhook_allowed_host_list + +#### Default value + +```YAML +gitea_webhook_allowed_host_list: + - external ``` ## Dependencies