Jump to content

spants

Community Developer
  • Posts

    641
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by spants

  1. 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.
  2. see this post for a resolution... seems to be kvm.
  3. Make sure that you add them to the blacklist - not the whitelist!
  4. 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
  5. it isnt as straight forward as I first thought and ran out of time. I will have another look in a week when my time frees up a bit
  6. ok, mine has been very stable with lots of devices attached
  7. ok, I pushed 1.4.10 for you - see if that helps
  8. To be honest, I started playing with it but quickly gave up.... had more pressing things to do. It looks great though and would be interested in your progress
  9. @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?)
  10. 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)
  11. 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
  12. Thanks! - I will make those changes now edit: the config directory in the docker is /usr/local/etc/couchdb ....
  13. Thanks for clarifying where this comes from, I will see if I can find a solution
  14. what dockers and plugins do you have installed?
  15. 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/)
  16. 0.16 seems really stable for me. One problem that I have is that serialport was removed and I use a usb/serial interface for some iot sensors. If I add the node-red-node-serial port back in to the container, it doesnt work. If I rebuild the dockerfile and add it in at build time - it works fine
  17. Hi - the pihole support is here https://lime-technology.com/forum/index.php?topic=50453.0 This is mine, working: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.22" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -p 53:53/tcp -p 80:80/tcp -p 53:53/udp -v "/mnt/user/appdata/pihole/pihole.log":"/var/log/pihole.log":rw -v "/mnt/user/appdata/pihole/blacklist.txt":"/etc/pihole/blacklist.txt":rw -v "/mnt/user/appdata/pihole/whitelist.txt":"/etc/pihole/whitelist.txt":rw -v "/etc/localtime":"/etc/localtime":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine e8948a0fe593ba75d65bf09d9be8ac6b044f89b0c821a65ec3bd5eb8cc79c17d The command finished successfully! Did you create the pihole folder and follow the instructions here: https://lime-technology.com/forum/index.php?topic=50453.0
  18. couchDB template for Apache Official docker added....
  19. Is there a way to run the pi hole on a different IP address that way I can keep unpaid's UI on port 80? I've tried changing the port to other numbers and get the same error: [b]Removing container: pihole[/b] Successfully removed container 'pihole' [b]Command: [/b]root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.26" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -p 53:53/tcp -p 53:53/udp -p [u][color=red]8111[/color][/u]:80/tcp -v "/mnt/user/appdata/pihole/pihole.log":"/var/log/pihole.log":rw -v "/mnt/user/appdata/pihole/blacklist.txt":"/etc/pihole/blacklist.txt":rw -v "/mnt/user/appdata/pihole/whitelist.txt":"/etc/pihole/whitelist.txt":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine d4cea8212b5f7536bf61ecaa4b2cd218d8ebbdb121a7bd1546f490f21b5b1375 docker: Error response from daemon: failed to create endpoint pihole on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use. [b]The command failed.[/b] Unraid's IP is .25 and none of the other dockers are using port 8111. For 53, I get this: netstat -tulpn | grep --color :53 tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 11799/dnsmasq udp 0 0 0.0.0.0:53657 0.0.0.0:* 1681/rpc.statd udp 0 0 192.168.122.1:53 0.0.0.0:* 11799/dnsmasq udp 0 0 0.0.0.0:5353 0.0.0.0:* 8064/avahi-daemon: The ip address and port 80 have to be on the docker server that responds to the dns requests. If you had two network cards in and by some fiddling I guess that it could work. If you dont want to change the unraid web port (its easy), you could run pihole on a separate Pi
  20. I put that in there because I kept forgetting the settings :-) It takes so little space so dont worry about it. It doesn't get used for anything.
  21. placeholder for Kerberos.io templates In Beta - not currently working
×
×
  • Create New...