| name | logs |
| description | View Docker logs from Starbunk-rs containers on the remote server |
Logs
View Docker logs from Starbunk-rs containers running on the remote Tower server.
Parse the request to determine:
- Container:
bluebot, bunkbot, covabot, djcova, ratbot, or all (default: all)
- Lines: number of lines to show (default: 100)
- Follow: if
-f or follow is specified, stream logs
Instructions
SSH into the remote server using tower and run docker commands from the starbunk-rs stack directory.
Container names on the server are starbunk-rs-<bot>.
-
Specific container:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs --tail=<lines> starbunk-rs-<bot>"
-
All containers:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs --tail=<lines>"
-
Follow mode:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs -f starbunk-rs-<bot>"
Available containers:
bluebot (starbunk-rs-bluebot) — Blue Mage pattern-matching bot
bunkbot (starbunk-rs-bunkbot) — Administrative backbone and reply bot
covabot (starbunk-rs-covabot) — AI personality emulator
djcova (starbunk-rs-djcova) — Voice channel music streaming
ratbot (starbunk-rs-ratbot) — Secret Santa / Ratmas organiser
After showing logs, offer to filter or search for specific patterns if the output is large.