orbit/public/config.json
Jean 2351a99b9d games: board games refereed by GameServ + ranked ladder
chess, tic-tac-toe and Connect Four played against the GameServ services
referee (it validates moves + keeps the account-keyed Bronze→Master
ladder); the client only sends commands and renders the pushed state.
adds a generic plugin message-filter so a service's machine lines stay
out of chat.
2026-06-22 12:12:39 +00:00

37 lines
965 B
JSON

{
"server": {
"url": "wss://www.swaygo.fr/irc/"
},
"startup": {
"channels": ["#taverne"]
},
"branding": {
"name": "Tchatou",
"icon": "https://tchatou.fr/static/img/favicon.svg",
"url": "https://tchatou.fr",
"tagline": "Le tchat français,",
"taglineEm": "en direct.",
"subtitle": "Salons publics, messages privés, modération. Choisis un pseudo, ou crée un compte — et rejoins la conversation, avec toute la France.",
"projectUrl": "https://orbit.tchatou.fr"
},
"turnstile": {
"enabled": true,
"sitekey": "0x4AAAAAADlXGeFQ-Aj3Kitp"
},
"report": {
"target": "#staff"
},
"defaults": {
"theme": "light",
"compact": false,
"sound": true,
"hideJoinQuit": false,
"clock24": true
},
"features": {
"push": true,
"imageUpload": true,
"register": true
},
"plugins": ["/app/plugins/orbit-clock.js", "/app/plugins/orbit-copy.js", "/app/plugins/orbit-games.js"]
}