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.

bladpart

Members
  • Joined

  • Last visited

  1. Just wanted to post this in case someone else is running into trouble. I was trying to do a reverse proxy in nginx (letsencrypt container) and kept getting served a blank page when I played around with the reverse proxy config from Apache Guacamole's own documentation. Ended up figuring it out. Here's what worked for me: location ^~ /guacamole { proxy_pass http://[IP-ADDRESS]:[PORT]; 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; } Now everything's working fine when I access using my.url/guacamole. Unfortunately I couldn't manage to get a different subfolder name to work but I'm going to play around with that a little more.
  2. bladpart joined the community
  3. Thanks a lot, I spent a ton of time spinning my wheels on this problem! I added a Dell PERC H310 SAS card to my setup along with 6x 3TB SAS drives. The parity sync was crawling along around 40 MB/s. Turns out all the write cache's were disabled for the SAS drives (enabled for my SATA drives on the separate on-board SATA controller). Enabled the write cache on the SAS drives and I'm at 140 MB/s now which is perfectly acceptable. Some other stuff if anyone else bought an H310 and stumbles onto this. The H310 requires some work to get going (apparently well known). Had to tape pins B5 and B6 on the card itself so my PC would boot. Initially after doing that unRaid noticed all the SAS drives but parity sync was around 10 MB/s. That's when I stumbled onto flashing the H310 firmware with the IT firmware (I had the RAID firmware). That's what brought me up to 40 MB/s. The write caching was the last piece of the puzzle here. Link to the firmware bit.

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.