diff --git a/index.md b/index.md index 210b82e..2a9448f 100644 --- a/index.md +++ b/index.md @@ -106,6 +106,7 @@ Setup a [Gitea](https://gitea.io/en-us/) git server. Gitea is a community manage * [gitea_selinux_fcontext](#gitea-selinux-fcontext) * [gitea_selinux_restorecon](#gitea-selinux-restorecon) * [gitea_ssh_enabled](#gitea-ssh-enabled) + * [gitea_template_dir](#gitea-template-dir) * [gitea_tls_cert_path](#gitea-tls-cert-path) * [gitea_tls_cert_source](#gitea-tls-cert-source) * [gitea_tls_enabled](#gitea-tls-enabled) @@ -988,6 +989,14 @@ gitea_selinux_restorecon: gitea_ssh_enabled: true ``` +### gitea_template_dir + +#### Default value + +```YAML +gitea_template_dir: '{{ gitea_base_dir }}/custom/templates' +``` + ### gitea_tls_cert_path #### Default value