new version of webinterface with improved admin support

new-webinterface
Simon Pirkelmann 2021-03-21 18:23:21 +01:00
parent 15ce23ca53
commit 353aae68e8
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PYTHON_DOOR_ADMIN_VERSION = 0.0.3
PYTHON_DOOR_ADMIN_VERSION = 0.0.5
PYTHON_DOOR_ADMIN_SOURCE = door_admin_v$(PYTHON_DOOR_ADMIN_VERSION).tar.gz
PYTHON_DOOR_ADMIN_SITE = https://git.imaginaerraum.de/Telos4/DoorAdmin/archive
PYTHON_DOOR_ADMIN_LICENSE = GPL-3.0

@ -1 +1 @@
Subproject commit 2efc2343b68a4b65dd239cbb0426074826d6f1b6
Subproject commit 4ac7e46ca84de79556401130d45a4e4e39593537

View File

@ -2,5 +2,6 @@
while true; do
start-stop-daemon -S -m -p /tmp/poll_desfire.pid -x /bin/poll_desfire -b -- /root/key /tmp/nfc_fifo
start-stop-daemon -v -p /tmp/fcpy.pid -S -b -m -v -x /usr/bin/python -- /bin/door.py
start-stop-daemon -v -p /tmp/webiface.pid -S -b -m -v -x /usr/bin/python -- /usr/bin/launch_webadmin
sleep 30
done