feat: add community container nextcloud-exporter

- allows monitoring your nextcloud with prometheus
- listens on localhost only, but caddy integration is available
- You can create a Dashboard in Grafana to visualize the collected data

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Co-Authored-By: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Benjamin Brahmer 2025-09-05 12:11:54 +02:00 committed by Simon L.
parent c31e8d8207
commit 7b23b48cf8
5 changed files with 115 additions and 3 deletions

View file

@ -81,7 +81,7 @@
"properties": {
"ip_binding": {
"type": "string",
"pattern": "^(%[A-Z_]+%)?$"
"pattern": "^((%[A-Z_]+%)|127\\.0\\.0\\.1)?$"
},
"port_number": {
"type": "string",