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

Can this be installed on Synology NAS? #81

Closed
landon1013 opened this issue Dec 7, 2023 · 6 comments
Closed

Can this be installed on Synology NAS? #81

landon1013 opened this issue Dec 7, 2023 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@landon1013
Copy link

Sorry for the (probably) stupid question, but is there a way to put this on a Synology Nas so I too can enjoy my Plex Wrapperr?

@aunefyren
Copy link
Owner

Hey, thanks for opening an issue.

I don't personally use a Synology NAS, so I don't really know. I did help one person who used something called Container Management to run the Wrapperr Docker container on their Synology NAS. My help was mostly around tweaking the Docker run command, I am not sure how difficult the Container Management is to set up.

@aunefyren aunefyren added the help wanted Extra attention is needed label Dec 8, 2023
@landon1013
Copy link
Author

If there is a docker command I think I could get it to work from there.

@aunefyren
Copy link
Owner

I am not sure if it's the exact same syntax I would use on Docker. The person I helped used this:

docker run -d --name=wrapperr \
-e PUID=1026 \
-e PGID=100 \
-e TZ=Europe/London \
-v '/volume1/docker/wrapper:/app/config' \
--network host \
--restart always \
ghcr.io/aunefyren/wrapperr:latest

The PUID and PGID seems very specific to him, typically it's 1000 & 1000.

@arjohnson15
Copy link

Yes with docker(container manager in newer OS)

@landon1013
Copy link
Author

That looks right to me. I'll give it a try thank you again.

@aunefyren
Copy link
Owner

I am closing this issue due to inactivity. If the issue persists, feel free to re-open it or create a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants