Everything posted by spants
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Just saw your post, I will take a look later
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
couchDB template for Apache Official docker added....
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
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.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Isn't it easier to use the app store plugin to install Docker's? Absolutely - use the app store plugin please!
-
[SUPPORT] pihole for unRaid - Spants repo
-
[SUPPORT] pihole for unRaid - Spants repo
No, I just tried it with my phone and my iMac but I get no websites loading and no queries on the docker either So the network settings on the imac and phone all point the dns to Tower?. Anything in logs?
-
[SUPPORT] pihole for unRaid - Spants repo
Strange, and the dns of all the clients is pointing to your server?
-
[SUPPORT] pihole for unRaid - Spants repo
I don't know what to suggest then... sorry!
-
[SUPPORT] pihole for unRaid - Spants repo
so there are no directories in the appdata folder for pihole, just files?
-
[SUPPORT] pihole for unRaid - Spants repo
did you definitely do this : 2) in your appdata/pihole directory, it will have created 3 directories. Delete these directories and create 3 files (of the same name): touch blacklist.txt whitelist.txt pihole.log If you don't do this, it will not start. Tony
-
[SUPPORT] pihole for unRaid - Spants repo
Hi - sorry I dont know about stopping dnsmasq as it isnt starting on my system. I think there is a plexconnect docker which lason acts as a dns server and this caused problems for one user. I dont have access to /etc/pihole/adlists.default as my template is only fronting the docker built by diginc. You may want to clone his dockerfile if you want access to other files..
-
[SUPPORT] pihole for unRaid - Spants repo
if the address is in use, it must be on your server? weird! Also, see werfsd's posts earlier in the thread....
-
[SUPPORT] pihole for unRaid - Spants repo
ok - you have eth0 connected and not eth1. Why are they bonded without cables in both? My config is attached
-
[SUPPORT] pihole for unRaid - Spants repo
Could it be the two network cards? I have two installed but only one is enabled.
-
[SUPPORT] pihole for unRaid - Spants repo
-
[SUPPORT] pihole for unRaid - Spants repo
ok, it doesn't do that job - it checks to see if they are in a blacklist and then forwards the request to the dns server ips on the template. Are they correct?
-
[SUPPORT] pihole for unRaid - Spants repo
If it killed dnsmasq then its probably a plugin or something rather than a docker image.
-
[SUPPORT] pihole for unRaid - Spants repo
k, I have two eth but I only use one. I wonder if this is the issue. Also, how is dnsmasq running? Is it a plugin or other docker?
-
[SUPPORT] pihole for unRaid - Spants repo
@gl3nn - sorry, I don't know the answer. Is this something the raspberry PI version does? @bluepr0 - How many network cards are in your server?, Is the serverip the same as your unraid server?. I think I saw the same error when the empty txt files had not been created correctly... Is it all pointing to the right place? (There is a manual step for this docker)
-
[SUPPORT] pihole for unRaid - Spants repo
Yes, you need pihole to run on 80, hence unraid will need to move.
-
[SUPPORT] pihole for unRaid - Spants repo
do you have port 53 in use by any other dockers?
-
[SUPPORT] pihole for unRaid - Spants repo
thanks for the reminder as to why there were two port 53. Shouldnt do fixes when I am tired. No apps should use port 53 as it is reserved for dns lookups. Not sure why your app is using it edit: I see, it is used to fool apple tv to use plex. Not sure how to get round that one.