Commit Graph

12 Commits

Author SHA1 Message Date
Ron Miller
61a6e7cefe Disable binlogging by default (#204)
* Add binlogging caps

The default binlogging for mariadb will easily fill a modest disk after a couple of weeks on a busy instance.  This setting will limit that usage and have mariadb rotate the logs out after 1 day.

* Disable binlogging on mariadb

Binlogging will, by default, run amok on the drive and fill it.  It's also going to run a lot of write cycles to SD cards which will considerably shorten their lifespan.

* Update run.sh

* Update config.json
2017-11-29 11:52:50 +01:00
Pascal Vizeli
3ce9fd504f Update Dockerfile 2017-09-25 00:02:53 +02:00
Fabian Affolter
15eb72cb60 Update description 2017-08-04 21:11:58 +02:00
Pascal Vizeli
f6f6eff2a3 Add mariadb logo 2017-08-02 23:39:11 +02:00
Pascal Vizeli
ce3ff8a91b Cleanup startup logo (#150)
* startup dhcp

* startup dnsmasq

* startup duckdns

* startup mariadb

* startup nginx

* Update config.json
2017-07-23 17:11:59 +02:00
Pascal Vizeli
21c5119c70 Update config.json 2017-07-07 00:08:02 +02:00
Pascal Vizeli
429793a14d Update config.json 2017-06-28 00:09:39 +02:00
Pascal Vizeli
ddf62eee56 Shutdown DB 2017-06-27 22:51:55 +02:00
Pascal Vizeli
0a280923a3 fix config 2017-06-27 22:26:16 +02:00
Pascal Vizeli
a7fe23e3b2 fix lint 2017-06-27 22:06:27 +02:00
Pascal Vizeli
828f821afd Finish addon 2017-06-27 21:44:25 +02:00
pvizeli
004a951580 Add mariadb addon 2017-06-27 17:59:51 +02:00