#Installing on Container Manager (Synology)

1 messages · Page 1 of 1 (latest)

cloud locust
#

not really sure how Container Manager works, but i know others have used it before. this came up in an issue before; this comment might help you: https://github.com/chrisbenincasa/tunarr/issues/886#issuecomment-2430511268

GitHub

I'm trying to change the image tag for my Tunarr container in the Synology Docker client, but neither ghcr.io/chrisbenincasa/tunarr:latest-vaapi nor chrisbenincasa/tunarr:latest-vaapi seem to e...

#

sounds like you have to add the image repo for tunarr via container manager

thin kelp
#

@cloud locust To install Plex for instance would require the following command:

#
-e PUID=1026 \
-e PGID=100 \
-e TZ=Europe/Bucharest \
-e VERSION=docker \
-v /volume1/docker/plex:/config \
-v /volume1/web/movies:/movies \
--restart always \
--net=host \
ghcr.io/linuxserver/plex```
#

I'm just not sure what the correct commands would be for tunarr

cloud locust
thin kelp
#

Ok I have it installed on the container and I see the files in the correct folder. However, I had to change the port to a different one other than 8000 since it was in use. The log says it's still trying to listen on port 8000 even though that's not what the docker settings says it's configured for.

cloud locust
#

It always listens on port 8000 within the container. You have setup a port mapping to map a port on your host to 8000 within the container

#

Thats the “-p 8000;8000” part in the command. First one is the port you want to use from your host to access tunarr. Second is the port tunarr exposes from within the container (don’t change that)

#

So if you want to access port 9522 on your machine to get tunarr, you do -p 9522:8000 (I do exactly this in my prod setup)

thin kelp
#

Yep I did

-p 7000:7000 \
-e PUID=1026 \
-e PGID=100 \
-e TZ=America/New_York \
-v /volume2/tunarr:/config/tunarr \
--restart always \
    chrisbenincasa/tunarr:latest```
#

Ah gotcha, I didn't read it well enough lol

cloud locust
#

No worries!

thin kelp
#

@cloud locust I got it up and running, thank you. Is there an option like DizqueTV for pad times? So you can set programming to start on the 1/2 or hour?

#

nvm found it

#

It's under tools in DTV but Media in Tunarr