[support] digiblur's Docker Template Repository


Recommended Posts

  • 2 months later...
  • 2 weeks later...
On 9/2/2020 at 2:02 PM, b0m541 said:

Is it normal that the UNMS container is so bloated?
unms container: 3.67 GB writable: 1.81 GB log: 28.2 MB

 

If not, what can I do to get it back to normal?

 

Add this to extra parameters in the docker config page (you need to click "advanced view")

"--log-opt max-size=10G" without the quotes, this will append the log when it reaches 10Gb. You can set this to what you want though. 

 

It is normal when the log is allowed to grow as it pleases. 

Link to comment
22 hours ago, Abnorm said:

Add this to extra parameters in the docker config page (you need to click "advanced view")

"--log-opt max-size=10G" without the quotes, this will append the log when it reaches 10Gb. You can set this to what you want though. 

 

It is normal when the log is allowed to grow as it pleases. 

This may be normal for this container, I wouldn't call it optimal.

So you are right, the logs count against "Writable" instead of "Log", and actually the logs should be placed in the log folder on appdata...

 

But hey, you get what you pay for and thanks for your help.

 

Link to comment
  • 3 weeks later...
On 9/10/2020 at 12:33 PM, Abnorm said:

Add this to extra parameters in the docker config page (you need to click "advanced view")

"--log-opt max-size=10G" without the quotes, this will append the log when it reaches 10Gb. You can set this to what you want though. 

 

It is normal when the log is allowed to grow as it pleases. 

how can i prevent this from happening again? Can i export the logs somewhere else?

Link to comment
On 10/1/2020 at 5:35 AM, gbdavidx said:

how can i prevent this from happening again? Can i export the logs somewhere else?

you might be able to reconfigure the log location, adding a location in your variables but you'll need to look into the unms config files i presume. I have not tried it myself, maybe @digiblur have some ideas ? Maybe it would be possible to setup the docker to let us configure log locations ourselves? 

Link to comment
  • 2 months later...
  • 2 months later...
  • 1 month later...

Hello

I hope it is alright I post questions about Neolink here, it wasn't specifically mentioned in the topic.
Anyways, I've tried to install Neolink, but I run into a small problem

Unraid 6.9.1 seems to insist that the variable 'neolink_config:' is a directory, but it seems that Neolink expects it to be a file:
 

[2021-04-11T09:13:55Z INFO neolink] Neolink 0.3.0 (unknown commit) release
Error: IoError(Os { code: 21, kind: Other, message: "Is a directory" })


I've tried deleting the directory and making it a config.toml file, but this causes the docker to throw an error "Execution error: bad parameter" and not start at all.

I'm bit at a loss on how to proceed from here, and any help would be greatly appreciated

Link to comment
  • 2 weeks later...
On 4/19/2021 at 5:41 PM, Dravas said:

I am getting a similar error to LeetDonkey, is there a setup step i am missing?  Its not wanting to pickup the config toml i created. 

I edited the dockerfile to look for the neolink.toml file in a subdirectory rather than /etc/neolink.toml

I don't think this is a good way of doing it since it will no longer follow the thirtythreeforty repository.

Anyways, if you'd like you can simply change the repository to leetdonkey/neolink:

neolink1.png


Then change the neolink_config path configuration:

neolink2.png

 

then put neolink.toml in /etc/mnt/user/appdata/neolink/ and start the docker.
Note that the container use the name neolink.toml instead of config.toml

If there is a way of linking directly to a file instead of a directory I am not aware of it, but I must confess that I am very new at this docker stuff
 

Edited by LeetDonkey
Link to comment
  • 4 weeks later...
  • 1 month later...

zigbee2mqtt: Is it just a case of plugging in a USB coordinator and it'll find it, or is there a process to follow?

The auto-generated config file shows:

 

# Serial settings
serial:
  # Location of CC2531 USB sniffer
  port: /dev/ttyACM0

 

How does unraid pass a USB device to a docker?

Link to comment

Abount ESPHome, I'm currently running it pretty successfully (can flash my devices), but I've noticed a couple of problems:

  • I seem to have less gui option than what I see online (maybe it's because it's running via http instead of https?
  • colour indicator of the node doesn't work, it's always red (this bug me). Nodes have static ip, they work as intended (and I can OTA them from ESPHome dashboard). I can also ping nodename.local both whithin my LAN from other client, from Unraid console but not from docker console

Thanks for the help :)

