Skip to content

Instantly share code, notes, and snippets.

View stat1x's full-sized avatar
🚀
Out of space

StatiX stat1x

🚀
Out of space
View GitHub Profile
@stat1x
stat1x / jitsi-fr.json
Last active January 22, 2024 10:06
jitsi-fr.json
{
"prejoin": {
"joinMeeting": "Rejoindre toto"
}
}
@stat1x
stat1x / jitsi.json
Last active January 22, 2024 10:07
Test Jitsi
{
"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": [
@stat1x
stat1x / cassandra_cluster.sh
Last active January 9, 2018 19:20
Cassandra cluster
#!/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)