diff options
author | binary <me@rgoncalves.se> | 2021-02-22 11:35:34 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-22 11:35:34 +0100 |
commit | 05a65c64f2d7f665a551ca0d69e0bc7994513ccb (patch) | |
tree | 4878edae84e9169c4c6e6324f8d87c21e245dc05 /roles/cgit/templates | |
parent | 9773bdd293854c1ae3504373760dda3e08088bf7 (diff) | |
download | infrastructure-05a65c64f2d7f665a551ca0d69e0bc7994513ccb.tar.gz |
Fix cat/ssh permissions for README output
Diffstat (limited to 'roles/cgit/templates')
-rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index 1c316f3..5779255 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -11,6 +11,8 @@ favicon={{ cgit_config_favicon }} readme=:README.md readme=:README.org readme=:README +readme=:.README.md +readme=:.README about-filter=/bin/about-filter.sh # features |