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.

spants

Community Developer
  • Joined

  • Last visited

Everything posted by spants

  1. try clearing your browser cache or try private mode....
  2. Pihole should be fairly easy to use. Either run it on the server and use the servers ip address for the dns server for the clients.If this doenst work (you have another dns service on the unraid server) use the set separate IP address for a docker instance detailed a couple of posts back. If you want to disable pihole on one of all clients, just change their settings to use dhcp to get their settings from the router or change their dns settings to google 8.8.8.8 and 8.8.4.4 and reboot clients. Pihole doesnt affect plex directly - it may just be your dns settings on the clients
  3. have you set the clients to use pihole? 2 ways to do this - 1) on your router, set the dns servers to point to the unraid box (or pihole IP address if you have changed it) 2) turn off dhcp on the clients if you have not chosen (1) and manually add the pihole server ip as the dns server address
  4. would this help you? I think that KVM/VM subsystem can use port 53....
  5. Hi When the docker is updated by the docker owner, the template automatically shows that an update is ready (I am not building the docker....just supplying the template). Some of the changes to pihole need dockerfile changes so it best to wait until he updates the docker for all.
  6. would be worth a try!. Let me know how you get on
  7. sorrry - I havent seen that tony
  8. I use the script with the UserScripts plugin to run every day. That works really well.
  9. Do you have to switch to maintenance mode first? - just a thought.
  10. The docker hasn't been updated yet (I only maintain the Template)... The reason is here:- https://github.com/diginc/docker-pi-hole/issues/122 ...hopefully soon!
  11. you cant change ports. DNS is port 53. The kvm system also uses port 53 dns which is why you have to do as the "fix" says.
  12. see this post for a resolution... seems to be kvm.
  13. Make sure that you add them to the blacklist - not the whitelist!
  14. try this, it sets the password for the GUI as well (which seems to randomly reset itself) #!/bin/bash DOCKER_NAME=pihole PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # Download any updates from the adlists docker exec $DOCKER_NAME pihole updateGravity > /dev/null # Pi-hole: Update the Web interface shortly after gravity runs # This should also update the version number if it is changed in the dashboard repo #docker exec $DOCKER_NAME pihole updateDashboard > /dev/null # Pi-hole: Parse the log file before it is flushed and save the stats to a database # This will be used for a historical view of your Pi-hole's performance #docker exec $DOCKER_NAME dailyLog.sh # note: this is outdated > /dev/null # Pi-hole: Flush the log daily at 11:58 so it doesn't get out of control # Stats will be viewable in the Web interface thanks to the cron job above docker exec $DOCKER_NAME pihole flush > /dev/null # updates password for docker gui docker exec $DOCKER_NAME pihole -a -p newpassword
  15. ok, mine has been very stable with lots of devices attached
  16. ok, I pushed 1.4.10 for you - see if that helps
  17. Please try it and let me know...
  18. Great! thanks for the info
  19. @Zeron, sure - I will take a look. edit: will have to do a number of changes to get 1.4.11 running. Will 1.4.10 solve any issues that you have? (and what are they?)
  20. The new update for pihole allows for passwords for the front end. To remove or change the password: 1) ssh to your unraid tower 2) docker exec -ti pihole /bin/bash 3) sudo pihole -a -p newpassword (blank to remove)
  21. for Pihole? sorry, no. The reason is that DNS has to run on port 53 https://technet.microsoft.com/en-us/library/dd197515(v=ws.10).aspx
  22. Thanks! - I will make those changes now edit: the config directory in the docker is /usr/local/etc/couchdb ....
  23. Thanks for clarifying where this comes from, I will see if I can find a solution
  24. what dockers and plugins do you have installed?
  25. Just to answer your question, you can force a version to be downloaded, rather than just the latest, by adding the version tag to the end of the Respository data as shown below. (Check which versions available at: https://hub.docker.com/r/nodered/node-red-docker/tags/)

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.