Open
Conversation
Collaborator
|
Hi @pi-farm thanks for the PR but please fix DCO and the json validator workflow. Please let me know if you need help on this! |
Signed-off-by: Pi-Farm <meik@baum-hessen.de>
Signed-off-by: Pi-Farm <meik@baum-hessen.de>
Signed-off-by: Pi-Farm <meik@baum-hessen.de>
Author
Collaborator
szaimen
reviewed
Jan 30, 2026
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Pi-Farm <43029891+pi-farm@users.noreply.github.com>
This was referenced Jan 30, 2026
31 tasks
szaimen
reviewed
Feb 17, 2026
Collaborator
szaimen
left a comment
There was a problem hiding this comment.
Thanks a lot for the contribution!
I have some comments below
| @@ -0,0 +1,16 @@ | |||
| ## Glances | |||
| This container starts Glances, a web-based info-board, and auto-configures it for you. | |||
|
|
|||
Collaborator
There was a problem hiding this comment.
Can you please add a security warning here that the container mounts the docker socket?
| This container starts Glances, a web-based info-board, and auto-configures it for you. | ||
|
|
||
| ### Notes | ||
| - After adding and starting the container, you can directly visit http://ip.address.of.server:61208/ and access your new Glances instance! |
Collaborator
There was a problem hiding this comment.
Also please add a note here that the container is only recommended to be started in home networks
| ### Notes | ||
| - After adding and starting the container, you can directly visit http://ip.address.of.server:61208/ and access your new Glances instance! | ||
| - In order to access your Glances outside the local network, you have to set up your own reverse proxy. You can set up a reverse proxy following [these instructions](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md) OR use the [Caddy](https://github.com/nextcloud/all-in-one/tree/main/community-containers/caddy) community container. | ||
| - If you have a firewall like ufw configured, you might need to open all Glances ports in there first in order to make it work. Especially port 61208 is important! |
Collaborator
There was a problem hiding this comment.
I think this warning is not needed as usually docker overwrites any ufw settings
Collaborator
|
BTW, can the web panel be secured with some kind of authentication? I guess this would be safer... |
31 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is a new Community-Container with Glances.
Glances is a web-based info-board of your server.
Greetings from the Pi-Farm