[logos] Deploy logos on the wiki

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-06 10:30:59 +01:00 committed by ynerant
parent 84b8f88278
commit 9fd8496767
1 changed files with 13 additions and 0 deletions

View File

@ -35,3 +35,16 @@ loc_nginx:
params:
- "uwsgi_pass unix:///var/run/uwsgi/app/moinmoin/socket"
- "include uwsgi_params"
logos:
- which: crans_logo_white.svg
where: /var/local/wiki/htdocs/logo.svg
owner: root
group: www-data
mode: '0644'
- which: crans_favicon.ico
where: /var/local/wiki/favicon.ico
owner: root
group: www-data
mode: '0644'