Update date in json (#10190)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2025-12-21 08:15:56 +00:00
committed by GitHub
parent b7ef0f8f01
commit b9640c4211

View File

@ -1,46 +1,46 @@
{ {
"name": "Pi-Hole Exporter", "name": "Pi-Hole Exporter",
"slug": "pihole-exporter", "slug": "pihole-exporter",
"categories": [ "categories": [
9 9
], ],
"date_created": "2025-12-08", "date_created": "2025-12-21",
"type": "addon", "type": "addon",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 9617, "interface_port": 9617,
"documentation": "https://github.com/eko/pihole-exporter", "documentation": "https://github.com/eko/pihole-exporter",
"website": "https://github.com/eko/pihole-exporter", "website": "https://github.com/eko/pihole-exporter",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/pi-hole.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/pi-hole.webp",
"config_path": "/opt/pihole-exporter.env", "config_path": "/opt/pihole-exporter.env",
"description": "A Prometheus exporter for PI-Hole's Raspberry PI ad blocker", "description": "A Prometheus exporter for PI-Hole's Raspberry PI ad blocker",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "tools/addon/pihole-exporter.sh", "script": "tools/addon/pihole-exporter.sh",
"resources": { "resources": {
"cpu": null, "cpu": null,
"ram": null, "ram": null,
"hdd": null, "hdd": null,
"os": null, "os": null,
"version": null "version": null
} }
},
{
"type": "alpine",
"script": "tools/addon/pihole-exporter.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
}, },
"notes": [] {
"type": "alpine",
"script": "tools/addon/pihole-exporter.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
} }