November 8, 20214 yr 21 hours ago, Kameleon83 said: Hello and thank you, Yes, that's a good idea. I will try to integrate that later. I am quite busy in the coming days. --------------------- Bonjour et merci, Oui, c'est une bonne idée. Je vais essayer d'intégrer cela par la suite. Je suis assez occupé dans les jours à venir. I wouldn't imagine there is, but does a GitHub page exist for this project? I'd love to try to integrate something like this for my VMware environment as well as the VMs on my unraid server.
November 8, 20214 yr 20 hours ago, Kameleon83 said: Thanks for your feedback. Being a small mistake, I took 2 minutes to correct it. Update and try again. Thanks very much, just tested. Works perfect now.
November 8, 20214 yr Author I open my bitbucket. https://[email protected]/kameleon83/unraid-docker-webui.git
November 13, 20214 yr Author - Adding zoom in/out - Adding a filter - Add a HOST environment variable to set your HOSTNAME or dns (if ports are open)
November 16, 20214 yr I seem to be having an issue where I click the docker I wish to view and it seems to try to connect me to a different tower that I've never seen before called saminthedark (apologies to anyone who has that). Not sure what to do. Doesn't connect to any of my docker containers either. Worked before, but seems to have recently come up.
November 16, 20214 yr Author 11 minutes ago, asopala said: I seem to be having an issue where I click the docker I wish to view and it seems to try to connect me to a different tower that I've never seen before called saminthedark (apologies to anyone who has that). Not sure what to do. Doesn't connect to any of my docker containers either. Worked before, but seems to have recently come up. It’s normal. A new input on config (HOST). Change value and it will fine.
December 3, 20214 yr Hi, can't access the webui, this is the error in the log: http: panic serving 192.168.1.8:50930: interface conversion: interface {} is nil, not bool goroutine 19 [running]: Any suggestion?
December 3, 20214 yr Author 2 hours ago, Serverless said: Hi, can't access the webui, this is the error in the log: http: panic serving 192.168.1.8:50930: interface conversion: interface {} is nil, not bool goroutine 19 [running]: Any suggestion? Do you have the line with the error? Can you also send me your file, located in: /var/local/emhttp/plugins/dynamix.docker.manager/docker.json I work with this file. And according to your error, it tries to transform an information into a boolean when it should only be true or false. No sensitive data exists in this file but just in case, check it. Thanks for your feedback. Edited December 3, 20214 yr by Kameleon83
December 3, 20214 yr 1 hour ago, Kameleon83 said: Do you have the line with the error? Can you also send me your file, located in: /var/local/emhttp/plugins/dynamix.docker.manager/docker.json I work with this file. And according to your error, it tries to transform an information into a boolean when it should only be true or false. No sensitive data exists in this file but just in case, check it. Thanks for your feedback. Hi, I attached the file you requested. I noted that there is one strange entry with the name of docker container "0" and all the vaules at "null"... Thanks! webgui error.txt docker.json Edited December 3, 20214 yr by Serverless
December 3, 20214 yr 12 minutes ago, Serverless said: Hi, I attached the file you requested. I noted that there is one strange entry with the name of docker container "0" and all the vaules at "null"... Thanks! webgui error.txt 2.13 kB · 0 downloads docker.json 11.81 kB · 0 downloads Ok, I removed those lines and now everything is ok. Thanks for the hint, but I really don't know why that entry was generated...
December 4, 20214 yr Author 17 hours ago, Serverless said: Ok, I removed those lines and now everything is ok. Thanks for the hint, but I really don't know why that entry was generated... Thanks for the feedback. Thanks to your mistake, I put a security in case the problem comes back. I don't know why you got a 'null' instead of 'true' or 'false'.
December 29, 20214 yr I added a small JS code in a user JS extension : window.onload = function(){ document.getElementById("filter").focus(); }; maybe it's something that you can integrate directly?
December 29, 20214 yr Author 17 minutes ago, dada051 said: I added a small JS code in a user JS extension : window.onload = function(){ document.getElementById("filter").focus(); }; maybe it's something that you can integrate directly? Hello, This is a good idea. I just put an autofocus on the input #filter. 😎
January 5, 20224 yr Hello! I am getting the following error: 2022/01/05 23:28:47 main.go:101: parse "http://192.168.86.16:[PORT:]": invalid port ":]" after host 2022/01/05 23:28:47 server.go:3160: http: panic serving 192.168.86.60:56012: runtime error: invalid memory address or nil pointer dereference
January 6, 20224 yr Look at your various templates. One of them has a webUI entry of http://[IP]:[PORT:] The [PORT:] part is invalid and should have a number in there
January 6, 20224 yr 22 minutes ago, ZachunRAID said: That was it, thanks! DuckDNS was the offending container. Thanks. Probably due to how LSIO generates the templates that entry is stuck in there, but I'll remove it from CA for installs going forward
January 7, 20224 yr On 9/7/2021 at 3:10 PM, Meles Meles said: It doesn't take into account a container having its own IP address I have the same problem. I have a docker container with a fixed IP address and when i click spore its tab the app takes me back to the Unraid login screen. How can I solve this issue ? I think I missing something in the configuration tab. I set as HOST the IP address of the Unraid server, but in this way only the bridge dockers work well, not the br0 with it's own fixed IP.
January 7, 20224 yr Author 11 hours ago, Davide95 said: I have the same problem. I have a docker container with a fixed IP address and when i click spore its tab the app takes me back to the Unraid login screen. How can I solve this issue ? I think I missing something in the configuration tab. I set as HOST the IP address of the Unraid server, but in this way only the bridge dockers work well, not the br0 with it's own fixed IP. Hello Davide95, Indeed, you have to put the HOST of your Unraid or a remote Host with a DynDNS. My software retrieves the file /var/local/emhttp/plugins/dynamix.docker.manager/docker.json. Can you send me this file, privately? Also tell me the container, so I can try to find a solution if it is possible. Have a nice day.
January 9, 20224 yr Author Hello, I have added a UNRAID_IP variable. It will allow to set the IP address of the server by default. So if a container does not have the same IP then it will not replace it with HOST. The template has changed.
January 13, 20224 yr On 1/9/2022 at 6:56 AM, Kameleon83 said: Hello, I have added a UNRAID_IP variable. It will allow to set the IP address of the server by default. So if a container does not have the same IP then it will not replace it with HOST. The template has changed. Hey, thanks for the active work on this Web-App I would like to understand more on what these variables are doing internally. I have them both set to the local IP address of server. Some more context may be better for understanding. Also, how can I change the title of your page "Docker Web UI" to what I want to? as I keep this tab open all the time and would like to rename to something I can quickly get to. Thanks for the app again. Cheers!
January 14, 20224 yr Author 14 hours ago, Shomil Saini said: Hey, thanks for the active work on this Web-App I would like to understand more on what these variables are doing internally. I have them both set to the local IP address of server. Some more context may be better for understanding. Also, how can I change the title of your page "Docker Web UI" to what I want to? as I keep this tab open all the time and would like to rename to something I can quickly get to. Thanks for the app again. Cheers! I'm watching this this weekend. I'll explain it a bit better and put another environment variable for the page title.
January 16, 20224 yr Author On 1/13/2022 at 7:16 PM, Shomil Saini said: Hey, thanks for the active work on this Web-App I would like to understand more on what these variables are doing internally. I have them both set to the local IP address of server. Some more context may be better for understanding. Also, how can I change the title of your page "Docker Web UI" to what I want to? as I keep this tab open all the time and would like to rename to something I can quickly get to. Thanks for the app again. Cheers! I added a TITLE variable to change the title of the page. By default, I left Docker WebUI. I also changed the description on page 1. I hope it will be newer understandable on how to use the variables. If you want to see newer, go to the BitBucket
January 16, 20224 yr Keep getting this when accessing the web gui. I removed my IP and put <IP> instead This page isn’t working <IP> didn’t send any data. ERR_EMPTY_RESPONSE Here's my docker json if you want it docker.json
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.