Everything posted by spants
-
[SUPPORT] pihole for unRaid - Spants repo
try clearing your browser cache or try private mode....
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[SUPPORT] pihole for unRaid - Spants repo
would this help you? I think that KVM/VM subsystem can use port 53....
-
[SUPPORT] pihole for unRaid - Spants repo
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.
-
[SUPPORT] pihole for unRaid - Spants repo
would be worth a try!. Let me know how you get on
-
[SUPPORT] pihole for unRaid - Spants repo
sorrry - I havent seen that tony
-
[SUPPORT] pihole for unRaid - Spants repo
I use the script with the UserScripts plugin to run every day. That works really well.
-
[Support] Linuxserver.io - Nextcloud
Do you have to switch to maintenance mode first? - just a thought.
-
[SUPPORT] pihole for unRaid - Spants repo
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!
-
[SUPPORT] pihole for unRaid - Spants repo
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.
-
[SUPPORT] pihole for unRaid - Spants repo
see this post for a resolution... seems to be kvm.
-
[SUPPORT] pihole for unRaid - Spants repo
Make sure that you add them to the blacklist - not the whitelist!
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
ok, mine has been very stable with lots of devices attached
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
ok, I pushed 1.4.10 for you - see if that helps
-
[SUPPORT] pihole for unRaid - Spants repo
Please try it and let me know...
-
[SUPPORT] pihole for unRaid - Spants repo
Great! thanks for the info
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
@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?)
-
[SUPPORT] pihole for unRaid - Spants repo
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)
-
[SUPPORT] pihole for unRaid - Spants repo
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Thanks! - I will make those changes now edit: the config directory in the docker is /usr/local/etc/couchdb ....
-
[SUPPORT] pihole for unRaid - Spants repo
Thanks for clarifying where this comes from, I will see if I can find a solution
-
[SUPPORT] pihole for unRaid - Spants repo
what dockers and plugins do you have installed?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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/)