⬆️ Updating add-on Bookstack to d9b93d0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-01 23:51:59 +00:00
parent 7883e2bd87
commit d1db1ee3b1
4 changed files with 13 additions and 10 deletions

View file

@ -891,10 +891,10 @@ SOFTWARE.
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/c444a2b [addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/d9b93d0
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/c444a2b/README.md [addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/d9b93d0/README.md
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
[bookstack-version-shield]: https://img.shields.io/badge/version-c444a2b-blue.svg [bookstack-version-shield]: https://img.shields.io/badge/version-d9b93d0-blue.svg
[bookstack-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/bookstack-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1,5 @@
# Changelog since v0.2.1 # Changelog since v0.2.2
- ⬆Update base image to 7.0.4 - 📚Update docs for proxy_host
- ⬆Update php to 7.3.16-r0 - 🔨Add proxy_host/app_url variable
fixes #12
- ⬆Update base image to 7.0.5

View file

@ -40,11 +40,11 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-bookstack/blob/c444a2b/README.md [docs]: https://github.com/hassio-addons/addon-bookstack/blob/d9b93d0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck [forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-c444a2b-blue.svg [release-shield]: https://img.shields.io/badge/version-d9b93d0-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/c444a2b [release]: https://github.com/hassio-addons/addon-bookstack/tree/d9b93d0
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Bookstack", "name": "Bookstack",
"version": "c444a2b", "version": "d9b93d0",
"slug": "bookstack", "slug": "bookstack",
"description": "Simple & Free Wiki Software", "description": "Simple & Free Wiki Software",
"url": "https://github.com/hassio-addons/addon-bookstack", "url": "https://github.com/hassio-addons/addon-bookstack",
@ -39,6 +39,7 @@
"remote_mysql_username": "str?", "remote_mysql_username": "str?",
"remote_mysql_password": "password?", "remote_mysql_password": "password?",
"remote_mysql_port": "int?", "remote_mysql_port": "int?",
"proxy_host": "str?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",