CasaOS-Store/Apps/Radarr/appfile.json

117 lines
4.2 KiB
JSON
Raw Normal View History

2021-12-23 09:31:19 +00:00
{
"version": "2.0",
"title": "Radarr",
"name": "radarr",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/icon.png",
"tagline": "The movie collection manager for Usenet and BitTorrent users",
"overview": "Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.",
"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/Radarr/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-3.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-4.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-5.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/radarr:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "7878",
"path": "/"
},
2021-12-23 11:50:02 +00:00
"health_check": "",
2021-12-23 09:31:19 +00:00
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "PUID",
"value": "$PUID",
"configurable": "no",
"description": "Run Radarr as specified uid."
},
{
"key": "PGID",
"value": "$PGID",
"configurable": "no",
"description": "Run Radarr as specified gid."
}
],
"ports": [
{
"container": "7878",
"host": "7878",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
}
],
"volumes": [
{
"container": "/config",
"host": "$AppData/$AppName/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Radarr config directory."
},
{
"container": "/movies",
"host": "$Movies",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Radarr movies directory."
},
{
"container": "/downloads",
"host": "$Downloads",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Radarr downloads directory."
}
],
"devices": [],
"constraints": {
2021-12-23 11:50:02 +00:00
"min_memory": 256,
"min_storage": 1024
2021-12-23 09:31:19 +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": "",
2021-12-23 10:17:23 +00:00
"url": ""
2021-12-23 09:31:19 +00:00
},
"latest_update_date": "1640251837"
}