⬆️ Updating add-on Bookstack to 9d82575

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-25 21:15:43 +00:00
parent 179342aa2d
commit 07077b05c3
4 changed files with 37 additions and 36 deletions

View file

@ -1,6 +1,7 @@
## Whats changed
## ⬆️ 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))
# Changelog since v1.6.1
- ⬆️ Update PHP to v8.1.17-r0 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Fix spacing in Dockerfile (#217)
- Renovate: Use loose versioning for Bookstack (#215)
- Add Renovate for dependency management (#212)

View file

@ -42,6 +42,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.0-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v1.6.0
[release-shield]: https://img.shields.io/badge/version-9d82575-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/9d82575
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/main/images/screenshot.png

View file

@ -1,43 +1,43 @@
name: Bookstack
version: 9d82575
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.0
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
image: ghcr.io/hassio-addons/bookstack/{arch}