Author: Robert Kaussow <mail@geeklabor.de>
Date:   Sun Feb 16 16:21:37 2020 +0100

    add ability for custom footer links
This commit is contained in:
Robert Kaussow 2020-02-16 15:25:32 +00:00
parent 0f2de2732b
commit dc65a4d11c
1 changed files with 9 additions and 0 deletions

View File

@ -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