⬆️ Updating add-on Bookstack to a07811b

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-01 14:27:23 +00:00
parent bfb5820b93
commit 3a3f3bcc08
4 changed files with 9 additions and 9 deletions

View file

@ -1 +1 @@
- :art: Replace icon with one that is actually viewable
- :hammer: Disable SSL by default

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/fce253c/README.md
[docs]: https://github.com/hassio-addons/addon-bookstack/blob/a07811b/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-fce253c-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/fce253c
[release-shield]: https://img.shields.io/badge/version-a07811b-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/a07811b
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Bookstack",
"version": "fce253c",
"version": "a07811b",
"slug": "bookstack",
"description": "Simple & Free Wiki Software",
"url": "https://github.com/hassio-addons/addon-bookstack",
@ -29,7 +29,7 @@
"80/tcp": "Web interface"
},
"options": {
"ssl": true,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},