Sorting by

×
zorruno wikki: history "Tasmota Device Manager and Docker"

Revision history for TDMDocker


Revision [6228]

Last edited on 2020-08-23 04:36:20 by ZorrUno

No Differences

Revision [6227]

Edited on 2020-08-23 04:36:20 by ZorrUno
Additions:
--
CategoryDocker
CategoryMicrocontrol
CategoryHomeAutomation


Revision [6226]

Edited on 2020-08-23 04:34:53 by ZorrUno

No Differences

Revision [6225]

Edited on 2020-08-23 04:34:53 by ZorrUno
Additions:
//WARNING: My wiki editor stuff up spacing currently and may transform spaces into tabs... so this YML file likely won't work if you don't tidy it up sorry (I plan to fix the editor...)//


Revision [6178]

Edited on 2020-08-21 00:13:58 by ZorrUno

No Differences

Revision [6177]

Edited on 2020-08-21 00:13:58 by ZorrUno
Additions:
# Set the name of the application (this appears in the browser)
ENV APP_NAME="Tasmota Device Manager"


Revision [6176]

Edited on 2020-08-21 00:12:21 by ZorrUno

No Differences

Revision [6175]

Edited on 2020-08-21 00:12:21 by ZorrUno
Additions:
**Base container ENV variables** [[https://github.com/jlesage/docker-baseimage-gui/#environment-variables https://github.com/jlesage/docker-baseimage-gui/#environment-variables]]
Deletions:
**Base container ENV variables**https://github.com/jlesage/docker-baseimage-gui/#environment-variables


Revision [6174]

Edited on 2020-08-21 00:11:51 by ZorrUno

No Differences

Revision [6173]

Edited on 2020-08-21 00:11:51 by ZorrUno
Additions:
**Base container ENV variables**https://github.com/jlesage/docker-baseimage-gui/#environment-variables


Revision [6172]

Edited on 2020-08-21 00:00:58 by ZorrUno

No Differences

Revision [6171]

Edited on 2020-08-21 00:00:58 by ZorrUno
Additions:
**Tasmota Device Manager**: https://github.com/jziolkowski/tdm
**""NoVNC""**: https://novnc.com/info.html
Deletions:
Tasmota Device Manager: https://github.com/jziolkowski/tdm
NoVNC: https://novnc.com/info.html


Revision [6170]

Edited on 2020-08-20 23:59:44 by ZorrUno

No Differences

Revision [6169]

Edited on 2020-08-20 23:59:44 by ZorrUno
Additions:
=====startapp.sh=====
Deletions:
=====/startapp.sh=====


Revision [6168]

Edited on 2020-08-20 23:59:27 by ZorrUno

No Differences

Revision [6167]

Edited on 2020-08-20 23:59:27 by ZorrUno
Additions:
=====docker-compose.yml=====
Deletions:
=====Docker Compose=====


Revision [6166]

Edited on 2020-08-20 23:58:46 by ZorrUno

No Differences

Revision [6165]

Edited on 2020-08-20 23:58:46 by ZorrUno
Additions:
View remotely with %%http://[HOST IP ADDR]:5810%%
Tasmota Device Manager: https://github.com/jziolkowski/tdm
NoVNC: https://novnc.com/info.html
Deletions:
View with %%http://[HOST IP ADDR]:5810%% remotely
Tasmota Device Manager
https://github.com/jziolkowski/tdm


Revision [6164]

Edited on 2020-08-20 23:57:21 by ZorrUno

No Differences

Revision [6163]

Edited on 2020-08-20 23:57:21 by ZorrUno
Additions:
Allows Tasmota Device manager (tdmgr), which is a python GUI application to run in a docker container, and uses noVNC (HTML5 web based VNC client) to let you view tdmgr remotely.
View with %%http://[HOST IP ADDR]:5810%% remotely
Tasmota Device Manager
https://github.com/jziolkowski/tdm
----
Deletions:
Allows Tasmota Device manager (TDMGR), which is a python GUI application to run on docker, and uses noVNC (HTML5 web based VNC client) to let you view tdmgr remotely.
View with http://[HOST IP ADDR]:5810 remotely


Revision [6162]

Edited on 2020-08-20 23:54:46 by ZorrUno

No Differences

Revision [6161]

Edited on 2020-08-20 23:54:46 by ZorrUno
Additions:
=====Notes=====
Allows Tasmota Device manager (TDMGR), which is a python GUI application to run on docker, and uses noVNC (HTML5 web based VNC client) to let you view tdmgr remotely.
View with http://[HOST IP ADDR]:5810 remotely
You can also use a VNC client directly at port 5910
Originally from https://hub.docker.com/r/marcelkordek/tasmota-device-manager (but this appears to have been abandoned)

# see https://github.com/jlesage/docker-baseimage-gui/#environment-variables
# Copy the start script
- '5810:5800'
- '5910:5900'
export HOME=/config
Deletions:
#FROM debian:stable
# Copy the start script.
# Expose ports
#EXPOSE 5810 5910
- '5810:5810'
- '5910:5910'
export HOME=/home/app
=====Error Logs=====
[app] starting DockerApp...
Traceback (most recent call last):
File "/usr/local/bin/tdmgr.py", line 577, in <module>
start()
File "/usr/local/bin/tdmgr.py", line 570, in start
MW = MainWindow()
File "/usr/local/bin/tdmgr.py", line 61, in __init__
os.mkdir("{}/TDM".format(QDir.homePath()))
FileNotFoundError: [Errno 2] No such file or directory: '/home/app/TDM'


Revision [6160]

Edited on 2020-08-20 10:24:50 by ZorrUno

No Differences

Revision [6159]

Edited on 2020-08-20 10:24:50 by ZorrUno
Additions:
=====Error Logs=====
[app] starting DockerApp...
Traceback (most recent call last):
File "/usr/local/bin/tdmgr.py", line 577, in <module>
start()
File "/usr/local/bin/tdmgr.py", line 570, in start
MW = MainWindow()
File "/usr/local/bin/tdmgr.py", line 61, in __init__
os.mkdir("{}/TDM".format(QDir.homePath()))
FileNotFoundError: [Errno 2] No such file or directory: '/home/app/TDM'


Revision [6158]

Edited on 2020-08-20 10:19:37 by ZorrUno

No Differences

Revision [6157]

Edited on 2020-08-20 10:19:37 by ZorrUno
Additions:
RUN apt-get update && apt-get upgrade -y
Deletions:
RUN apt-get update && apt-get upgrade


Revision [6156]

Edited on 2020-08-20 10:14:40 by ZorrUno

No Differences

Revision [6155]

Edited on 2020-08-20 10:14:40 by ZorrUno
Additions:
=====/startapp.sh=====
#!/bin/sh
export HOME=/home/app
exec /usr/bin/python3 /usr/local/bin/tdmgr.py


Revision [6154]

Edited on 2020-08-20 10:13:11 by ZorrUno

No Differences

Revision [6153]

Edited on 2020-08-20 10:13:11 by ZorrUno
Additions:
FROM jlesage/baseimage-gui:debian-10
#FROM debian:stable
RUN apt-get update && apt-get upgrade
RUN add-pkg libqt5x11extras5 python3 python3-pip git -y --no-install-recommends
Deletions:
FROM jgoerzen/debian-base-minimal
RUN apt-get update && apt-get install python3 python3-pip -y --no-install-recommends


Revision [6152]

Edited on 2020-08-20 10:09:48 by ZorrUno

No Differences

Revision [6151]

Edited on 2020-08-20 10:09:48 by ZorrUno
Additions:
build: .
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
ports:
- '5810:5810'
- '5910:5910'
container_name: tasmota-device-manager
hostname: tasmota-device-manager
restart: unless-stopped
Deletions:
build: .
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
ports:
- '5810:5810'
container_name: tasmota-device-manager
hostname: tasmota-device-manager
restart: unless-stopped


Revision [6150]

Edited on 2020-08-20 05:12:21 by ZorrUno

No Differences

Revision [6149]

Edited on 2020-08-20 05:12:21 by ZorrUno
Additions:
ports:
- '5810:5810'
Deletions:
ports:
- '5810:5810'


Revision [6148]

Edited on 2020-08-20 05:10:30 by ZorrUno

No Differences

Revision [6147]

Edited on 2020-08-20 05:10:30 by ZorrUno
Additions:
volumes:
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
ports:
- '5810:5810'
hostname: tasmota-device-manager
Deletions:
volumes:
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
ports:
- '5810:5810'


Revision [6146]

Edited on 2020-08-20 05:07:22 by ZorrUno

No Differences

Revision [6145]

Edited on 2020-08-20 05:07:22 by ZorrUno
Additions:
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
Deletions:
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"


Revision [6144]

Edited on 2020-08-20 05:07:03 by ZorrUno

No Differences

Revision [6143]

Edited on 2020-08-20 05:07:03 by ZorrUno
Additions:
#ENV TZ="Pacific/Auckland"
#EXPOSE 5810 5910
- "/dockervolumes/tasmota-device-manager/config:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
Deletions:
ENV TZ="Pacific/Auckland"
EXPOSE 5810 5910
- /dockervolumes/tasmota-device-manager/config:/config


Revision [6142]

Edited on 2020-08-20 04:54:51 by ZorrUno

No Differences


Full history for this page cannot be displayed within a single page, click here to view more.