CasaOS-Store/Apps/Readarr/appfile.json

125 lines
2.9 KiB
JSON

{
"version": "2.0",
"title": "Readarr",
"name": "Readarr",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png",
"tagline": "Ebook and audiobook collection manager for Usenet and BitTorrent users. ",
"overview": "Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png"
],
"category": [
"Downloader"
],
"developer": {
"name": "Readarr Team",
"website": "https://readarr.com/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
"image": "lscr.io/linuxserver/readarr:develop",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "8787",
"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"
}
],
"ports": [
{
"container": "8787",
"host": "8787",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/config",
"host": "/DATA/AppData/readarr/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/books",
"host": "/path/to/books",
"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": [],
"cap_add": {},
"labels": [],
"host_name": "Readarr",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}