mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Refactor: sabnzbd (#4127)
* Refactor: sabnzbd * update SABnzbd to uv * update to uv * Update sabnzbd.sh * Update sabnzbd.sh * Update sabnzbd-install.sh * Update sabnzbd.json * add .sabnzbd/ ini
This commit is contained in:
parent
0356697d5f
commit
c66fb807c8
3 changed files with 70 additions and 50 deletions
|
@ -9,10 +9,10 @@
|
|||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 7777,
|
||||
"documentation": null,
|
||||
"documentation": "https://sabnzbd.org/wiki/",
|
||||
"website": "https://sabnzbd.org/",
|
||||
"logo": "https://raw.githubusercontent.com/sabnzbd/sabnzbd/develop/icons/logo-arrow.svg",
|
||||
"config_path": "",
|
||||
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/sabnzbd.svg",
|
||||
"config_path": "/.sabnzbd/sabnzbd.ini",
|
||||
"description": "SABnzbd is a free, open-source software program for downloading binary files from Usenet newsgroups. It is designed to be easy to use, and provides a number of features to simplify the downloading process, such as automatic error detection and repair, download scheduling, and integration with other applications. SABnzbd is a binary newsreader, which means it is specifically designed for downloading binary files, such as images, music, and video, from Usenet newsgroups. With its user-friendly interface and powerful features, SABnzbd makes it easy to manage your Usenet downloads and keep your download queue organized.",
|
||||
"install_methods": [
|
||||
{
|
||||
|
@ -20,8 +20,8 @@
|
|||
"script": "ct/sabnzbd.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"ram": 2048,
|
||||
"hdd": 5,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue