Added install script for Scraparr - a Prometheus exporter for *arr applications.

This commit is contained in:
Jason Green
2025-06-26 21:16:02 -07:00
parent 1ba1344b72
commit 996ad5aa0e
3 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"name": "Scraparr",
"slug": "scraparr",
"categories": [
14
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8989,
"documentation": null,
"website": "https://github.com/thecfu/scraparr",
"logo": "https://github.com/thecfu/scraparr/raw/main/.github/assets/logos/scraparr_logo.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",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Edit config file then restart the scraparr service: `systemctl restart scraparr`",
"type": "info"
}
]
}