Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

clowrym

Members
  • Joined

  • Last visited

Everything posted by clowrym

  1. Can you check this setting:
  2. could be I suppose, I've always been on the plexpass version I believe this was the post regarding the crash ive been seeing every couple days https://forums.plex.tv/t/ubuntu-18-04-2-lts-plex-server-crashes-double-free-or-corruption-prev/385447 as far as force update killing my server, its only the plex docker that causes this.
  3. I've been having this issue the last month or so, and it looks like others on linux are as well. I've read a post on plex forums regarding the crash... but cant seem to find it now. I've also been having issues if I click force update on plex where it either crashes my server, or kills all networking where I have to hard reboot my server to gain access again. This morning was the first time clicking force restart actually shut my server down (turned off completly). Since it shut my server right off, i can't grab the logs
  4. if you click advanced view on the docker page, you should get an option to force update.
  5. Just looking at this Pic posted to github, is there a space after the 1?
  6. I checked your naming & such, as well as read your issue posted on the git page. I don't see any reason that It shouldn't work, I personally use PIA, so I have no way of testing. If your VPN_PROVIDER & VPN_PROVIDER_CONFIGS values are correct, there is no reason this shouldn't work That I can see. As haugene had suggested, sis you try and pull the image again? (Force Update)
  7. Which one is it? I'll take a look
  8. You can go here and request that your VPN provider be added, Alternativly, if your using a VPN that is already there, you can add options here, seperated by a vertical line. Then they will show up in the drop down. This is also the same process if you are using something other than PIA, as this Docker template is set up for PIA Specifically
  9. I didnt create the program, only the docker template, I can look at creating one for mineos-ruby .
  10. are you changing the default values? ie. local1|local2|local3 etc...? default value is where the config names are stored and have to have "|" in between ( this is the vertical line on your keyboard, not a capital i)
  11. Glad you got everything working to your liking!!
  12. on my server, Transmission only keeps the disks used spun up, so my Disk 2 spins down unless there are downloads / seeding on a particular disk. I expect yours should be the same. That being said, my disk 1 never spin's down, as its always active. You could try turning off the watch folder, but then I dont know if soarr/radarr use that should you be using those currently my disk 2 is spun down...
  13. That's why, transmission is always running and watching, if you only have one data disk, it will never spin down while transmission is running...
  14. interesting, I wonder if there is a plugin / docker that can tell you what is keeping the disk spun up, unless transmission is actually storing files on all the different disks, I dont see why yours would stay spun up. you can have a look at your downloads folder and see what/which disks its storing everything on. Looking at mine, there are some folders that span both disks, but almost all files are on one disk only. the files that are on both disks currently look like they are old recovery files from past downloads. All transmission conf. files & current downloads are all housed on disk 1. One thing I see that is different then my set up is your config directory, I map mine specifically to /mnt/cache/appdata, rather then /mnt/user/appdata, but i dont think that would make a difference unless your appdata share isnt set to cache only.
  15. Just reviewing my system, The majority of the time My downloads are small enough to stay on one disk, so my second disk in this sytem spins down just fine unless a torrent starts downloading / seeding from that disk. Maybe you have files seeding / downloading on multiple disks? One thing to note, I don't use a parody disk in the server that runs transmission, as this server only runs transmission! I believe as this Docker is always running for Download / seeding the disks won't spin down. You may be able to avoid all disks from staying up if you specify specific disk to the download share.
  16. I didnt actually create this Docker, Only the Unraid template. If I remember correctly, this was supposed to test your connection and restart it if it wasnt connected, Restart container if connection is lost If the VPN connection fails or the container for any other reason loses connectivity, you want it to recover from it. One way of doing this is to set environment variable OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 and use the --restart=always flag when starting the container. This way OpenVPN will exit if ping fails over a period of time which will stop the container and then the Docker deamon will restart it.
  17. I expect everything would work just fine as 99:100, ive never tried it, I only stuck with 1000:1000 becuase i was running a minecraft plugin origionally and when i switched over to the docker all the origional files i transfered were 1000:1000.... My comment to change above was only based on my situation. I'll test it out with 99:100 and see if everything works as expected & update the template accordingly
  18. That would do it... you are supposed to change the USER_PASSWORD field when setting up the docker, looks like i forgot to change it in the template, should be updated for future users to the default mypass
  19. If you click the advance button (top left of the unraid docker managment page) you will see a force update button. I would also chown 1000:1000 all the folders/files in /mnt/cache/appdata/minecraft including ~/minecraft and see if it makes a difference.
  20. I actually run 2 seperate unraid servers, one runs transmissionVPN/minecraft/teamspeak for the kids and the other stores all my media and houses plex, sonarr, radarr, as well as another Minecraft-bungeecord server.....was only really worries about running Transmission traffic through the server, hadn't really looked at running the rest as of yet. Origionally I had radarr and sonarr on the same server as transmission, but for some reason there were issues copying from the transmission server to the media server, Once I moved Sonarr and radarr to the server that house plex/media, my issues went away
  21. To be honest i've never set up privoxy, so I have no idea how it works.....
  22. Personally I just changed the location until I found one that had good speedster beleive I'm using Switzerland right now, and I typically max out my 300mb connection
  23. Not all shown should read: --inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings
  24. Do you have this added :
  25. CLick force resart and a window should pope up, your looking for this: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='MineOS-node' --net='bridge' -e TZ="America/Denver" -e HOST_OS="Unraid" -e 'USER_PASSWORD'='password' -p '25565-25575:25565-25575/tcp' -p '8443:8443/tcp' -p '8120-8126:8120-8126/tcp' -p '25565:25565/udp' -v '/mnt/cache/appdata/minecraft/':'/var/games/minecraft':'rw' -v '/mnt/cache/minecraft':'/mnt/data':'rw' 'hexparrot/mineos' 479fd653a593c9ed8f3c2b7e150b6c26e540c50b6cb593d4964337fad4dace05 Also, can you check the user:group on the folders / subfolders, they all should be 1000:1000 per below

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.