Files
derStephanandSimon L. 9262c66833 expose glances via caddy community container and add secret (#8531)
* Add ui secret for caddy integration

fixes https://github.com/szaimen/aio-caddy/pull/167

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add description of caddy integration

fixes https://github.com/szaimen/aio-caddy/pull/167

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add secret for glances container

fixes https://github.com/szaimen/aio-caddy/pull/167

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* Update community-containers/glances/readme.md

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* Update community-containers/caddy/caddy.json

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add glances container to caddy

add 

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* Update community-containers/glances/readme.md

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add secrets section for caddy

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add docker.sock to json validator

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* fix validator issue

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* docker socket removed from schema

on maintainer's request. 

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

* add hint for user name

Signed-off-by: derStephan <derStephan@users.noreply.github.com>

---------

Signed-off-by: derStephan <derStephan@users.noreply.github.com>
Co-authored-by: Simon L. <szaimen@e.mail.de>
2026-08-06 10:22:50 +02:00

43 lines
1.3 KiB
JSON

{
"aio_services_v1": [
{
"container_name": "nextcloud-aio-glances",
"display_name": "Glances",
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/glances",
"image": "nicolargo/glances",
"image_tag": "latest-full",
"internal_port": "61208",
"restart": "unless-stopped",
"ports": [
{
"ip_binding": "",
"port_number": "61208",
"protocol": "tcp"
}
],
"volumes": [
{
"source": "nextcloud_aio_glances",
"destination": "/etc/glances",
"writeable": true
},
{
"source": "%WATCHTOWER_DOCKER_SOCKET_PATH%",
"destination": "/var/run/docker.sock",
"writeable": false
}
],
"environment": [
"GLANCES_OPT=-w"
],
"ui_secret": "NEXTCLOUD_GLANCES_CADDY_PASSWORD",
"secrets": [
"NEXTCLOUD_GLANCES_CADDY_PASSWORD"
],
"backup_volumes": [
"nextcloud_aio_glances"
]
}
]
}