⬆️ Updating add-on Bookstack to 383791c

This commit is contained in:
Community Hass.io Add-ons Bot 2019-06-20 23:16:32 +00:00
parent 6e2160863a
commit 247f6cdee4
4 changed files with 115 additions and 0 deletions

View file

@ -125,6 +125,20 @@ Open source password management solution
[:books: Bitwarden RS add-on documentation][addon-doc-bitwarden]
### ✓ [Bookstack][addon-bookstack]
![Latest Version][bookstack-version-shield]
![Supports armhf Architecture][bookstack-armhf-shield]
![Supports armv7 Architecture][bookstack-armv7-shield]
![Supports aarch64 Architecture][bookstack-aarch64-shield]
![Supports amd64 Architecture][bookstack-amd64-shield]
![Supports i386 Architecture][bookstack-i386-shield]
![Docker Pulls][bookstack-pulls-shield]
A platform for organising and storing information
[:books: Bookstack add-on documentation][addon-doc-bookstack]
### ✓ [Example][addon-example]
![Latest Version][example-version-shield]
@ -669,6 +683,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AirSonos][airsonos-issue]
- [Open an issue for the add-on: AppDaemon][appdaemon3-issue]
- [Open an issue for the add-on: Bitwarden RS][bitwarden-issue]
- [Open an issue for the add-on: Bookstack][bookstack-issue]
- [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: FlexTV][phlex-issue]
@ -815,6 +830,16 @@ 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/383791c
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/383791c/README.md
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
[bookstack-version-shield]: https://img.shields.io/badge/version-383791c-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
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/8a89fb0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/8a89fb0/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues

3
bookstack/CHANGELOG.md Normal file
View file

@ -0,0 +1,3 @@
2019/06/20 22:12 UTC - [383791c](https://github.com/hassio-addons/addon-bookstack/commit/383791cb9e04ed3c83aa9f4aca9bc7111dbb46af) by [@sinclairpaul](https://github.com/sinclairpaul)
> ⬆ Update composer to 1.8.6-r0

47
bookstack/README.md Normal file
View file

@ -0,0 +1,47 @@
# Community Hass.io Add-ons: Bookstack
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Bookstack.
## About
BookStack is a simple, self-hosted, easy-to-use platform for organising and
storing information.
[Click here for the full documentation][docs]
## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
- They may not work at all.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
- Developers.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/383791c/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/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-383791c-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/383791c

40
bookstack/config.json Normal file
View file

@ -0,0 +1,40 @@
{
"name": "Bookstack",
"version": "383791c",
"slug": "bookstack",
"description": "A platform for organising and storing information",
"url": "https://github.com/hassio-addons/addon-bookstack",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"map": [
"ssl"
],
"ports": {
"80/tcp": 2665
},
"ports_description": {
"80/tcp": "Web interface"
},
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"image": "hassioaddons/bookstack-{arch}"
}