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.

tjb_altf4

Members
  • Joined

  • Last visited

  1. Switch to bridge network and right port settings will reappear. You can't port map on custom networks like the docker br0, so either you can have pihole on its own IP with no mapping (ports are 1:1), or you can use the port mapping like the pihole devs suggest. The error is likely the dhcp pool from docker network clashing with your dhcp set by your router. Its also possible you need to restart the server as Unraid may not have cleaned up its network artifacts correctly.
  2. the way your describing used to work, but was broken a few releases ago to lockdown the UI for tailscale users. typical way to solve is to host icons on a github repo, or one way I solved this in the past was to spinup an nginx container with a configuration that supports directory browsing (you then grab that url).
  3. I think those weird variables come from Unraid itself doing some jiggery to save port settings when you change to a network type that doesn't support port mapping... its not part of the binhex template. The variables aren't really a problem, but it is a symptom that you might not be using the correct network type.
  4. Its official because it uses the docker container image from the author of the application i.e. pihole/pihole Unraid templates are a wrapper which hold the docker configuration, equivalent of docker run command. There templates are nearly all community author supported, and typically have a support thread... this one doesn't seem to, so post in their general thread: https://forums.unraid.net/topic/44108-support-binhex-general/page/8/
  5. I'm going to be real here, if you can't even help yourself by searching for unknown terms on google etc, are you really ready to do advanced tasks like working with your encrypted array data from the CLI ?
  6. This looks like you are only changing the properties for Unraid WebUI link, not the container's port settings.
  7. Prowlarr doesn't have a vpn component, that read me is for containers with the vpn suffice e.g. delugevpn, qbittorrentvpn, sabnzbdvpn etc Typical use case is downloaders (e.g. delugevpn) have the vpn setup, and you use container networking to use that containers vpn connection.
  8. you'll need to update your container templates manually, but here's a cli one-liner to give you a table of info you need (container name, ip and mac address): docker ps -q | xargs docker inspect \ --format '{{.Name}} {{range .NetworkSettings.Networks}}{{.IPAddress}} {{.MacAddress}}{{end}}' \ | column -t
  9. setting is still there for me 🤷‍♂️
  10. --gpus=all is the modern, supported method for gpu passthrough as per Dockers documentation (linked). It does work on Unraid, I use it currently in 7.2, but there are regressions in 7.3.x, which look likely to be issues with nvidia-container-toolkit. https://docs.docker.com/engine/containers/gpu/
  11. This is an Unraid templating limitation, its a known issue. Assuming the IP is static, change the WebUI entry, replacing the dynamic [IP] portion with the actual IP. WebUI link should work if done correctly.
  12. I've got a few sets of rj45/transceivers from fs.com which I've been happy with, there's a few different specs available, including coding for your NIC and switch (if it happens to be one that has compatibility issues).
  13. it would be talking from a raw speed perspective, and as an acceleration device. 2 reasons this doesn't matter, optane is lower latency so is better for real world use, and the raw speed of slower gen3 pcie is still multiples faster than what Unraid users are coming from with USB drives
  14. I agree with the premise, but not the solution. IMO, better to introduce reputation/reviews for developers in CA, and promote these devs and their work above others. Devs producing crap, AI assisted or otherwise will develop poor/negative reputation, new devs can be labelled as such while building rep, while LT can promote "trusted devs" including it own team. This should mean the community can regulate and thus promote quality developers. Similar system could be brought in for containers, but obviously there are a few more factors to take into consideration there.
  15. If I remember right, you need to boot into live mode so you can actually modify and extend the partition with fdisk. You won't be able to modify the system partition if its in use.

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.