Files
ProxmoxVE/frontend/public/json/sportarr.json
community-scripts-pr-app[bot] 227a42b626 Update date in json (#10603)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:39:57 +00:00

41 lines
1.1 KiB
JSON

{
"name": "Sportarr",
"slug": "sportarr",
"categories": [
14
],
"date_created": "2026-01-06",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 1867,
"documentation": "https://sportarr.net/docs",
"config_path": "/opt/sportarr/.env, /opt/sportarr-data/config/config.xml",
"website": "https://sportarr.net/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sportarr.webp",
"description": "Sportarr is an automated media management application for all sports. It works similar to Sonarr and Radarr but specifically designed for combat sports, basketball, football, hockey, motorsports, and hundreds of other sports worldwide.",
"install_methods": [
{
"type": "default",
"script": "ct/sportarr.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "The resources assigned to LXC are considered baseline. Please adjust to match your workload.",
"type": "info"
}
]
}