Everything posted by spants
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
I see that nunofgs hasnt updated his docker - I will try and use a different base docker - stay tuned!. (I stopped using the docker after a long print was ruined by the backup routine tuning off the docker after 8 hours of printing!. My fault - I should have excluded that docker from switching off. I will investigate a solution) @Mizz141 *** I see that Mearman already has a template using the official docker - have you tried that? ***
-
[SUPPORT] Spants photostructure template
****** Please use the Official Template for Photostructure instead of this one ******* You have an offical template now folks - my beta template will be retired.
-
[SUPPORT] Spants photostructure template
I am working with Matthew on updating the templates..... stay tuned.
-
[SUPPORT] Spants photostructure template
I didn't have notifications on... Sorry that I didn't see all of the comments
-
[SUPPORT] Spants photostructure template
Sure, no problem at all. All I did was a quick template as a favour... Happy if you want to release another and I can remove mine.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
1) You can try it from the console in the nodered template (I think that you did) 2) or do it on the unraid console and substitute "/data" to "/mnt/user/appdata/nodered" or whatever you used.... Let me know how you get on
-
[SUPPORT] pihole for unRaid - Spants repo
Usually I set my DHCP range quite high up - maybe starting at 192.168.1.100 - so that nothing gets allocated in the ranges for my fixed IP. Some of the routers firmwares stop you allocating static addresses outside of this range. So you can either, set the static address on the device itself (set to manual not dhcp on the device) and not worry about it on the router or have the large range on the router, set the pihole address and restart any device that may have claimed that IP address already. Always set a DNS record manually (1.1.1.1 /8.8.8.8 or similar) for Unraid in the networking settings on unraid - dont let it use the DHCP dns as it will need DNS before the docker pihole as started (or if pihole is stopped)
-
[SUPPORT] pihole for unRaid - Spants repo
I was just looking at the whitelist website - did it work for you?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Hi Bob I originally made this for my home automation system which works well and found no need to update (one of the later updates broke it). I will probably change to a Hive AMQP with MQTT plugin as it allows web based user management - would that suit you too?
-
[SUPPORT] pihole for unRaid - Spants repo
There is a section on the readme that will help. 0) If you dont have python3 on your unRaid, install it via the nerdtools plugin. 1) find the path for /etc/pihole/ - for me it is /mnt/user/appdata/pihole/pihole/ 2) ssh to your unraid and cd to that directory 3) git clone https://github.com/anudeepND/whitelist.git 4) cd whitelist/scripts 5) ./whitelist.py --dir /mnt/user/appdata/pihole/pihole/ --docker 6) ./referral.sh --dir /mnt/user/appdata/pihole/pihole/ --docker 7) restart pihole
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Thanks!
-
[Support] Octoprint docker template - Spants
Unfortunately the author of the docker has not updated it for sometime. I will see if I can use the octoprint/octoprint version. https://github.com/nunofgs/docker-octoprint/issues
-
[SUPPORT] pihole for unRaid - Spants repo
Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use. Are you sure nothing is on that IP?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
For ther NodeRedv2 Beta docker -= please change the repositiory tag to nodered/node-red-dev:v2.0.0-beta.2 to get the latest. The NodeRed team have just changed their build process and it is not using the beta tag.
-
[SUPPORT] pihole for unRaid - Spants repo
Try it with Extra Parameters only containing: --cap-add=NET_ADMIN --restart=unless-stopped
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Please use a location for the cookie to be something like this: /data/AlexaAuthFile.txt It will then save it in your appdata directly and not the container.
-
[SUPPORT] pihole for unRaid - Spants repo
try adding: dhcp-option DNS 10.11.12.13 to your client's .ovpn config, where the DNS is your pihole address
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Node Red v2 Beta Template added.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
maybe you can add a variable TZ to the template = America/Chicago (I haven't tried it)
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
No problem. If you needed Node.js 12 - just use nodered/node-red:latest-12 in the repository field of the template
-
[SUPPORT] pihole for unRaid - Spants repo
Great - thats the way to do it. The template is for the official Pi-hole docker, I don't make any changes so please check their github for issues. I just changed the template to remove the dns entries from the extra parameters setting though as this was causing issues for some... Unfortunately this change doesnt roll down if you have already have Pihole setup. ( I dont think this fixes your issue though). I will take another look tomorrow (I'm in the UK).
-
[SUPPORT] pihole for unRaid - Spants repo
there was no reply to my comment
-
[SUPPORT] pihole for unRaid - Spants repo
how did you update? Was it the docker container or inside the docker container (which you shouldn't do)?. My template pulls down the official docker container with no changes. If there are bugs with Pi-hole, please log them at https://github.com/pi-hole/pi-hole/issues or https://pi-hole.net/
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Which version of NodeJS do you need? You can change the version by using the appropriate tag in the Repository field: https://hub.docker.com/r/nodered/node-red/tags?page=1&ordering=last_updated
-
[SUPPORT] pihole for unRaid - Spants repo
Thanks guys - unfortunately I only made the template and cannot vouch for the actual docker container. I'm sure they will fix the docker component quickly!