vurt

Members
  • Posts

    304
  • Joined

  • Last visited

Everything posted by vurt

  1. I get a 404 not found error from nginx.
  2. I'm also trying to reverse proxy linuxserver.io's ruTorrent docker but it's not working. Maybe something to do with not being able to set a URL base? This is the config I'm trying: location /ru { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.252:88/ru; }
  3. Testing it at work. Looks like company firewall blocks access to dynamic DNS! (I can access my domain on my phone). Is there anything else I can do, or should I try a VPN?
  4. Thank you! That worked this time. I thought I made the setting changes to CP and Sonarr before but must've forgotten to reboot each of them. Thanks for the great work on the docker. I've been reading up on setting this up with Apache and getting SSL certificates sounded so convoluted, yours was shockingly easy for a newbie like me who know nothing!
  5. I followed the config here. The reverse proxy is working for SAB. With Sonarr I get this on the page: Sonarr Ver. With CouchPotato, when I enter https://domain/cp, the URL changes to https://domain/#cp and I see nginx's default landing page. Can someone help me out? Does this have something to do with URL base for Sonarr and CouchPotato? I had a look in Sonarr but it said to leave that empty for reverse proxy.
  6. Ah, thank you, that fixed it. These mappings get confusing quickly. Gonna try nginx-letsencrypt next.
  7. I'm very new to unRAID and would like to reverse proxy to access Sonarr etc from outside. I first tried installing the nginx-letsencrypt docker and that failed. So I tried installing an nginx docker (after reading up a few posts in this thread). That failed too. Both instances failed with the same error: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Nginx" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 80:80/tcp -p 443:443/tcp -v "/mnt/user/appdata/Nginx":"/config":rw linuxserver/nginx 670e161e3c0e062ba88d7d1bb9bd2955790fb2dbf715dc0dd9129c71afac0753 docker: Error response from daemon: failed to create endpoint Nginx on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use. The command failed. Can someone tell me what that means? I also have Aptalca's DuckDNS docker running if that affects things.
  8. In case anyone else is looking, here's the updated link: https://www.linuxserver.io/2015/11/10/overview-reverse-proxy-with-docker/
  9. The readme has instruction to update via command line but I would never have known to use that in this instance since I didn't know if I was experiencing the docker update error and CA reports all dockers are up to date. Also, I looked on docker hub here https://hub.docker.com/r/emby/embyserver/ when you suggested I check and confirm with the build logs. The closest thing I found was the Build Details tab and I found this: https://hub.docker.com/r/emby/embyserver/builds/bwpnuzq3qvdelxtvfvkevn5/ but didn't find what would look like an Emby version number. Clicking on the Github link brought me to Github where the latest commit was 9 months ago. So what else was a 10-day unRAID amateur suppose to do? But I'm glad Msan experienced the same thing and made that suggestion, seems like that's the point of having a forum!
  10. Thank you, that did the trick, I'll have to remember that!
  11. I'm new to Emby and have a question about update. I read the above posts about docker hub issues and I don't know if it's the same issue since I don't have enough Emby experience. I'm currently seeing: Version 3.0.8300.0 A new version of Emby Server is available! Version 3.0.8400 is now available for download. Please shutdown the server and update manually. With Restart and Shutdown buttons at the bottom. I've clicked on Restart but the update didn't happen so. From the Docker page of unRAID's UI, I've also clicked on Check for updates and it's telling me all dockers are fine. Am I suppose to update manually as the notice indicates? Where will I get instructions for that? Or is this the docker hub issue and auto-update will happen eventually and I should leave this alone?
  12. I'm new to unRAID and researching reverse proxy to access Sonarr, CouchPotato, etc from outside. These links are dead: https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/ https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/installation-of-apacheweb-docker/ Are there updated links where I can do some reading?
  13. Ah, got it! Thanks for your patience, I'll look into that!
  14. Yeah I meant I clicked on "Remove" and removed that setting completely but it still didn't work. No worries I appreciate everyone's contribution to helping me with this, especially when it's kinda off-topic. Thank you for your assistance, it was more than I expected!
  15. I tried removing the /storage path completely but I don't think that worked. I still have an MKV file.
  16. Sorry I was looking on the docker hub page, just went back to the github page and saw what you were referring to. I tried filling in the /incoming path and leaving the storage path blank but it wouldn't let me apply the setting: Should I use some kinda notation in the /storage path to indicate current director since the page won't let me leave it blank?
  17. Thanks for jumping in! Where did you see the help? The docker pages are pretty bare, I didn't see any help or readme. I'm using https://hub.docker.com/r/bakes82/docker-sickbeard-mp4/ . When installing the docker, I tried to leave the directories blank but the interface wouldn't let me.
  18. Thank you! I didn't know to search there and didn't know to get CA to search Docker Hub. I found the docker and installed it, seems to do the conversion job except I can't get it to leave the new file where it was found. I've PMed the developer. Thanks again!
  19. I'd be overly ambitious if I tried! Which two containers are you referring to? The one I've found is Bjonness406-convert2mkv.
  20. It's suppose to work with Sonarr and there are setup instructions on the github page. But I don't know how those instructions apply in an unRAID context. It also requires PIP Package installation and FFMPEG and FFPROBE binaries and I don't know how or where they should be installed in unRAID.
  21. I'm completely new to this so pardon me if I'm misunderstanding. Are you saying mp4_automator is not a Docker and cannot be installed? So there's no way to get this running on unRAID? Is there something else we can do in unRAID that does the same thing, auto-convert MKV to MP4?
  22. Please make a issue on github. And I'll look into it tomorrow. Thanks! Issue posted along with this comment: it might make sense to have NZBGet / SABnzbd support this rather than each PVR application. Ultimately I'm looking for a way to automate the remux process to help out my processor and limit transcoding requirements for Plex. Where that lives, I'm not sure I care too much (personally). hi, I was wondering if this was ever integrated in one or the other way? right now I'm trying to find a docker for it, but till now without much success. since I have not seen anything since my post I decided to look into it myself and came up with the attached script which is installing all dependencies for mp4_automator. currently I'm using it with a local build docker file based on need's sonar dockerfile. also it still require the manual download of the scripts itself. I'm sure the specialists here could fine tune the script. anyhow just in case someone is interested in integrate it to the docker. This came up in a search. I just got Sonarr and SAB running and I'm looking for a way to auto convert MKV to MP4. Is there an easier way to do this? Has sickbeard_mp4_automator been implemented in any of the Sonarr or SAB dockers?
  23. Thank you for your quick reply! I seem to have figured it out enough for it to work. Requested a TV episode from Sonarr, that triggered SAB to download it. After the download finished, Sonarr moved the file into its sub-folder. Is there a way for SAB to do auto-convert an MKV file to MP4? Or a way for Sonarr to do that?
  24. Hi everyone. I've spent about 3 days reading up and trying to get SAB/Sonarr running on unRAID and I'm still lost. The more I read the more confused I'm getting. These are the mappings I have: My SAB Folder settings says the base folder is /config, and Temporary Download Folder is "Downloads/incomplete". How does this relate to my mappings? Do I need to change the above Folder settings? Under Categories, what do I use for Folder/Path?
  25. Spoke to soon. It's back to being unregistered again after clearly showing registered.