1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
21 lines
775 B
JSON
21 lines
775 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "SABnzbd",
|
|
"port": 8168,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "sabnzbd",
|
|
"tipi_version": 8,
|
|
"version": "4.1.0",
|
|
"categories": [
|
|
"media",
|
|
"utilities"
|
|
],
|
|
"description": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
|
|
"short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can",
|
|
"author": "Sabnzbd",
|
|
"source": "https://github.com/sabnzbd/sabnzbd",
|
|
"form_fields": [],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|