Everything posted by spants
-
[Support] spikhalskiy - ZeroTier
I see that someone is attempting to build a zerotier controller module for PFsense..... that would be great for me. Currently very alpha though.
-
[SUPPORT] pihole for unRaid - Spants repo
This is the problem: /etc/pihole/setupVars.conf: line 4: 9.9.9.9: command not found What is in your setupVars.conf file?
-
[SUPPORT] pihole for unRaid - Spants repo
Have you also checked diginc's github page for help?
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
I used the "manage pallete" option in node red to install node-red-node-ping. Works well.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Ok, have you tried the Console command on the nodered icon to install Bonjour and then node red "manage pallete" option to install homekit?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Is nodered bridged? Try host network mode
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[SUPPORT] pihole for unRaid - Spants repo
It might be worth asking here: https://github.com/diginc/docker-pi-hole/issues The template is just a wrapper for his docker image.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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 ....
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
take a look here: https://www.hardill.me.uk/wordpress/2015/05/11/securing-node-red/
-
[SUPPORT] pihole for unRaid - Spants repo
re the logs: Possible fix here.... https://github.com/diginc/docker-pi-hole/issues/271#issuecomment-389591390
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[SUPPORT] pihole for unRaid - Spants repo
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.
-
[SUPPORT] pihole for unRaid - Spants repo
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/
-
[SUPPORT] pihole for unRaid - Spants repo
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....
-
[SUPPORT] pihole for unRaid - Spants repo
I just turn mine off just in case I want to use a normal dns ....
-
[SUPPORT] pihole for unRaid - Spants repo
Nope - you have to wait until diginc tests and updates the docker
-
[SUPPORT] pihole for unRaid - Spants repo
**** Spaceinvader One has created a setup video.. See it here ***
-
[SUPPORT] pihole for unRaid - Spants repo
If you set dns1 and dns2 to Unbound, it gets changed?
-
[SUPPORT] pihole for unRaid - Spants repo
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....
-
[SUPPORT] pihole for unRaid - Spants repo
did you try this:
-
[SUPPORT] pihole for unRaid - Spants repo
strange, mine works well. Try clearing browser cache?
-
[SUPPORT] pihole for unRaid - Spants repo
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?