1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/docs/modules.md

15 lines
590 B
Markdown
Raw Normal View History

2021-12-02 11:20:20 +00:00
# Module configuration
Strimertul modules can be toggled on and off by setting flags in the `stul-meta/modules` key, which is a JSON object with the following schema:
2021-12-02 11:22:11 +00:00
```js
2021-12-02 11:20:20 +00:00
{
"configured": true, // Setting this to false will restore defaults at the next boot
"twitch": bool, // Twitch integration
"stulbe": bool, // Back-end integration
"loyalty": bool // Loyalty system
}
```
Currently modules are not turned on/off until the next time strimertul is restarted, this is a known bug and it's being tracked in [issue #8](https://github.com/strimertul/strimertul/issues/8).