Create Sonarr
This commit is contained in:
parent
58e4a65365
commit
fe719b5f33
|
@ -0,0 +1,115 @@
|
|||
{
|
||||
"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.",
|
||||
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnaill.jpg",
|
||||
"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"
|
||||
],
|
||||
"author":{
|
||||
"name": "CasaOS Team",
|
||||
"role": "Adaptor",
|
||||
"website": "https://www.casaos.io",
|
||||
"donate_text": "",
|
||||
"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": "/"
|
||||
},
|
||||
"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",
|
||||
"host": "$AppData/$AppName/config",
|
||||
"mode": "rw",
|
||||
"allocation": "automatic",
|
||||
"configurable": "no",
|
||||
"description": "Sonarr config directory."
|
||||
},
|
||||
{
|
||||
"container": "/tv",
|
||||
"host": "$TV_Shows",
|
||||
"mode": "rw",
|
||||
"allocation": "automatic",
|
||||
"configurable": "advanced",
|
||||
"description": "Sonarr tv directory."
|
||||
},
|
||||
{
|
||||
"container": "/downloads",
|
||||
"host": "$Downloads",
|
||||
"mode": "rw",
|
||||
"allocation": "automatic",
|
||||
"configurable": "advanced",
|
||||
"description": "Sonarr downloads directory."
|
||||
}
|
||||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "256",
|
||||
"min_storage": "1024"
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
"cap_add": {},
|
||||
"labels": []
|
||||
},
|
||||
"abilities": {
|
||||
"notification": false,
|
||||
"widgets": false,
|
||||
"authentication": false,
|
||||
"search": false,
|
||||
"upnp": false
|
||||
},
|
||||
"tips": {},
|
||||
"changelog":{
|
||||
"latest_updates": "",
|
||||
"url": ""
|
||||
},
|
||||
"latest_update_date": "1640251837"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 612 KiB |
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Binary file not shown.
After Width: | Height: | Size: 544 KiB |
Binary file not shown.
After Width: | Height: | Size: 562 KiB |
Binary file not shown.
After Width: | Height: | Size: 226 KiB |
Loading…
Reference in New Issue