mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Bookstack to ac91f17
This commit is contained in:
parent
1833394a51
commit
82b04e8021
4 changed files with 11 additions and 7 deletions
|
@ -820,10 +820,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/568a1cc
|
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/ac91f17
|
||||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/568a1cc/README.md
|
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/ac91f17/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-568a1cc-blue.svg
|
[bookstack-version-shield]: https://img.shields.io/badge/version-ac91f17-blue.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
|
||||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
# Changelog since v0.8.2
|
# Changelog since v0.8.2
|
||||||
|
- 🔨 Refactor nginx config with template (#55)
|
||||||
|
|
||||||
|
* 🔨 Refactor nginx config with template
|
||||||
|
|
||||||
|
* 🔨 Linting
|
||||||
- ⬆ Add php-ldap (#54)
|
- ⬆ Add php-ldap (#54)
|
||||||
- ⬆ Update bookstack to v0.31.6 (#53)
|
- ⬆ Update bookstack to v0.31.6 (#53)
|
||||||
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#51)
|
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#51)
|
||||||
|
|
|
@ -42,6 +42,6 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[forum]: https://community.home-assistant.io/?u=frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-568a1cc-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-ac91f17-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/568a1cc
|
[release]: https://github.com/hassio-addons/addon-bookstack/tree/ac91f17
|
||||||
[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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Bookstack",
|
"name": "Bookstack",
|
||||||
"version": "568a1cc",
|
"version": "ac91f17",
|
||||||
"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",
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"hassio_api": true,
|
|
||||||
"services": [
|
"services": [
|
||||||
"mysql:want"
|
"mysql:want"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue