Add Radarr Cloudron app packaging

- Add CloudronManifest.json with app configuration
- Add Dockerfile for building Radarr image
- Add start.sh script to launch Radarr
- Add icon.png for app icon
- Update README.md with installation and usage instructions
This commit is contained in:
2026-01-02 06:43:30 +00:00
parent dcfb26b34f
commit 37e10f2331
5 changed files with 96 additions and 1 deletions

19
CloudronManifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"id": "com.radarr.app",
"title": "Radarr",
"author": "Radarr",
"description": "Radarr is a movie collection manager for Usenet and BitTorrent users",
"tagline": "Movie organizer/manager for usenet and torrent users",
"version": "1.0.0",
"healthCheckPath": "/",
"httpPort": 7878,
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://radarr.video/",
"contactEmail": "support@radarr.video",
"icon": "file://icon.png",
"tags": [ "media", "movies", "torrent", "usenet" ],
"mediaLinks": [ "https://raw.githubusercontent.com/Radarr/Radarr/develop/Logo/256.png" ]
}