@@ -6,7 +6,11 @@ IOTstack is a builder for docker-compose to easily make and maintain IoT stacks
6
6
7
7
The bulk of the README has moved to the Wiki. Please check it out [ here] ( https://github.com/gcgarner/IOTstack/wiki )
8
8
9
- * 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failded to start as a result of 11-28 change
9
+ * 2019-12-12 modified zigbee2mqtt template file
10
+ * 2019-12-12 Added Function to add custom containers to the stack
11
+ * 2019-12-12 PR cmskedgell: Added Homebridge
12
+ * 2019-12-12 PR 877dev: Added trimming of online backups
13
+ * 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failed to start as a result of 11-28 change
10
14
* 2019-12-03 Added terminal for postgres, temporarily removed setfacl from menu
11
15
* 2019-11-28 PR @stfnhmplr added diyHue
12
16
* 2019-11-28 Fixed update notification on menu
@@ -21,9 +25,7 @@ The bulk of the README has moved to the Wiki. Please check it out [here](https:/
21
25
* 2019-11-20 BUGFIX disable swap: swapfile recreation on reboot fixed. Re-run from menu to fix.
22
26
* Node-RED: serial port. New template adds privileged which allows acces to serial devices
23
27
* EspurinoHub: is available for testing see wiki entry
24
- * Menu: Now remembers last stack selection, first build will be blank then the next will select your last containers
25
- * BUGFIX: fixed issue where rsync gave issue on 'Preserve Environment and Config files'
26
- * BUGFIX: I incorrecly changed mosquittos volume mapping and it caused the container to restart. Reverted to the old volume mapping
28
+
27
29
28
30
***
29
31
@@ -71,6 +73,7 @@ This Docker stack consists of:
71
73
* MotionEye
72
74
* MariaDB
73
75
* Plex
76
+ * Homebridge
74
77
75
78
In addition, there is a write-up and some scripts to get a dynamic DNS via duckdns and VPN up and running.
76
79
@@ -193,4 +196,4 @@ If you use some of the tools in the project please consider donating or contribu
193
196
194
197
### Thanks
195
198
196
- @mrmx , @oscrx , @brianimmel , @Slyke , @AugustasV , @Paulf007 , @affankingkhan , @877dev , @Paraphraser , @stfnhmplr , @peyanski
199
+ @mrmx , @oscrx , @brianimmel , @Slyke , @AugustasV , @Paulf007 , @affankingkhan , @877dev , @Paraphraser , @stfnhmplr , @peyanski , @ cmskedgell
0 commit comments