https://github.com/discord-tickets/zeus
A Discord bot to help with operations (currently docker logs tools)
https://github.com/discord-tickets/zeus
discord-bot docker docker-logs logs-searcher
Last synced: about 1 year ago
JSON representation
A Discord bot to help with operations (currently docker logs tools)
- Host: GitHub
- URL: https://github.com/discord-tickets/zeus
- Owner: discord-tickets
- License: gpl-3.0
- Created: 2025-01-21T00:31:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:06:48.000Z (over 1 year ago)
- Last Synced: 2025-05-30T12:21:17.808Z (about 1 year ago)
- Topics: discord-bot, docker, docker-logs, logs-searcher
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zeus
1. `bot` was written first, but bun won't connect to the unix socket
2. so `proxy` was written to forward requests to the unix socket from node.js
3. but it doesn't work, so `node-bot` is copied from `bot` with typescript removed and changes to work with node.js
> [!WARNING]
> `bot` is now behind `node-bot`
## Environment Variables
```
CONTAINER_NAME=
DISCORD_TOKEN=
```
> [!WARNING]
> Make sure you restrict the bots slash commands to only your staff roles in the bots settings on your Discord server so only those you know can pull (potentially sensitive) Portainer/Docker logs