Creates web interface to DSC/Envisalink with proxy. Since the Envisalink module can only have one connection, this phython script can create a proxy so that multiple connections can be used.
See alarmserver.cfg file for instructions on customizing.
Default web address is http://<server ip address>:8111
wget /~https://github.com/rtorchia/DSC-AlarmServer/archive/refs/heads/main.zip
unzip main.zip
cd DSC-AlarmServer-main
apt update
apt install nano
nano alarmserver.cfg
docker build -t alarmserver-slim .
docker run -d -p 4025:4025 -p 8111:8111 -e TZ=America/Detroit --restart=always --name alarmserver alarmserver-slim
docker exec -u 0 -it alarmserver /bin/bash
apt update
apt install nano
nano alarmserver.cfg
docker restart alarmserver