mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 04:10:11 +00:00
* Bump L to N-Scripts to Debian 13 (Trixie) * refactor * Add apt clean command to cleanup process * Add apt clean command to cleanup process --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
35 lines
1,022 B
JSON
35 lines
1,022 B
JSON
{
|
|
"name": "NZBGet",
|
|
"slug": "nzbget",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2024-10-31",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 6789,
|
|
"documentation": "https://nzbget.com/documentation/",
|
|
"website": "https://nzbget.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/nzbget.webp",
|
|
"config_path": "/usr/share/nzbget/nzbget.conf",
|
|
"description": "NZBGet is a Usenet downloader focused on efficiency and performance, designed to handle NZB files for downloading content from Usenet. It automates downloading, checking, repairing, and extracting files, optimizing resources to run well on lower-powered devices.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/nzbget.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "nzbget",
|
|
"password": "tegbzn6789"
|
|
},
|
|
"notes": []
|
|
}
|