Link to comment
19 hours ago, melagodo said:

I can also ping nodename.local both whithin my LAN from other client, from Unraid console but not from docker console

 

Try this:  Go to settings -> Docker (disable docker) then -> change "Host access to custom networks" to YES, then restart docker.

Edited by jj_uk
Link to comment
16 hours ago, jj_uk said:

 

Try this:  Go to settings -> Docker (disable docker) then -> change "Host access to custom networks" to YES, then restart docker.

Tried but still same problem, logs and flashing work beautifully, though

 

13 hours ago, jj_uk said:

ESPHome:

 

Any idea how to get this to run over https ?  Some features require this.

I guess you need a ssl certificate, but this involves reverse proxy and so on, I'm facing the same issue with another docker which requires https (but I want to run it local only).

Link to comment

I think an invalid cert should work, although not sure.

 

I can set this up with a reverse proxy accessible from the internet but like you I want this local only.

 

Hopefully someone will know the answer on how to access the docker over https locally.

Link to comment
  • 4 months later...
  • 2 weeks later...

@digiblur is it worth including "--restart unless-stopped" in the zigbee2mqtt template or something to that effect. I have TubeZB's POE coordinator and everytime my ubiquiti controller pushes an update across my network, the container stops with "adapter disconnected" in the log.

 

Is there any way zigbee2mqtt can be more resilient? Is that something better managed on the template or with the project itself on github?

 

Thanks! 

Link to comment
  • 3 months later...
On 11/20/2021 at 9:57 AM, bigbangus said:

@digiblur is it worth including "--restart unless-stopped" in the zigbee2mqtt template or something to that effect. I have TubeZB's POE coordinator and everytime my ubiquiti controller pushes an update across my network, the container stops with "adapter disconnected" in the log.

 

Is there any way zigbee2mqtt can be more resilient? Is that something better managed on the template or with the project itself on github?

 

Thanks! 

@digiblurI have the same problem as well. Also, on reboot of the server the container will not autostart either. @bigbanguswere you able to find a solution?

Link to comment

Hello

I am trying to set up zigbee2mqtt but having issues connecting to Web frondend. Both mosquitto broker and zigbee2mqtt has verified the connection.

Frontend have started on 0.0.0.0:8080 and I have forwarded port in docker configuration. I just can't figure out what I am missing....

 

What to do?

 

EDIT: uploaded screenshots

Screenshot 2022-03-06 12.34.13.png

Screenshot 2022-03-06 12.31.30.png

Edited by thostr
uploaded screenshots
  • Like 1
Link to comment
On 3/5/2022 at 1:55 PM, Twinkie0101 said:

@digiblurI have the same problem as well. Also, on reboot of the server the container will not autostart either. @bigbanguswere you able to find a solution?

 

Yeah I just added: image.png.7faa16220a6ac8197c972e8f1a210c98.png to extra parameters in the docker template. That keeps it alive in case of any issues.

 

Also I added a NodeRed automation to notify my phones through Home Assistant if the docker ever goes down.

 

Also I turned off automatic updates on my Unifi controller because that was the cause of it going down because my z2m is on a POE device from TubeZB.

  • Like 1
Link to comment
  • 1 month later...

Not hopeful for a response as it looks like everyones questions are unanswered but here goes!

 

On the TasmoAdmin docker, the notes are "PLEASE Stop this container while not in use and during Tasmota upgrades"

 

My question is why must I stop the docker if I am not using it? I like to look at the info every few days and wonder why I have to manually start the docker each time?

Link to comment
  • 3 weeks later...
On 3/6/2022 at 5:43 AM, thostr said:

Hello

I am trying to set up zigbee2mqtt but having issues connecting to Web frondend. Both mosquitto broker and zigbee2mqtt has verified the connection.

Frontend have started on 0.0.0.0:8080 and I have forwarded port in docker configuration. I just can't figure out what I am missing....

 

What to do?

 

EDIT: uploaded screenshots

 

 

Try adding this one your yaml.

 

frontend:
port: 9442

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.