From 3833fb48868287daac3e7129135288bbf6ec4141 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 14 Feb 2020 19:51:20 +0000 Subject: [PATCH] :arrow_up: Updating add-on Bookstack to ee8da14 --- README.md | 6 +++--- bookstack/CHANGELOG.md | 2 +- bookstack/README.md | 6 +++--- bookstack/config.json | 16 +++++++++------- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a27a1a7f9..62a3a3593 100644 --- a/README.md +++ b/README.md @@ -916,10 +916,10 @@ SOFTWARE. [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/056d435 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/056d435/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/ee8da14 +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/ee8da14/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-056d435-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-ee8da14-blue.svg [bookstack-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/bookstack-armhf.svg [bookstack-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/bookstack/CHANGELOG.md b/bookstack/CHANGELOG.md index 844e66104..8f85f00da 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1 +1 @@ -- :hammer: Re-branding +- ✨Utilise HA services for MariaDB diff --git a/bookstack/README.md b/bookstack/README.md index cfc3a1313..9574792c7 100644 --- a/bookstack/README.md +++ b/bookstack/README.md @@ -40,11 +40,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-bookstack/blob/056d435/README.md +[docs]: https://github.com/hassio-addons/addon-bookstack/blob/ee8da14/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-056d435-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/056d435 +[release-shield]: https://img.shields.io/badge/version-ee8da14-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/ee8da14 [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png \ No newline at end of file diff --git a/bookstack/config.json b/bookstack/config.json index 0c02c6475..add65439e 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "056d435", + "version": "ee8da14", "slug": "bookstack", "description": "A platform for organising and storing information", "url": "https://github.com/hassio-addons/addon-bookstack", @@ -16,6 +16,9 @@ "boot": "auto", "hassio_api": true, "hassio_role": "default", + "services": [ + "mysql:want" + ], "map": [ "ssl" ], @@ -26,17 +29,16 @@ "80/tcp": "Web interface" }, "options": { - "database_location": "local", "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { - "database_location": "list(local|remote)?", - "mysql_host": "str?", - "mysql_database": "str?", - "mysql_user": "str?", - "mysql_password": "password?", + "remote_mysql_host": "str?", + "remote_mysql_database": "str?", + "remote_mysql_username": "str?", + "remote_mysql_password": "password?", + "remote_mysql_port": "int?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str",