diff --git a/README.md b/README.md index bf06955f4..cc4a7ba5b 100644 --- a/README.md +++ b/README.md @@ -901,10 +901,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/a447bcd -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/a447bcd/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/5049dcb +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/5049dcb/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-a447bcd-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-5049dcb-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 60f1ca92c..d638be258 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1 +1 @@ -- 📚Typo +- :hammer: Updates for upstream Supervisor changes diff --git a/bookstack/README.md b/bookstack/README.md index f271dd203..d35300782 100644 --- a/bookstack/README.md +++ b/bookstack/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: Bookstack +# Community Home Assistant Add-on: Bookstack [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -19,8 +19,8 @@ storing information. ## WARNING! THIS IS AN EDGE VERSION! -This Home Assistanto Add-ons repository contains edge builds of add-ons. Edge -builds add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -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/a447bcd/README.md +[docs]: https://github.com/hassio-addons/addon-bookstack/blob/5049dcb/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-a447bcd-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/a447bcd +[release-shield]: https://img.shields.io/badge/version-5049dcb-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/5049dcb [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 b59ee6aec..ddd49583f 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "a447bcd", + "version": "5049dcb", "slug": "bookstack", "description": "A platform for organising and storing information", "url": "https://github.com/hassio-addons/addon-bookstack", @@ -32,12 +32,12 @@ "keyfile": "privkey.pem" }, "schema": { - "database_location": "match(^(local|remote)$)?", + "database_location": "list(local|remote)?", "mysql_host": "str?", "mysql_database": "str?", "mysql_user": "str?", - "mysql_password": "str?", - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "mysql_password": "password?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str", "ssl": "bool"