{ "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/thumbnail.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" ], "developer": { "name": "Sonarr", "website": "https://sonarr.tv/", "donate_text": "", "donate_link": "" }, "adaptor": { "name": "CasaOS Team", "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": "/" }, "health_check": "", "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": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", "description": "Sonarr config directory." }, { "container": "/tv", "host": "/DATA/Media/TV Shows", "mode": "rw", "allocation": "automatic", "configurable": "advanced", "description": "Sonarr tv directory." }, { "container": "/downloads", "host": "/DATA/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": "1640592382" }