mosbot
Aplicación Docker from patriQ's Repository
Visión general
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).
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8787]/- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--restart unless-stopped
Configuración de plantillas
WebUIPorttcp
Dashboard HTTP port
- Objetivo
- 8787
- Por defecto
- 8787
- Valor
- 8787
ConfigPathrw
YAML config directory
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/mosbot/config
- Valor
- /mnt/user/appdata/mosbot/config
DataPathrw
SQLite database
- Objetivo
- /data
- Por defecto
- /mnt/user/appdata/mosbot/data
- Valor
- /mnt/user/appdata/mosbot/data
LogsPathrw
Daily-rotated log directory
- Objetivo
- /logs
- Por defecto
- /mnt/user/appdata/mosbot/logs
- Valor
- /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
- Por defecto
- Europe/Berlin
- Valor
- Europe/Berlin
LOG_LEVELVariable
trace|debug|info|warn|error
- Por defecto
- info
- Valor
- info
Categorías
Detalles
Repositorio
ghcr.io/patriqcs/mosbot:latestÚltima actualización2026-06-02
Visto por primera vez2026-05-20
Ejecute Mosbot en Unraid.
Mosbot se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.