[logos] Add logos for Belenios and Jitsi
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
b847a41846
commit
84b8f88278
|
@ -6,3 +6,10 @@ glob_belenios:
|
||||||
cas:
|
cas:
|
||||||
name: CAS Cr@ns
|
name: CAS Cr@ns
|
||||||
server: https://cas.crans.org/
|
server: https://cas.crans.org/
|
||||||
|
|
||||||
|
logos:
|
||||||
|
- which: crans_logo_white.png
|
||||||
|
where: /usr/share/belenios-server/logo.png
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0644'
|
||||||
|
|
|
@ -9,3 +9,16 @@ glob_jitsi:
|
||||||
configuration:
|
configuration:
|
||||||
- "liveStreamingEnabled"
|
- "liveStreamingEnabled"
|
||||||
- "prejoinPageEnabled"
|
- "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'
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
|
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
|
||||||
roles:
|
roles:
|
||||||
- belenios
|
- belenios
|
||||||
- nullmailer
|
- logos
|
||||||
|
|
|
@ -9,3 +9,4 @@
|
||||||
- certbot
|
- certbot
|
||||||
- nginx
|
- nginx
|
||||||
- jitsi
|
- jitsi
|
||||||
|
- logos
|
||||||
|
|
Loading…
Reference in New Issue