一、docker
docker run --name AwTriX2 -p 7000:7000 -p 7001:7001 -p 5568:5568/udp --restart always -e TZ=Europe/Berlin whyet/awtrix2:latest
----------------------------------------------------
docker run --name awtrix2 --restart always -p 7000:7000 -p 7001:7001 -p 5568:5568/udp -v /opt/awtrix2:/data -e TZ=Asia/Shanghai -e AWTRIX_BETA=true -e AUTOUPDATE=true whyet/awtrix2:latest
Beta Version
-e AWTRIX_BETA=true
-e AUTOUPDATE=true
AUTOUPDATE
You can Disable autoupdate bei setting:
-e AUTOUPDATE=false
Enter the following command in your SSH terminal for automatic installation
wget -N https://blueforcer.de/awtrix/awtrix.sh ; sudo sh awtrix.sh
Shortly after the start the web interface can be accessed via http://awtrix_ip:7000.
Starting AWTRIX
Sudo service awtrix start
Stop AWTRIX
Sudo service awtrix stop
AWTRIX Restart
Sudo service awtrix restart