CasaOS-Store/Apps/Nzbget/appfile.json

127 lines
3.0 KiB
JSON
Raw Normal View History

2022-08-16 08:01:49 +00:00
{
"version": "2.0",
"title": "Nzbget",
"name": "Nzbget",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/icon.png",
"tagline": "Efficient Usenet downloader",
"overview": "NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc. The download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-3.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-4.jpg"
],
2022-08-17 08:17:20 +00:00
"category": ["Downloader"],
2022-08-16 08:01:49 +00:00
"developer": {
"name": " Nzbget Team",
"website": "https://nzbget.net/ ",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
"image": "lscr.io/linuxserver/nzbget:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "6789",
"path": ""
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
"value": "Europe/London",
"description": "",
"configurable": "no"
},
{
"key": "NZBGET_USER",
"value": "nzbget",
"description": "",
"configurable": "no"
},
{
"key": "NZBGET_PASS",
"value": "tegbzn6789",
"description": "",
"configurable": "no"
}
],
"ports": [
{
"container": "6789",
"host": "6789",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/config",
"host": "/DATA/AppData/nzbget/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/downloads",
"host": "/DATA/Downloads",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
2022-08-17 02:51:49 +00:00
"cap_add": {},
2022-08-16 08:01:49 +00:00
"labels": [],
"host_name": "Nzbget",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}