page3

Members
  • Posts

    161
  • Joined

  • Last visited

Everything posted by page3

  1. Oh and I reinstalled the “docker upgrade patch” which got removed during the update.
  2. I used this guide but make a note of your dockers first because the template list had everything I’d ever tried.
  3. I also rolled back and got exactly this error with my dockers. In my case I fixed it by following the instructions to remove the dockers and re-added them to rebuild the containers. All is now working smoothly again.
  4. After upgrading to 6.12 I also started getting these issues, plus the gui becoming unavailable. Then the server crashing - first time in 9 years. Switched to ipvlan which made the server less responsive and started causing network issues. Tried moving dockers to a second network card, but issues persisted. Rolled back to 6.11.5 and all is good again. I’ll wait a while before thinking of upgrading again.
  5. This is now showing up as “not available” in my docker containers list, so can’t be updated. Is there anything I need do to fix this?
  6. Great to see a replacement for the old docker version, thanks. Weird issue though. Since the recent update if I view using safari (iPad) the interface doesn’t render. The url bar flickers continuously. Seems to work fine on other devices, and the previous version worked fine on the iPad. Any ideas?
  7. The Curl command worked! Thank you many times over.
  8. Can anyone give any advice on how to get Claim to work, following a password reset as per Plex’s instructions earlier today from the resultant data breech? Password reset. New Claim code obtained and pasted in to docker config. Restart. Navigate to local Plex and log in, but no option to Claim server.
  9. Hi Josh. I do appreciate you taking the time, however unfortunately this isn’t the issue. No matter how many times I correct my configuration and remove the unwanted folders, they come back at next restart. I know it’s basic stuff, I know it should work. It just isn’t though. Oh well. It’s working great as configured. It’s clearly nothing to do with your App or template.
  10. Both 'tv' and 'movies' have come back yet again! This time instead of deleting them I've mapped both to the same folder that I actually want. I only want 'Library' and have no idea where "Movies' and 'TV' keep coming from, no matter how many times I delete them.
  11. Hi. Both folders came back again. This time I blanked the content as you suggest followed by save and then I removed them, rather than just 'remove' from the template page. I've also check the config in /boot/config/plugins/dockerMan/templates-user and they do appear to be gone, so we'll see if they stay gone. Thanks.
  12. I currently have this, which is working great. Whenever the docker updates it appears to add two further library paths - one for tv and one for movies. Neither of which I need so I just delete them. They do seem to keep coming back though. I could be missing something obvious!
  13. Earlier versions had a mapping to library within the docker template. Recent versions seem to have added a tv and movies mapping, which I need to keep deleting as they keep coming back. By default they map to places I don’t have (or want) which keeps creating them on my drive. Is this a bug or an intended feature?
  14. Great app which I’m finding really useful. I even managed to follow the video and migrate without issue. However (why is there always a however!) I’m not finding the “support future development “ at all intuitive. It just takes me to something called “patreon” but doesn’t explain what I’m supposed to do there, how I contribute or what financial options are available. Perhaps some explanation or a simple cookie jar for simpletons like me would work?
  15. A real shame. Recordings Converter was excellent and has been running without issues for months and months. I guess I’ll have to look at Unmanic again, but RC was just so simple and just worked.
  16. Hi all, I have syncthing installed and working, but do have a couple of "best practice" questions. Not specifically Linuxserver related, but definitely Unraid related! I am syncing a large photo directory between Mac and Unraid. Does anyone have any suggested (recommended) settings for: 1. Full rescan interval 2. Watch for changes I assume (2) should be on for both Mac and Unraid. I presume setting (1) to something bigger like 24 hours would be suitable for Unraid so as not to keep spinning up drives. I've searched but not found anything specifically Unraid related.
  17. Thanks for the suggestions. I went through the list but still no dice I'm afraid. Unfortunately I really don't want to use bridge mode. It has caused problems with the UniFi USG router in the past and since segregating internet connection and routing the set-up has been working flawlessly. Additionally my modem/router has to hold open a VPN to tunnel through CGNAT and provide a fixed IP address. Here in the UK our fixed internet is so poor I finally gave up and now use 4G exclusively, crazy as I'm only 25 miles outside the M25. Look like I need to have yet another go, starting from scratch. It really should work.
  18. Anyone able to shed any light or offer any suggestions on my connectivity issue?
  19. Same problem, but iOS client. The handshake just keeps on retrying. I have a UniFi USG with port forwarded as suggested in the blog. I do however have an upstream router (used as modem only) with its DMZ set to the UniFi USG. Any help appreciated Local server configuration [Interface] #Unraid VPN PrivateKey=***= Address=10.253.0.1 ListenPort=51820 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostUp=iptables -t nat -A POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' PostDown=iptables -t nat -D POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE [Peer] #Remote PublicKey=****= PresharedKey=****= AllowedIPs=10.253.0.2 Remote peer configuration [Interface] #Remote PrivateKey=***= Address=10.253.0.2/32 DNS=192.168.0.1 [Peer] #Unraid VPN PresharedKey=***= PublicKey=***= Endpoint=*.*.*.*:51820 AllowedIPs=10.253.0.1/32, 192.168.0.0/24
  20. Can I just say “thank you” for such a useful application. I’ve been having terrible problems with my home broadband (aka it’s been down 5 weeks!) and is flaky when it worked. I’ve therefore been trying a 4G router (and vpn to get around CGNAT) and your app has been crucial in determining if this was a valid solution. BTW as a Zend Framework/PHP/JavaScript/JQuery developer I’m intrigued by Laravel/React so your app looks an interesting one to peek at
  21. Hi all. This plug has been working great for years, but I see today the results have all vanished and when I try to run a test I get an error. Screen-shots attached. I have tried removing and re-installing the plugin. Anyone know what this might be?
  22. This, along with re-enabling the built in telegraf apcupsd worked great. Thank you all.
  23. Agree. I've aware of the security measure (read lots about it on this forum) and why it is as it is. Still, it's a pain because I'm mixing types of dockers which is where I'm falling foul.
  24. I did see this, but assumed it wasn't implemented fully as I couldn't see any way to determine if it was passing data and if so in to what variable. I'll research more as this might be the answer - thanks. I also found a plug-in for telegraf that calls a python script but unfortunately that didn't work as python is not included with the docker.