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
2021-12-02 12:22:11 +01:00

590 B

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:

{
	"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.