Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entry for Sonarr #320

Closed
Darlio opened this issue Feb 27, 2024 · 1 comment
Closed

Add entry for Sonarr #320

Darlio opened this issue Feb 27, 2024 · 1 comment

Comments

@Darlio
Copy link

Darlio commented Feb 27, 2024

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

@bakerboy448
Copy link
Collaborator

No plans to add sonarr to the Servarr script

Sonarr has their own script

@bakerboy448 bakerboy448 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants