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.

mortenmoulder

Members
  • Joined

  • Last visited

  1. Is it possible to tweak the compression level of zstd? I don't care if my backup takes 5 minutes or 30 minutes, if that saves me a couple of gigabytes per backup.
  2. Original post: On 6.10.0-rc2. No clue why, but at some point the variable "timers" is being set to null. I tried clearing everything in Chrome and I tried incognito, but at some point "timers" is null. A fix is quite easy. Instead of using "var", use "const". We know it's not supposed to be overwritten, so just set it to a constant. File location: /usr/local/emhttp/webGui/include/DefaultPageLayout.php
  3. I recently updated from 6.9-beta35 to 6.10.0-rc2, and I noticed that my desktop PC cannot open some tabs like the Docker tab. My desktop's connection is routed through the unRAID server (bridged via network settings) and I'm using a 10 Gbit NIC in both my server and the unRAID server. I can easily connect from my phone or other devices that are not bridged through unRAID. I also see these errors in the browser console: I have attached the diagnostics file. EDIT: Seems like Chrome is the culprit here, even though I cleared everything and even tried incognito. Edge works fine. I don't get those console errors in Edge. EDIT 2: I found a fix, but it's really ugly. I edited this file: /usr/local/emhttp/webGui/include/DefaultPageLayout.php and changed the var timers = {}; to const timers = {};. For some reason, something is setting the timers variable to null. No clue why. It should be a constant either way, so I guess this is good for now. littlefinger-diagnostics-20220215-1706.zip
  4. Thanks for the reply. I have not tried LanSync, but I might give that a shot. Should it get its own LAN IP via DHCP then? Because that would be interesting indeed. I have a 10 Gigabit link between my server and PC, so that should go quite fast. Makes sense you've moved to OneDrive. I'm considering the same, except maybe using Mega. Dropbox is quite expensive, but their desktop app and mobile app just works flawlessly for me (auto upload literally 5 seconds after I've taken a 30 MB photo). Thanks for the support on this!
  5. Very well written. I gave it a go and deselected a few containers that I know need to run 24/7. Took a backup this morning at 6 AM and it worked perfectly. Thank you! And wow it's fast!
  6. I don't think I've ever used a more buggy application before. It constantly tells me to reauthenticate/allow access to Dropbox. Sometimes it says "Dropbox isn't running", when I know for a fact it ran perfectly fine just a couple of hours ago. If I restart the container, it literally takes hours for it to be done with syncing, because I have a lot of data in my Dropbox. And yes, I did set it up correctly, by selecting a share with the cache set to Only or No. I know some of the blame is on Dropbox' side, but man.. I wish this worked perfectly without any issues what so ever.
  7. The only reason why I haven't used this plugin yet, is because it stops my Docker containers. It's such a shame that has to happen. I have people accessing my Docker containers pretty much 24/7, so I can't just shut it down every night for a few minutes. I really wish it was possible to backup the data in my appdata directory without stopping Docker. Guess I have to figure something out myself, that doesn't require Docker to stop.
  8. Use Method 2 and use VNC in your browser. Don't passthrough anything until you're actually inside of macOS, as I bet any interference could stop it from working.
  9. I see that SpaceinvaderOne just commented on a pull request to fix said issue: https://github.com/SpaceinvaderOne/Macinabox/pull/34 He said it has been merged. Can you try again? If it's merged, it should pull the latest code and should fix your issue.
  10. Do you have the latest unRAID version? unRAID Version: 6.9.0-beta35 or above
  11. Do you have the helper script and does it report that it has finished downloading? Try deleting everything in the folders you see the Docker container points to locally, if they are associated with the Big Sur or Catalina updates. For Big Sur I am pretty sure you need Method 2, because Method 1 downloads Catalina regardless of what you pick.
  12. I tried it, but unfortunately it does exactly what a regular VNC software does. I cannot get more than 1 screen working.
  13. So basically if I have 3 monitors on my Windows rig, I need to VNC into the machine 3 times with 3 dummy plugs? Yeah, nah. I'll just stick with 1920x1080 and consider macOS a bad OS. I can't believe someone hasn't made a remote desktop server (not VNC), that automatically creates X amount of virtual screens, depending on how many monitors the guest computer has.
  14. The 3rd party software options, does not, as far as I know, replicate the native Screen Sharing capabilities in macOS. All the VNC options I've tried, doesn't span across the monitors. It's fixed to 800x600 with no monitor plugged in or 1920x1080, which is the resolution of the monitor I plugged into the GPU, which I passthrough'd to the VM.
  15. Dang, that sucks. I really wanted an almost true 1:1 feel of macOS, while sitting on my Windows rig. There HAS to be someone who has developed a 3rd party software for this. It makes no sense there isn't.

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.