Servarr/Wiki

Add entry for Sonarr

Closed this issue · 1 comments

Hello,
I will edit the script to include SONARR after the RADARR entry... Why has this not been done ? Any issues doing this as I did in this abstract of the script :

...
select app in lidarr prowlarr radarr sonarr readarr whisparr quit; do

    case $app in
...
        ;;
    radarr)
        app_port="7878"           # Default App Port; Modify config.xml after install if needed
        app_prereq="curl sqlite3" # Required packages
        app_umask="0002"          # UMask the Service will run as
        branch="master"           # {Update me if needed} branch to install
        break
        ;;

    sonarr)
        app_port="8989"           # Default App Port; Modify config.xml after install if needed
        app_prereq="curl sqlite3" # Required packages
        app_umask="0002"          # UMask the Service will run as
        branch="master"           # {Update me if needed} branch to install
        break
        ;;

    readarr)
        app_port="8787"           # Default App Port; Modify config.xml after install if needed
...

I'm sure I'm not the only one asking myself why it is not by default in it...
And my first impresion is : "There must be a valid reason why !"

Thanks for any support

No plans to add sonarr to the Servarr script

Sonarr has their own script