dirrtyjoe

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by dirrtyjoe

  1. I posted this in the master thread, but anyway we can get support for mp4 automator built in (or maybe a second container)? https://github.com/mdhiggins/sickbeard_mp4_automator/
  2. Hi team, Is anyone automating the remux of their video files? If so, how? If not... Anyway we could get a separate Docker or integration into couch potato, sonarr, and other - this: https://github.com/mdhiggins/sickbeard_mp4_automator/
  3. lonix: any chance you plan on implementing this anytime soon. Maybe it warrants a separate docker image? I'm considering taking a look but if you're planning in it I may wait for your solution.
  4. I'm curious if it would be possible to create a version of the plex container with this included: https://github.com/wnielson/Plex-Remote-Transcoder Would love to be able to utilize some of my other boxes.
  5. Ok, I was able to resolve it by removing the plexpy directory, and re-installing the container. First setting I saved was the IP:Port for the Plex Media Server and that seemed to do it.
  6. Hi Guys, kylerw here from one of the original containers. Great to see lonix took it over and gave it something more official. I'm running into the same "Please Verify Your Server" error when trying to save my settings using lonix's version - anyone able to find a fix yet?
  7. Hmm, yeah it sounds like the openvpn plugin is the one limiting your access to the rest of your network. Unfortunately, I do not use that plugin (I have an openVPN server built into my router, pfSense), so I cannot help you with that. Ahh, ok. I've got pfSense at home but my server is living at my parents house at the moment. Maybe it's time to make the move.
  8. What are the optimal/correct settings for "VPN Settings"? I'm certain I have something setup incorrectly here limiting my access. I have my router on the default 192.168.1.1 and it is DHCP of LAN. unRAID is at 192.168.1.188
  9. No doing it remotely from work, atm. I can connect the VPN fine and browse any service on the unRAID server but cannot access any other resources on the LAN.
  10. You guys are awesome! Thanks. I saw an older post about the bridge so I appreciate you confirming that was required. Now to figure out why I can't access my VM when connected over VPN....
  11. Yup, I never even enter a port number, just the IP address of the VM. Does the VM require any additional settings to open the port/allow RDP?
  12. Thanks for the thoughts. I just got the VM setup and my goal is to get RDP up and going. I also took your advice and setup OpenVPN (something I've been meaning to do) so now I should be much more secure. When accessing the VM through RDP will it be through the default port (3389)?
  13. Hey all, I have a Windows 8.1 VM setup and can access via VNC Remote when on the local network but get "noVNC ready: native WebSockets, canvas rendering" and then "Server disconnected (code: 1006)". I have opened up the port (5700) that appears in the URL but that doesn't seem to fix it... any ideas?
  14. I got my own container put together. Keep in mind this does not include plexWatch yet so it requires that running in some other fashion (or an existing .db file). I am using the plexWatch container (that has plexWatch and plexWatchWeb) and got this running using that instance of plexWatch. I fashioned it after the headphones container since that is what the development of PlexPy is based off - I am open to suggestions and/or pull requests if anyone smarter than me wants to take a whack at it. github link: https://github.com/kylerw/docker-containers
  15. Does anyone have a PlexPy (https://github.com/drzoidberg33/plexpy/tree/2d822c8468b5e414a6ce75404921294ad44af1c1) Docker image?
  16. There are upgrade instructions in the readme file if you have not kept up with releases. Yeah, I saw that but also saw "If you are currently running any previous 6.0-beta -------------------------------------------------- If you are running -beta9 or later, pleae use the Plugin system to upgrade your server. ... ... ... Starting in -beta9, the plugin manager can be used to upgrade unRAID-OS." Looks like the readme.txt might need an edit. I'll update manually.
  17. I'm on beta 10 and the 'Check For Updates' from the Plugin tab does not show anything new....
  18. Hi all, The zoneminder container seems to just open to the "Apache2 Ubuntu Default Page" - can you offer any direction?
  19. Looks like someone did, using a fork of needo's plexWatch. https://registry.hub.docker.com/u/esvinson/plexwatch/ Looks to be the same one using PlexWatchWeb... or did I miss something?
  20. Has anybody got PlexWWWatch working? It's another frontend that seems to be a bit more updated and current. https://forums.plex.tv/index.php/topic/98005-plexwwwatch/
  21. Having trouble getting a .htpasswd file generated. Any tips?
  22. @smidion Any further instruction on reverse-proxy? Created the config, used your example and modified to be what I think matches my setup but can't seem to get it working.
  23. Damn..... I figured it out.... it was a missing semicolon....... Thanks for pressing. I looked at the config.pl file about 500 times and couldn't see anything. 501 was the lucky number apparently.
  24. Did you update the Docker to use /Logs instead of /log, I assume?