-
Notifications
You must be signed in to change notification settings - Fork 244
[App Request]: Beszel agent #4729
Description
App Name
Beszel agent
App Description
Simple, lightweight server monitoring with Docker stats, historical data, and alerts.
App Website / Github Repo
https://github.com/henrygd/beszel
Docker Installation Documentation
https://beszel.dev/guide/getting-started
App Icon URL
Docker Image
ghcr.io/henrygd/beszel-agent
App Category
Monitoring
Requirements Checklist
- The app is actively maintained
- The app has official Docker images available
- The app has versioned image tags available
- The app is open source or has a free tier
- I have tested the Docker installation locally
Additional Information
App consists of dashboard and daemon.
When daemon and dashboard are both installed in the same compose file, these two components talk through a socket file.
When installed separately, they need exposed ports for http communication.
I'd love to see a hybrid approach. Allowing users to run Beszel in dashboard mode, daemon mode, full stack mode. When in full stack mode, the compose renders as shown in docs. When in other modes, then it runs either one or the other container with exposed ports to be integrated with external dashboard/daemons.