glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.56k stars 297 forks source link

Docker widget #261

Open baranovskis opened 2 days ago

baranovskis commented 2 days ago

I added a new widget to monitor Docker containers. Documentation is also updated.

svilenmarkov commented 2 days ago

Thanks for contributing!

I'll get this added in v0.8.0 since there's already a good amount of things in place for v0.7.0.

Do you think it's feasible to change the implementation to instead make an HTTP request to docker.sock when fetching container data, to help with keeping dependencies to a minimum?

baranovskis commented 1 day ago

Thanks for contributing!

I'll get this added in v0.8.0 since there's already a good amount of things in place for v0.7.0.

Do you think it's feasible to change the implementation to instead make an HTTP request to docker.sock when fetching container data, to help with keeping dependencies to a minimum?

I have reworked the code and removed dependencies on the Docker SDK.