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.

Forty Two

Members
  • Joined

  • Last visited

Everything posted by Forty Two

  1. Some new info: I have contacted Minisforum and they say that the fans are appropriately controlled for HDD and SSD temperatures by the BIOS. Some other info here: https://github.com/frankcrawford/it87/issues/49 and here: https://github.com/RafalGoslawski/lunar-kernel-driver I will try to do something about this given some time.
  2. I don't think it is, but I saw that the plugin is downloading drivers, and thought they are running in userspace. Here is the lm-sensors issue for this part: https://github.com/lm-sensors/lm-sensors/issues/400
  3. If I can source the drivers, I could work on including it in the next build.
  4. I have an issue with detecting a temperature sensor. sensor-detect reports it as Ite 0x5571. It appears not to be supported by the ITE plugin?
  5. I have one as well. I have problems with detecting the driver for the temp/pwm controller too. It is not ITE or Nuvoton. For GPU, i just installed a low profile A310. It is being detected, but I have not tried it in any media server yet. If anybody has any ideas.. :)
  6. The name of the container is: binhex-qbittorrentvpn. I've edited that in the file, same as it is for other containers that are on Swag and are working. It is on the same network created specially for Swag. I use Cloudflare for DNS. There is no special setting for each container. There is a wildcard setting. The error I get is: 502 Bad Gateway, with a "Not secure" note.
  7. Could somebody help me out? I've been trying to get binhex-qbittorrent to run with swag. I used the regular qbittorent subdomain conf file, and swapped the container name and port. The Subdomain(s): variable field for the container contains "qbittorrent" File attached. binhex-qbittorrent.subdomain.conf
  8. That was easy enough to verify, and it indeed solved the problem. For reference, the field LAN_NETWORK should state: IP networks, comma separated, without spaces. THANKS!
  9. I've been accessing it through wireguard remotely. All other containers work as expected.
  10. Thanks. I'll replace that pass. Slipped my mind when I posted the second time. I edited in a minute, but nevertheless. I've attached the file, since it's too long. I hope I edited all the passwords out of it. supervisord.log
  11. Thanks, I am indeed running UnRaid. I've run into similar difficulties with Deluge, and decided to switch, as Qbittorrent has a better gui anyway. Here is how that looks now: docker run -d --name='binhex-qbittorrentvpn' --net='swagproxy' --ip='172.18.0.55' --privileged=true -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="MARVIN" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='XXXXXXXX' -e 'VPN_PASS'='XXXXXXXX' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8116' -e 'LAN_NETWORK'='192.168.42.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8116]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8118:8118/tcp' -p '8116:8116/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' 6ae71aedc744cddfe750d687c842587862458728cdc225513e1f367db68c8af5 The command finished successfully! Still no access to the UI. The browser says "This site can’t be reached"
  12. Thanks! I don't have that option in the gui? How would I go about changing that setting?
  13. I too have trouble accessing the GUI. The VPN worked, but it stopped in the meantime. Here is the config for the container: docker run -d --name='binhex-qbittorrentvpn' --net='swagproxy' --ip='172.18.0.55' --privileged=true -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="MARVIN" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='XXXXXX' -e 'VPN_PASS'='XXXXXX' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8116' -e 'LAN_NETWORK'='192.168.42.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8116]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8116:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' 472b97658a6912de72f09983597e5e10396a903086b61288959d8968f13fdb86 If anybody has ideas, let me know.
  14. Hi all, I'm running the backup appdata plugin. The scan suggests to switch to the KluthR version, because the original has been deprecated. I've checked, and I am running the KluthR version. Any suggestions?
  15. The web interface failed to respond when I set the MTU on my desktop to 9000. The server and the desktop both have a Mellanox connectx3 SFP+ (10 GbE) cards. The card on the server also has MTU set to 9000, but that didn't impact performance. All the other sites I visit ran fine.
  16. It currently works for me, and that without the solution oulitined here: Hope that you solve this.
  17. Hi, I've been getting periodic 403 errors with this container. Rebooting seems to help for a couple of weeks. Any ideas?
  18. It will, if the processor has an iGPU.
  19. I'll get it working, and the whole setup looks great. I really appreciate the amount of work you've put into this. Just a little bit disappointed that I have to start over.
  20. I just got 1.3 to work in full. Very little works in 1.4, at least for me. Just for example this is the code to get fan dials to work on my system: SELECT last("fan_input") FROM "sensors" WHERE ("feature" =~ /fan./) AND $timeFilter GROUP BY time($__interval), "feature" Set ALIAS BY to: $tag_feature
  21. A couple of notes: The drive cooling is indeed a slight problem. I have made some mods and added two slim side fans. I plugged the cage coolers into the two cage plugs, as instructed by the manufacturer. I'll see how the temperatures go. I might make some other modifications. I can't get the case fans to register with the Dynamix System Temperature plugin. I've tried adding modprobe nct6775 to the go file. It might be due to some BIOS setting? The USB kept getting unmounted from the internal USB port. This might have been due to the fact that I it has been exported as a share. Anyway, I turned off the export setting and moved the USB to the back panel. This seems to have solved the issue.
  22. I chose the pro version because it has two m.2 connectors, so I can mirror the cache.
  23. I can only find the /SE version on ASUS's website for the micro ATX (C246M). Can you send me the link for the /SE version for the full ATX one?
  24. On the switch, maybe, a CRS305-1G-4S+IN down the line. Although I don't really think I would need one in my usage scenario. Thanks for the CS380 tips. Throwing in a couple of Noctua fans etc is not a problem.
  25. Hi all, first post. :) I want to offload my Plex server and nzb solution from my Win box onto unraid. I'm planning a build with the following components: MB ASUS WS C246 PRO CPU Intel Core i7 9700 RAM 2 x 16 GB 2666 DDR4 Non-ECC SSD SAMSUNG 1 TB 970 EVO Plus MZ-V7S1T0BW for cache HDD 4 x 8TB Western DigitalRed WD80EFAX CASE SilverStone CS380 POWER LC Power Super Silent Series LC6650 Three questions: Is there anything here that is out of place? Would you recommend an LSI controller card instead or is the C246's included 8 port solution enough? How about a 10GbE card?

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.