diff --git a/Apps/Sonarr/appfile.json b/Apps/Sonarr/appfile.json new file mode 100644 index 0000000..eab76e5 --- /dev/null +++ b/Apps/Sonarr/appfile.json @@ -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" +} \ No newline at end of file diff --git a/Apps/Sonarr/icon.png b/Apps/Sonarr/icon.png new file mode 100644 index 0000000..33e3446 Binary files /dev/null and b/Apps/Sonarr/icon.png differ diff --git a/Apps/Sonarr/screenshot-1.jpg b/Apps/Sonarr/screenshot-1.jpg new file mode 100644 index 0000000..8e798b1 Binary files /dev/null and b/Apps/Sonarr/screenshot-1.jpg differ diff --git a/Apps/Sonarr/screenshot-2.jpg b/Apps/Sonarr/screenshot-2.jpg new file mode 100644 index 0000000..6cd96ce Binary files /dev/null and b/Apps/Sonarr/screenshot-2.jpg differ diff --git a/Apps/Sonarr/screenshot-3.jpg b/Apps/Sonarr/screenshot-3.jpg new file mode 100644 index 0000000..5dc5701 Binary files /dev/null and b/Apps/Sonarr/screenshot-3.jpg differ diff --git a/Apps/Sonarr/screenshot-4.jpg b/Apps/Sonarr/screenshot-4.jpg new file mode 100644 index 0000000..98bdd3c Binary files /dev/null and b/Apps/Sonarr/screenshot-4.jpg differ diff --git a/Apps/Sonarr/thumbnail.jpg b/Apps/Sonarr/thumbnail.jpg new file mode 100644 index 0000000..ac6912f Binary files /dev/null and b/Apps/Sonarr/thumbnail.jpg differ