mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Bookstack 0.1.0
This commit is contained in:
parent
bd48410a4d
commit
5c2c362661
6 changed files with 107 additions and 0 deletions
3
bookstack/CHANGELOG.md
Normal file
3
bookstack/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
🎉 Initial add-on release 🎉
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
31
bookstack/README.md
Normal file
31
bookstack/README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Home Assistant Community Add-on: 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: Simple & Free Wiki Software.
|
||||
|
||||
## About
|
||||
|
||||
BookStack is a simple, self-hosted, easy-to-use platform for organising and
|
||||
storing information.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
![Bookstack screenshot][screenshot]
|
||||
|
||||
[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/v0.1.0/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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png
|
48
bookstack/config.json
Normal file
48
bookstack/config.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "Bookstack",
|
||||
"version": "0.1.0",
|
||||
"slug": "bookstack",
|
||||
"description": "Simple & Free Wiki Software",
|
||||
"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",
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"ports": {
|
||||
"80/tcp": 2665
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web interface"
|
||||
},
|
||||
"options": {
|
||||
"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?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"image": "hassioaddons/bookstack-{arch}"
|
||||
}
|
BIN
bookstack/icon.png
Normal file
BIN
bookstack/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
bookstack/logo.png
Normal file
BIN
bookstack/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
Loading…
Add table
Add a link
Reference in a new issue