spants

Community Developer
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by spants

  1. I managed to get it working but I cannot get a reliable way of exposing the data inside the docker as volumes on the unraid filesystem..... @cedricverst could do with some help from you...!
  2. Thanks for doing this!. It will make life easier. BTW, is onvif fully supported now?
  3. I am looking at this again.... Will report back soon.
  4. I see that someone is attempting to build a zerotier controller module for PFsense..... that would be great for me. Currently very alpha though.
  5. This is the problem: /etc/pihole/setupVars.conf: line 4: 9.9.9.9: command not found What is in your setupVars.conf file?
  6. Have you also checked diginc's github page for help?
  7. 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
  8. I used the "manage pallete" option in node red to install node-red-node-ping. Works well.
  9. Ok, have you tried the Console command on the nodered icon to install Bonjour and then node red "manage pallete" option to install homekit?
  10. 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
  11. 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
  12. It might be worth asking here: https://github.com/diginc/docker-pi-hole/issues The template is just a wrapper for his docker image.
  13. 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 ....
  14. take a look here: https://www.hardill.me.uk/wordpress/2015/05/11/securing-node-red/
  15. re the logs: Possible fix here.... https://github.com/diginc/docker-pi-hole/issues/271#issuecomment-389591390
  16. 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
  17. 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.
  18. 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/
  19. The best way is to find the author of the node on flows.Nodered.org and raise an issue on github/slack/Google groups Tony
  20. My node red template is for the official docker.... I used to work with the guys that wrote node red!... The mqtt one needed work to support passwords - these are imported and encrypted when the docker starts.
  21. 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....
  22. Why would you create another nodered docker and mosquito docker? What was missing from mine?
  23. I just turn mine off just in case I want to use a normal dns ....