diff options
author | ADRN <adrien@luxeylab.net> | 2024-03-10 20:39:41 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-03-10 20:39:41 +0100 |
commit | aaf95aa1105ee0a3e7f83b39a98ebe460c17366b (patch) | |
tree | 45082f86976ac9b1a58fd39957d73296b04101ab | |
parent | 6544cd3e1457a022938eab0ba8927b511fd61de2 (diff) | |
download | nixcfg-aaf95aa1105ee0a3e7f83b39a98ebe460c17366b.tar.gz nixcfg-aaf95aa1105ee0a3e7f83b39a98ebe460c17366b.zip |
added notice message on Jitsi about our monitoring
-rw-r--r-- | cluster/prod/app/jitsi/config/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/config/config.js b/cluster/prod/app/jitsi/config/config.js index 9464f37..1a6b412 100644 --- a/cluster/prod/app/jitsi/config/config.js +++ b/cluster/prod/app/jitsi/config/config.js @@ -368,7 +368,8 @@ var config = { // Message to show the users. Example: 'The service will be down for // maintenance at 01:00 AM GMT, - // noticeMessage: '', + // Does only support plaintext. No line skip. + noticeMessage: "Suite à une utilisation contraire à nos CGU, Deuxfleurs surveille activement cette instance Jitsi et enverra tout contenu illégal à la police. Pour toute question, commentaire ou suggestion, contactez moderation@deuxfleurs.fr . Following usage breaching our TOS, Deuxfleurs actively monitors this Jitsi instance and will send any illegal behavior to the Police. For any question, remark or suggestion, reach moderation@deuxfleurs.fr", // Enables calendar integration, depends on googleApiApplicationClientID // and microsoftApiApplicationClientID |