mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Bookstack 0.2.3
This commit is contained in:
parent
9436ce26f5
commit
e034fa8dec
4 changed files with 13 additions and 11 deletions
|
@ -851,10 +851,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/v0.2.2
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.2.2/README.md
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.2.3
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.2.3/README.md
|
||||
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v0.2.2-blue.svg
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v0.2.3-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
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
General maintenance release
|
||||
Maintenance and adds config for external reverse proxy.
|
||||
|
||||
- ⬆Update base image to 7.0.4
|
||||
- ⬆Update php to 7.3.16-r0
|
||||
- 📚Update docs for proxy_host
|
||||
- 🔨Add proxy_host/app_url variable fixes #12
|
||||
- ⬆Update base image to 7.0.5
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-bookstack/compare/v0.2.1...v0.2.2
|
||||
[changelog]: https://github.com/hassio-addons/addon-bookstack/compare/v0.2.2...v0.2.3
|
|
@ -37,11 +37,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/v0.2.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-bookstack/blob/v0.2.3/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-v0.2.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.2.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.2.3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bookstack",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"slug": "bookstack",
|
||||
"description": "Simple & Free Wiki Software",
|
||||
"url": "https://github.com/hassio-addons/addon-bookstack",
|
||||
|
@ -39,6 +39,7 @@
|
|||
"remote_mysql_username": "str?",
|
||||
"remote_mysql_password": "password?",
|
||||
"remote_mysql_port": "int?",
|
||||
"proxy_host": "str?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue