Skip to content

Official Docker Container for Awtrix2 Host in collaboration with Blueforcer.

Notifications You must be signed in to change notification settings

johnluo/Awtrix2-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Awtrix2-Docker

Official Docker Container for Awtrix2 Host in collaboration with Blueforcer.

The Container is based on the anapsix/alpine-java:8_JDK image.

It has an autoupdate feature witch will get the latest Host from the Awtrix Site on a restart from the Container.

Getting Started

docker run --name AwTriX2 -p 7000:7000 -p 7001:7001 -p 5568:5568/udp --restart always -e TZ=Europe/Berlin whyet/awtrix2:latest

Additional Ports:

-p 80:80 For Amazon Alexa Support you need this Port. If This Port is already used this can be changed in the config file.

For persistent Data add:

-v pwd:/data

Set Language

If you want AWTRIX to automatically display some apps like DayOfTheWeek in your local language/format (e.g. "Sonntag" instead of "Sunday") you can specify this with an eviroment variable.

-e JAVA_TOOL_OPTIONS="-Duser.language=de -Duser.country=DE"

Where de is your two-letter language code. (see ISO 639-2)
And DE is your two-letter country code. (see ISO 3166-1 alpha-2)

Support for Creating Docker Containers ;)

Buy Me A Coffee

About

Official Docker Container for Awtrix2 Host in collaboration with Blueforcer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%