Files
cloudron-radarr/CloudronManifest.json
bradinfluence 37e10f2331 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
2026-01-02 06:43:30 +00:00

20 lines
655 B
JSON

{
"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" ]
}