CasaOS-Store/Apps/Sonarr/appfile.json

121 lines
4.0 KiB
JSON
Raw Normal View History

2021-12-23 10:39:39 +00:00
{
"version": "2.0",
"title": "Sonarr",
"name": "sonarr",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/icon.png",
"tagline": "The PVR for Usenet and BitTorrent users",
"overview": "Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
2021-12-27 10:12:56 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg",
2021-12-23 10:39:39 +00:00
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-3.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-4.jpg"
],
"category": [
"Media"
],
2021-12-27 12:09:29 +00:00
"developer": {
"name": "Sonarr",
"website": "https://sonarr.tv/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
2021-12-23 10:39:39 +00:00
"name": "CasaOS Team",
"website": "https://www.casaos.io",
2021-12-27 12:09:29 +00:00
"donate_text": "",
2021-12-23 10:39:39 +00:00
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "linuxserver/sonarr:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "8989",
"path": "/"
},
2021-12-23 11:50:02 +00:00
"health_check": "",
2021-12-23 10:39:39 +00:00
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "PUID",
"value": "$PUID",
"configurable": "no",
"description": "Run Sonarr as specified uid."
},
{
"key": "PGID",
"value": "$PGID",
"configurable": "no",
"description": "Run Sonarr as specified gid."
}
],
"ports": [
{
"container": "8989",
"host": "8989",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
}
],
"volumes": [
{
"container": "/config",
2021-12-27 08:08:45 +00:00
"host": "/DATA/AppData/$AppID/config",
2021-12-23 10:39:39 +00:00
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Sonarr config directory."
},
{
"container": "/tv",
2021-12-27 08:08:45 +00:00
"host": "/DATA/Media/TV Shows",
2021-12-23 10:39:39 +00:00
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Sonarr tv directory."
},
{
"container": "/downloads",
2021-12-27 08:08:45 +00:00
"host": "/DATA/Downloads",
2021-12-23 10:39:39 +00:00
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Sonarr downloads directory."
}
],
"devices": [],
"constraints": {
2021-12-23 11:50:02 +00:00
"min_memory": 256,
"min_storage": 1024
2021-12-23 10:39:39 +00:00
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": {},
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {},
"changelog":{
"latest_updates": "",
"url": ""
},
2021-12-27 08:08:45 +00:00
"latest_update_date": "1640592382"
2021-12-23 10:39:39 +00:00
}