2025-09-15 09:54:23 +02:00
{
"name" : "Scraparr" ,
"slug" : "scraparr" ,
"categories" : [
14
] ,
2025-09-15 07:54:41 +00:00
"date_created" : "2025-09-15" ,
2025-09-15 09:54:23 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 7100 ,
"documentation" : "https://github.com/thecfu/scraparr/blob/main/README.md" ,
"website" : "https://github.com/thecfu/scraparr" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/scraparr-dark.svg" ,
"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." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/scraparr.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-09-15 09:54:23 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Edit config file then restart the scraparr service: `systemctl restart scraparr`" ,
"type" : "info"
}
]
}