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. I see that someone is attempting to build a zerotier controller module for PFsense..... that would be great for me. Currently very alpha though.
  2. This is the problem: /etc/pihole/setupVars.conf: line 4: 9.9.9.9: command not found What is in your setupVars.conf file?
  3. Have you also checked diginc's github page for help?
  4. digiinc updates his docker images quite frequently. If you check your Repository points to: diginc/pi-hole:latest The versions of pihole that you have are the latest for the docker image. The diginc release notes are here: https://github.com/diginc/docker-pi-hole/releases https://store.docker.com/community/images/diginc/pi-hole/tags shows that the latest branch was updated 3 months ago. There is a prerelease branch if you want to be brave. Note that the versions will trail the standalone versions due to the work involved in converting them to docker images
  5. I used the "manage pallete" option in node red to install node-red-node-ping. Works well.
  6. Ok, have you tried the Console command on the nodered icon to install Bonjour and then node red "manage pallete" option to install homekit?
  7. Is nodered bridged? Try host network mode
  8. Is unraid using dhcp from your router and router using unraid? If so, set static address in unraid networking and dns to 8.8.8.8 or whatever
  9. Guys, any enhancements for this, please raise it against the docker owner, diginc. I just wrote a simple template for unraid. The diginc github is here:https://github.com/diginc/docker-pi-hole
  10. It might be worth asking here: https://github.com/diginc/docker-pi-hole/issues The template is just a wrapper for his docker image.
  11. The docker is the official standard one so it should work. I don't use https as it just on an internal home network . Wondering if your paths are correct for the certs and/or permissions? I will try and have a look over the weekend ....
  12. take a look here: https://www.hardill.me.uk/wordpress/2015/05/11/securing-node-red/
  13. re the logs: Possible fix here.... https://github.com/diginc/docker-pi-hole/issues/271#issuecomment-389591390
  14. I used to use the script below with the userscripts plugin to delete the logs once a day. It looks like pihole stores a log in /var/log in the docker. The recent Docker from digiinc was supposed to put these on a volume mount. #!/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
  15. Have you set DNS1 and DNS2 variable to point to 8.8.8.8 or 1.1.1.1 ? If pihole doesnt need to block it, uses DNS1 and DNS2 to do the look up. Try posting a screenshot of your settings if not.
  16. maybe its because of https://github.com/diginc/docker-pi-hole/issues/265? My template just calls diginc's docker so I have no control over it. Don't forget that you can change the repository to use a specific version by using tags https://hub.docker.com/r/diginc/pi-hole/tags/
  17. It is strange! I used to run it on the unraid ip with the unraid port changed. I then moved to separate ips and that works great for me. I do have two nics installed....
  18. I just turn mine off just in case I want to use a normal dns ....
  19. Nope - you have to wait until diginc tests and updates the docker
  20. **** Spaceinvader One has created a setup video.. See it here ***
  21. If you set dns1 and dns2 to Unbound, it gets changed?
  22. Is your server at 192.168.1.22? (mine is!) Also a few post back it was found that unraid VM install pinches poet 53. I think if you disable VM, install, re-enable VM it should work (I think that was how people did it). I didnt have the problem....
  23. did you try this:
  24. strange, mine works well. Try clearing browser cache?
  25. You have no queries or clients to graph.... are the clients pointing to your pihole server? When you go to Tools/Tail pihole.log, are things being added?

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.