⬆️ Updating add-on Bookstack to ee8da14

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-14 19:51:20 +00:00
parent a78c4149d1
commit 3833fb4886
4 changed files with 16 additions and 14 deletions

View file

@ -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

View file

@ -1 +1 @@
- :hammer: Re-branding
- ✨Utilise HA services for MariaDB

View file

@ -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

View file

@ -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",