mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Bookstack 1.7.0
This commit is contained in:
parent
5540ebeecc
commit
a53be42dbb
4 changed files with 44 additions and 32 deletions
|
@ -732,10 +732,10 @@ SOFTWARE.
|
|||
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[appdaemon-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v1.6.1
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v1.6.1/README.md
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v1.7.0
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v1.7.0/README.md
|
||||
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v1.6.1-blue.svg
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v1.7.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Add Renovate for dependency management @frenck ([#212](https://github.com/hassio-addons/addon-bookstack/pull/212))
|
||||
- Renovate: Use loose versioning for Bookstack @frenck ([#215](https://github.com/hassio-addons/addon-bookstack/pull/215))
|
||||
- Fix spacing in Dockerfile @frenck ([#217](https://github.com/hassio-addons/addon-bookstack/pull/217))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update base image and dependencies @sinclairpaul ([#208](https://github.com/hassio-addons/addon-bookstack/pull/208))
|
||||
- ⬆️ Update Bookstack to v23.02.1 @sinclairpaul ([#209](https://github.com/hassio-addons/addon-bookstack/pull/209))
|
||||
- ⬆️ Update PHP to v8.1.17-r0 @renovate ([#218](https://github.com/hassio-addons/addon-bookstack/pull/218))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#213](https://github.com/hassio-addons/addon-bookstack/pull/213))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.5 @renovate ([#219](https://github.com/hassio-addons/addon-bookstack/pull/219))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 @renovate ([#220](https://github.com/hassio-addons/addon-bookstack/pull/220))
|
||||
- ⬆️ Update BookStackApp/BookStack to v23.02.3 @renovate ([#216](https://github.com/hassio-addons/addon-bookstack/pull/216))
|
||||
- ⬆️ Update PHP to v8.1.18-r0 @renovate ([#221](https://github.com/hassio-addons/addon-bookstack/pull/221))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 @renovate ([#222](https://github.com/hassio-addons/addon-bookstack/pull/222))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 @renovate ([#223](https://github.com/hassio-addons/addon-bookstack/pull/223))
|
||||
|
|
|
@ -39,6 +39,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v1.6.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v1.7.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/main/images/screenshot.png
|
|
@ -1,43 +1,43 @@
|
|||
name: Bookstack
|
||||
version: 1.7.0
|
||||
slug: bookstack
|
||||
description: Simple & Free Wiki Software
|
||||
url: https://github.com/hassio-addons/addon-bookstack
|
||||
codenotary: codenotary@frenck.dev
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Simple & Free Wiki Software
|
||||
image: ghcr.io/hassio-addons/bookstack/{arch}
|
||||
init: false
|
||||
services:
|
||||
- mysql:want
|
||||
map:
|
||||
- ssl
|
||||
name: Bookstack
|
||||
options:
|
||||
certfile: fullchain.pem
|
||||
envvars: []
|
||||
keyfile: privkey.pem
|
||||
ssl: false
|
||||
ports:
|
||||
80/tcp: 2665
|
||||
ports_description:
|
||||
80/tcp: Web interface
|
||||
options:
|
||||
envvars: []
|
||||
ssl: false
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
schema:
|
||||
remote_mysql_host: str?
|
||||
remote_mysql_database: str?
|
||||
remote_mysql_username: str?
|
||||
remote_mysql_password: password?
|
||||
remote_mysql_port: int?
|
||||
show_appkey: bool?
|
||||
appkey: str?
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
certfile: str
|
||||
keyfile: str
|
||||
ssl: bool
|
||||
envvars:
|
||||
- name: str
|
||||
value: str
|
||||
keyfile: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
remote_mysql_database: str?
|
||||
remote_mysql_host: str?
|
||||
remote_mysql_password: password?
|
||||
remote_mysql_port: int?
|
||||
remote_mysql_username: str?
|
||||
show_appkey: bool?
|
||||
ssl: bool
|
||||
services:
|
||||
- mysql:want
|
||||
slug: bookstack
|
||||
url: https://github.com/hassio-addons/addon-bookstack
|
||||
version: 1.6.1
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
image: ghcr.io/hassio-addons/bookstack/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue