Files
ProxmoxVE/frontend/public/json/whisparr.json
CanbiZ 7b139fa763 fix(json): correct updateable flags for 11 apps with working update scripts (#9777)
Changed updateable from false to true for:
- aria2 (apt-get update/upgrade)
- casaos (apt-get update/upgrade)
- daemonsync (apt-get update/upgrade)
- iobroker (apt update/upgrade)
- librenms (daily.sh update)
- meshcentral (apt update/upgrade)
- nextcloudpi (apt update/upgrade)
- podman (apt update/upgrade)
- tasmoadmin (apt update/upgrade)
- wazuh (apt-get update/upgrade)
- whisparr (apt update/upgrade)
2025-12-09 15:24:19 +01:00

36 lines
832 B
JSON

{
"name": "Whisparr",
"slug": "whisparr",
"categories": [
14
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6969,
"documentation": "https://wiki.servarr.com/en/whisparr",
"website": "https://github.com/Whisparr/Whisparr",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/whisparr.webp",
"config_path": "",
"description": "Whisparr is an adult movie collection manager for Usenet and BitTorrent users.",
"install_methods": [
{
"type": "default",
"script": "ct/whisparr.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}