[logos] Add logos for Belenios and Jitsi

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-04 18:41:37 +01:00 committed by ynerant
parent b847a41846
commit 84b8f88278
4 changed files with 22 additions and 1 deletions

View File

@ -6,3 +6,10 @@ glob_belenios:
cas:
name: CAS Cr@ns
server: https://cas.crans.org/
logos:
- which: crans_logo_white.png
where: /usr/share/belenios-server/logo.png
owner: root
group: root
mode: '0644'

View File

@ -9,3 +9,16 @@ glob_jitsi:
configuration:
- "liveStreamingEnabled"
- "prejoinPageEnabled"
logos:
- which: crans_logo_white.svg
where: /usr/share/jitsi-meet/images/watermark.svg
owner: root
group: root
mode: '0644'
- which: crans_favicon.ico
where: /usr/share/jitsi-meet/images/favicon.ico
owner: root
group: root
mode: '0644'

View File

@ -6,4 +6,4 @@
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
roles:
- belenios
- nullmailer
- logos

View File

@ -9,3 +9,4 @@
- certbot
- nginx
- jitsi
- logos