mosbot
Docker-Anwendung from patriQ's Repository
Übersicht
MOSBot - Twitch bot that automatically sends !play in open
Marbles-on-Stream lobbies across many live channels, with a
web dashboard on port 8787.
First-run setup:
1. Register a Twitch Developer App (Device Code Flow enabled) at
https://dev.twitch.tv/console/apps and copy the Client-ID.
2. Generate an ENCRYPTION_KEY:
docker run --rm node:20-alpine node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
3. Generate a DASHBOARD_PASSWORD_HASH:
docker run --rm -it node:20-alpine sh -c "npm i -g argon2-cli >/dev/null && argon2-cli hash -p 'yourpassword'"
4. Paste all three values into the fields below, click Apply.
5. Open http://Unraid-IP:8787, log in, go to Accounts -> Login,
and approve the device code on twitch.tv/activate.
Runs safely alongside rdavydov/Twitch-Channel-Points-Miner-v2 on
the same Twitch account (different Twitch Dev App, separate OAuth
grant, separate appdata path, rate-limit margin).
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8787]/- Netzwerk
bridge- Shell
sh- Privilegiert
- false
- Extra Params
--restart unless-stopped
Konfiguration der Vorlage
WebUIPorttcp
Dashboard HTTP port
- Ziel
- 8787
- Standard
- 8787
- Wert
- 8787
ConfigPathrw
YAML config directory
- Ziel
- /config
- Standard
- /mnt/user/appdata/mosbot/config
- Wert
- /mnt/user/appdata/mosbot/config
DataPathrw
SQLite database
- Ziel
- /data
- Standard
- /mnt/user/appdata/mosbot/data
- Wert
- /mnt/user/appdata/mosbot/data
LogsPathrw
Daily-rotated log directory
- Ziel
- /logs
- Standard
- /mnt/user/appdata/mosbot/logs
- Wert
- /mnt/user/appdata/mosbot/logs
TWITCH_CLIENT_IDVariable
Client-ID from dev.twitch.tv/console/apps (DCF enabled)
ENCRYPTION_KEYVariable
32-byte base64 key for token encryption at rest
DASHBOARD_PASSWORD_HASHVariable
argon2id hash of dashboard password
TZVariable
Timezone
- Standard
- Europe/Berlin
- Wert
- Europe/Berlin
LOG_LEVELVariable
trace|debug|info|warn|error
- Standard
- info
- Wert
- info
Kategorien
Einzelheiten
Repository
ghcr.io/patriqcs/mosbot:latestZuletzt aktualisiert2026-05-31
Erstmals gesehen2026-05-20
Führen Sie Mosbot auf Unraid aus.
Mosbot ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.