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.

jmztaylor

Members
  • Joined

  • Last visited

Everything posted by jmztaylor

  1. Trying in incognito or a browser you don't normally use might be worth a shot too. It seems like a browser caching issue.
  2. you can run diagnostics from the command line and the zip will be on the flash drive
  3. Please post diagnostics.
  4. If I am looking at this right SSH access is turned of in settings->management access
  5. what is your nginx config for overseerr?
  6. To get 80/443 to go to unraid properly, you will have to change the ports unraid gui listens on. This can be done under settings-management access. I have a feeling once that cert expires you are going to have the same issue again. Not completely sure though
  7. If I had to guess, 1980 and 19443 are non standard ports. Since it fails on http-01 test I am assuming it defaults to port 80. Which it cannot connect to. Check the docs of the container you are using for the SSL cert and see if you can pass a different port to use.
  8. Yes RustDeskServer is the hbbs and Relay is the hbbr. I have got this to work without the relay. Using only server and port forwarding port 21116.
  9. Honestly, I just saw this software the other day and started messing with it. The relay I don't know the exact purpose of. Opening 21116 in your firewall will allow external connections and not specifying relay server. So for the settings put your_ip:21116 as the ID server. At least for me it did. Relay might have to do with NAT transversal or something.
  10. I got this in CA now. Both server and relay
  11. This is the support thread for RustDesk Server. I am not a developer of RustDesk. Only made the template for CA. Project Github: https://github.com/rustdesk/rustdesk
  12. Also, FWIW I couldn't get it to run from the docker GUI either. Not sure why
  13. From what I understand from quick read is relay is needed for external connections. I was able to run that command and connect from my phone to computer. But running this should work for the relay docker run --name hbbr -p 21117:21117 -p 21119:21119 -v /mnt/user/appdata/rustserver-hbbr:/root -d --rm rustdesk/rustdesk-server hbbr
  14. This worked for me docker run --name hbbs -p 21115:21115 -p 21116:21116 -p 21116:21116/udp -p 21118:21118 -v /mnt/user/appdata/rustserver-hbbs:/root -d --rm rustdesk/rustdesk-server hbbs
  15. I would start with the cable. I have had it happen multiple times the cable won't allow gigabit.
  16. I don't do conversions of files much but in the past I have used Tdarr. Dunno if this will work in your case.
  17. Yeah you just select new cache pool when array is stopped and assign a device to it.
  18. One option is to just use the 1 drive in another cache pool and only use that for data that will be pushed to array quickly. And leave important stuff like VMs and appdata on the 2 drive pool.
  19. Yeah I understand that. I was simply mentioning that Unraid doesn't "stripe" files across disks.
  20. Personally, I have a share called media. Every *arr docker has /mnt/user/media mapped to /media inside the container. My share media is on all disks but Unraid by default spreads this across all disks evenly. So its possible that 1 episode is on disk 1 and the next episode is on disk 2. But it doesn't separate a single file across multiple disks. If you want say tv on a single disk and movies on another, you will have to create those shares separately and in the share settings specify which disk you want them on. If you have parity disk then its possible all disks will be spun up anyways if turbo write is enabled. Using a cache pool pretty much negates the path mappings part of the trash guides also.
  21. try running a btrfs scrub. Also post diagnostics.
  22. First try running a btrfs scrub. Also post diagnostics. Removing docker.img is not destructive. All your app data should be in appdata. If you remove it, then when you start docker again, your containers will be "missing" but going to previous apps in the apps tab, they will all be right there and just have to reinstall them. It will keep all your previous settings.
  23. I don't venture much into different copying techniques but I always use this. Logged into destination server rsync -avzP --progress root@sourceIP:/mnt/user/WHATEVER_SHARE/ /mnt/user/WHATEVER_SHARE/ And any failures can easily be picked back up by running the command again. Once its done I would recommend running again to make sure no data changed on the source server in the meantime.
  24. You can try the manual install to the USB drive

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.