This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prejoin": { | |
"joinMeeting": "Rejoindre toto" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"labels": { | |
"fr": "https://gist.githubusercontent.com/stat1x/0224319d86b8446a925e1af01e0b562b/raw/c3995562b43ddef3472f9a9bdf0f12fa860c9f21/jitsi-fr.json" | |
}, | |
"inviteDomain": "example-company.org", | |
"backgroundColor": "#fff", | |
"backgroundImageUrl": "https://example.com/background-img.png", | |
"logoClickUrl": "https://example-company.org", | |
"logoImageUrl": "https://example.com/logo-img.png", | |
"avatarBackgrounds": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#% DESCRIPTION | |
#% This is a script to run a cassandra cluster. | |
#% IMPLEMENTATION | |
#% version cassandra_cluster 0.0.1 | |
#% author Jérémie Roulin | |
# Remove all running docker container | |
docker rm -f $(docker ps -a -q) |