[Arr* suite] Sonarr, radarr, prowlarr and nzbget
-
Hi everybody,
After following some discussion here, and unfortunately, some broken link... I decided to created myself all cloudron custom app to create a fully functionnal Plex like setup.
You will find everything on my github.
Contains:- Radarr
- Sonarr
- Prowlarr
- Nzbget
- Jellyseer
Fells free to give me some feedback or improve the docker images.
-
@jbrichez oh , very nice. I think someone else had packaged these previously but the repos disappeared.
If you can throw in a LICENSE file in the repo, it will help us reuse this in the future.
-
@jbrichez Any opensource license will work. MIT and GPL are the two easy choices. IANAL but MIT === do whatever you want with the code and GPL === do whatever you want but requires any custom changes to be public.
For our own app packages, we use MIT license. This works better for us because this allows upstream projects to take our packaging tests/source code, if they want it. https://git.cloudron.io/cloudron/roundcube-app/-/blob/master/LICENSE for example