Jump to content
LAST CALL on the Unraid Summer Sale! 😎 ⌛ ×

spants

Community Developer
  • Posts

    641
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by spants

  1. it works for me, can you choose another directory and use the template to start it. If you start it manually, try: (change directory to suit) docker run -t -i --net="bridge" -p 1883:1883/tcp -p 9001:9001 -v /mnt/cache/app_config/mqtt/:/config:rw -e PGID=100 -e PUID=99 spants/mqtt
  2. I will check this out later today.. It is working ok for me!
  3. I have just added the smooth node to average readings over a time period. Useful for my home automation graphing!
  4. Arent these already in it? I had jq installed for contrib-json and I have just added JSONSelect and JSONPath.... let me know if it works
  5. Just added a Hive (British Gas) heating controller node, removed IBM IoT nodes and add Watson IoT instead....
  6. thanks for trying the docker. With MQTT, there is a file created called mosquitto.conf with line 20: allow_anonymous false Change this to true if you do not want passwords.I was sure that if the passwords.mqtt file was empty then it would allow anon access. Will check. Re HA stuff I use my Node-Red and MQTT dockers together. I try to get as much as possible into mqtt directly (various ESP8266 devices) if I can. If not, I use Node-Red to transform the other devices (Hive thermostats - Tado Thermostats & Ciseco sensors https://www.wirelessthings.net/things/sensors) into MQTT messages. That way, I can try various HA applications at the same time: Domoticz, Emoncms, Home-Assistant, OpenRemoteCommander etc without problems.
  7. you shouldn't need to be in the container, have you seen this post: http://lime-technology.com/forum/index.php?topic=38486.msg410452#msg410452 I have set it up to autostart as a server, I'm not sure if I installed the client code as it wasn't needed. Use an external app (mqtt-spy is great) to talk to the server. It works with openhab etc. remember to use ipaddress:port and not localhost:port!
  8. http://www.hashbackup.com/technical/glacier-eol read this before you switch over to Glacier!
  9. Thanks for the heads-up - I have now added this to the Docker as it should make it simpler to add nodes (as long as you dont wipe the docker as you will need to add those nodes again)
  10. yes - would be great to use on unRaid
  11. On the docker currently you cannot add any extra so I bundled the key additions. If there are any that you would like, please let me know and I will add them. I am looking at having a useraddons file that you can edit and then it will load them after a restart.......
  12. Node Red docker has been updated to v0.13.1 today
  13. this is my commandline for the official docker for reference: (using a link to my MariaDB docker) docker run -d --name ownCloud -p 8000:80 -v /mnt/user/docker/appdata/owncloud/apps:/var/www/html/apps -v /mnt/user/docker/appdata/owncloud/config:/var/www/html/config -v /mnt/user/docker/ownclouddata:/var/www/html/data --link MariaDB:mysql owncloud:8.2.2
  14. It is one of the suggestions that I am looking at .... Tony
  15. I have removed googleadservices from the block list as a temporary measure. That's very good of you, don't know how other users will feel about it but thanks... It was catching me out with my kitchen build too!.
  16. I have removed googleadservices from the block list as a temporary measure. If you can remove and redeploy it should be better for you.
  17. Sure, I will be working on this Docker and hope to add user-defined block lists and logging to it. The next major release will be in a couple of weeks due to work commitments. Tony
  18. I have just pushed a new version to dockerhub which uses the --bind-dynamic feature of DNSMASQ Can you try this? If that fails for you, I will change the pointer from 0.0.0.0 to 127.0.0.1 Again, I'm not sure why it only works on my system! regards Tony
  19. It could be - I'm only running a few non-standard ones. Ahhh - Host Mode. It is the new default for the Template as it is slightly faster!
  20. can you try completely removing the unRaid-hole using the docker manager, and then as root on Tower, type: docker run -d --name=unraid-hole -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN spants/unraid-hole and then, if that doesn't work: docker run -d --name="unRaid-Hole" --net="host" -e TZ="Europe/London" --cap-add=NET_ADMIN spants/unraid-hole ^^^ This is the new settings for unRaid-Hole, using Host mode for faster lookups My Network settings are attached, for reference. I have two nw cards but I am only using one. Thanks! Tony
  21. Pulling image: spants/unraid-hole:latest IMAGE ID [latest]: Pulling from spants/unraid-hole. IMAGE ID [340b2f9a2643]: Pulling fs layer. <snip> IMAGE ID [0752514b4a91]: Extracting. Pull complete. IMAGE ID [cbbe3318f326]: Extracting. Pull complete. Already exists. Digest: sha256:27e5abac0fc87ea1565e63f1c610caa872409cb97484c043cf3bc0f5bb31824e. Status: Downloaded newer image for spants/unraid-hole:latest. TOTAL DATA PULLED: 8 MB Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="unRaid-Hole" --net="bridge" -e TZ="Europe/London" -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN spants/unraid-hole 93c6d025391ac856998f86cb1e0cc1aed3be73dc5f3ccf570f43653767f3ccd8 The command finished successfully! What other dockers are you using? And what version of unRaid ( I am on 6.1.6)
  22. Can this be configured to do .lan internal dns as well? Also split dns would be nice, so you could use the same names internally and externally for published services on your lan. I dont think so. It is using a blacklist for dns calls rather than acting as a dns server
×
×
  • Create New...