Update scraparr.json

This commit is contained in:
CanbiZ 2025-07-29 10:34:29 +02:00
parent 3872c20628
commit 41bfaf3a1c

View File

@ -1,40 +1,40 @@
{ {
"name": "Scraparr", "name": "Scraparr",
"slug": "scraparr", "slug": "scraparr",
"categories": [ "categories": [
14 14
], ],
"date_created": "2024-05-02", "date_created": "2025-07-29",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 7100, "interface_port": 7100,
"documentation": "https://github.com/thecfu/scraparr/blob/main/README.md", "documentation": "https://github.com/thecfu/scraparr/blob/main/README.md",
"website": "https://github.com/thecfu/scraparr", "website": "https://github.com/thecfu/scraparr",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/scraparr-dark.svg", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/scraparr-dark.svg",
"config_path": "/scraparr/config/config.yaml", "config_path": "/scraparr/config/config.yaml",
"description": "Scraparr is a Prometheus exporter for the *arr suite (Sonarr, Radarr, Lidarr, etc.). It provides metrics that can be scraped by Prometheus to monitor and visualize the health and performance of your *arr applications.", "description": "Scraparr is a Prometheus exporter for the *arr suite (Sonarr, Radarr, Lidarr, etc.). It provides metrics that can be scraped by Prometheus to monitor and visualize the health and performance of your *arr applications.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/scraparr.sh", "script": "ct/scraparr.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Edit config file then restart the scraparr service: `systemctl restart scraparr`", "text": "Edit config file then restart the scraparr service: `systemctl restart scraparr`",
"type": "info" "type": "info"
} }
] ]
} }