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

Synology Setup with Container Manager #200

Open
chuckkyle opened this issue Jan 16, 2025 · 3 comments
Open

Synology Setup with Container Manager #200

chuckkyle opened this issue Jan 16, 2025 · 3 comments

Comments

@chuckkyle
Copy link

I am looking for some assistance in setting up Watchlistarr running Container Manager (Docker) on a Synology NAS. Has anyone had success? Is there a TRaSH or something like for this?

Thanks

@Thirsty4pale
Copy link

Thirsty4pale commented Jan 19, 2025

Yes, I have recently got this working - hopefully the below will get you most of the way there:

Container manager settings:
Image

Note that Watchlistarr will automatically create a config.yaml file in the directory you specify in container manager (in my case docker/watchlistarr). This is the file you want to edit.

Here's my config.yaml file (i have renamed to a txt file as github wont allow yaml files to be posted) - note I have changed the friends watchlist flag to false as i only want to monitor my own plex watchlist - change this to true if you want to monitor friends too. Take note of items which have had the #'s removed.

config.txt

API Keys for Radarr and Sonarr can be found in their respecitve programs under setting --> General

Plex token can be found following these instructions:
https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/

Further helpful info can also be found in the github readme file.
https://github.com/nylonee/watchlistarr/blob/main/README.md

I'm not sure if this the best/easiest implimentation.... but it works for me.

@chuckkyle
Copy link
Author

Thank you very much. I finally got the config.yaml to be created. Thanks again. I am still having problems because my docker for SONARR is not setup for port 8989. Mine is 32784. I added the SONARR_BASE_URL 192.168.1.50:32784 to the VAR Environment

So everytime I run the start I get an error:
java.lang.IllegalArgumentException: Unable to connect to Sonarr at host.docker.internal:8989, with error java.net.ConnectException: Connection refused

However, i am closer than I was before.

@Thirsty4pale
Copy link

I was receveiving this error initially too.

One thing to try is to double check you have removed the #'s up the top of the config file (above Sonarr configuration section) - Line 4 "Interval:" and line 8 "Seconds: 30" - it took me much longer than i'd like to admit to notice this, and it solved the issue for me.

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