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.

Taddeusz

Community Developer
  • Joined

  • Last visited

Everything posted by Taddeusz

  1. I've seen mention in the MakeMKV forums about being able to automatically convert DTS-MA to AC3. Is it possible for this to work in your MakeMKV Docker? It would really improve my ripping workflow.
  2. Since upgrading to 6.6 I've been having weird things with zsh and tab completion and backspacing. It's hard to show without experiencing it but when I backspace it spaces to the right on the local terminal rather than moving the cursor to the left and removing the character. Also, when I use the tab completion it sometimes inserts an extra "/" on the local terminal. This doesn't seem to affect bash. What's going on? Last login: Fri Sep 14 10:52:56 2018 from 192.168.22.196 Linux 4.18.7-unRAID. ⚡ root@unRAID  ~  cd /mnt//user/viMovies/ user/ user0/ ⚡ root@unRAID  ~  cd /mnt/user/media//videos//T tTV//.grab/ ⚡ root@unRAID  /mnt/user/media/videos/TV/.grab  cd ⚡ root@unRAID  ~  bash %n@%m:%~%# cd /mnt/user/media/videos/TV/.grab/ %n@%m:%~%# cd %n@%m:%~%#
  3. I'm not entirely sure what you mean or what you want to do. You may want to read the docs about transferring files. It sounds like what you want is the SFTP function.
  4. Meaning you can map another volume from your unRAID array to the Guacamole Docker to give it access to those files.
  5. According to the docs it looks like you pick a folder on your host system to share. It's not a folder that you share from the computer you're connecting to. If you're dealing with multiple users this wouldn't be a folder for private files.
  6. Ok, apparently you don't need that map statement in there. That's in there from some other code I had in my file originally. I just thought it was needed.
  7. BTW, that map statement goes outside the server blocks.
  8. What web server are you using for a proxy. I personally use the Nginx that's available in the Let's Encrypt Docker. My proxying looks like this: location ^~ /guacamole/ { proxy_pass http://<myip>:8088/guacamole/; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; access_log off; } If you're not using Nginx take a look at the Guacamole docs here: http://guacamole.apache.org/doc/gug/proxying-guacamole.html
  9. Thank you. I appreciate the sentiment. I too am anxiously awaiting 1.0. I've been trying to follow the changes on Github. Not sure how much new stuff vs bug fixes are going to be in there. Since I've been using Guacamole this is the longest I've seen them go between releases so hopefully there will be some good things as well as polish in there.
  10. Keep in mind also that printing support didn't get added until June this year at which point 6.5.2 was the latest release. I can't reliably say that it will work prior to 6.5.
  11. I think you've lost me there. I don't remember what version of unRAID was available when I took over this Docker but it was never anything that old. Judging by my initial release date probably 6.3.2. Unfortunately, I have no way to test or really even to support on such an old version of unRAID. I don't know why there would be such a difference in the Docker subsystem but at this point that is the only major difference. Since Docker containers use the Linux kernel of the host system it is entirely possible that there was a vital kernel change that prevents Ghostscript from working correctly. I still have no way to test where that change occurred. <soapbox>I understand the attitude of "if it works don't fix it" but there have been some notable security fixes between then and now.</soapbox>
  12. I'm running Chrome here at work. I enabled printing on my RDP connection. When I printed to the Guacamole "printer" it initiated a download of the resulting PDF. I even tried to change the option to always prompt for the download location and the dialog popped up in front like it should. What version of Chrome are you running? I'm running the latest, v69.
  13. I can now verify that re-branding through an extension definitely works with this Docker.
  14. Remote printing should be working. There was a fix some time ago that enabled that functionality. I've never personally used it so honestly I'm not sure how it is supposed to work. The latest version will give you that functionality. I will begin work on 1.0.0 when it reaches "release candidate" status. The way this is written it can only pull distinct releases that are available from apache.org. I'm not sure of their schedule but judging by the Github activity it should be "any day now". They have obviously been preparing for the 1.0.0 release. I've thought about doing the re-branding but I've never attempted it. Should definitely be possible though. Just drop the extension in your guacamole/extensions folder.
  15. “%20” is the URL encoding for a space so check that you don’t have some trailing spaces on that line. For that matter you should probably check that you have no trailing spaces on any lines.
  16. guacadmin for both username and password.
  17. Thank you. I significantly bumped up the interval so it's not banging away at my cache drive so often. Not really necessary to be checking the drive every 5 seconds.
  18. I've noticed when I leave my MakeMKV Docker running and the automatic disc ripper is enabled there seems to be a pretty constant amount of write activity on my cache drive. It seems like it's contributing about 6-8MB/s in write activity. Not much but I'm just trying to track down what applications are causing disk I/O. Seemed like an odd application to be causing so much write activity.
  19. Yeah, I ended up installing xrdp on the Linux VM's just so I could remote into them without getting the disconnects. Actually finally ended up installing a Windows VM mainly because software I needed wasn't available on Linux.
  20. From the dashboard screen you can acknowledge the warning by clicking on the warning icon.
  21. I've been trying to figure out the performance issues I've been having with unRAID since I started using it. Running a cross-flashed IBM M1015 with 8 array drives, single parity, and a single drive cache. The parity and cache drives are attached to my motherboard's 6Gb connectors. I'm running the latest version of unRAID and used the modified 2.2 script. The problem I've been having is that during times of high disk usage like copying files between drives Docker application and VM performance drop significantly to the point where they become unresponsive until the disk operation is finished. Would it be normal to run the normal 2 minute test from 384 to 2944 without any discernible difference in resulting performance? With only a few low outliers it reported a pretty consistent 116.7-116.9 MB/s.
  22. Looks like Apache is preparing Guacamole for a 1.0.0 release. Not sure when it will be released since there have not yet been any RC's. I'm a little excited about this next release as there are changes that I think will make the final image a bit smaller. They are definitely still aware of the VNC connection issue but it doesn't appear to be addressed yet.
  23. I'm glad you figured it out. Personally I think the organization of the settings are a bit confusing. I think having the proxy parameters above the connection parameters is more confusing because a person is more likely to see the proxy hostname and assume that's for the remote computer. It's even happened to me on occasion even though I'm aware of it.
  24. Thank you. I checked out the selection rules language. I think I have a solution already. I just need to test it when I get home.
  25. Does the auto ripper follow the set language settings? So if I have it set to English it will only rip those tracks. Also, it would be nice to have an option on the auto ripper to only rip forced subtitles.

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.