Browse Source

Added all container files

hmetzner 6 years ago
parent
commit
4c29f48916

+ 16 - 0
awtrix-compose.yml

@@ -0,0 +1,16 @@
+version: "2"
+services:
+  awtrix:
+    restart: always
+    ports:
+        - "7000:7000" # Webinterface
+        - "7001:7001" # AWTRIXController
+        - "7002:7002" # LiveDraw
+    container_name: awtrix
+    image: o0shojo0o/awtrix:latest
+    environment:
+        - TZ=Europe/Berlin
+    volumes:
+        - /etc/localtime:/etc/localtime:ro
+        - ./data/plugins:/data/plugins
+        - ./data/config:/data/config

+ 28 - 0
data/config/datastore

@@ -0,0 +1,28 @@
+#Thu Jan 31 18:20:01 CET 2019
+sleepBrightness=20
+MQTTport=null
+timerSound=alarm.mp3
+textColor=0,200,200
+endTime=06\:00
+FritzBoxIP=192.168.178.1
+activePlugins=time
+MQTThost=null
+tcpPort=2555
+udpPort=5181
+sleepMode=false
+switchAnimation=true
+espIP=192.168.178.89
+startTime=23\:00
+timerTicks=20
+webServerPort=7000
+FritzCaller=false
+MQTTclient=false
+MQTTuser=null
+MQTTpass=null
+liveDrawer=false
+brightness=100
+appDuration=20
+updateInterval=600
+bootScreen=false
+centerText=true
+sleepApp=time

+ 7 - 0
data/plugins/gas.ax

@@ -0,0 +1,7 @@
+#Thu Jan 31 18:31:14 CET 2019
+Latitude=49.350063
+Type=diesel
+Longitude=8.247791
+APIKey=9961c626-26de-7c29-a9b8-6e7bd9131779
+updateInterval=0
+Radius=2

BIN
data/plugins/gas.png


BIN
data/plugins/gasPlugin.jar


BIN
data/plugins/news.png


+ 3 - 0
data/plugins/time.ax

@@ -0,0 +1,3 @@
+#Thu Jan 31 18:31:14 CET 2019
+updateInterval=0
+showWeekday=true

BIN
data/plugins/time.png


BIN
data/plugins/timePlugin.jar


+ 4 - 0
data/plugins/weather.ax

@@ -0,0 +1,4 @@
+#Thu Jan 31 18:51:56 CET 2019
+Location=49.35,8.26
+APIKey=dbed6bb5ca89449f97f174621193101
+updateInterval=0

BIN
data/plugins/weather.png


BIN
data/plugins/weatherPlugin.jar


+ 1 - 0
docker-compose.yml

@@ -0,0 +1 @@
+awtrix-compose.yml