repository-edge/bookstack/config.json
Community Hass.io Add-ons Bot df96ec1331 ⬆️ Updating add-on Bookstack to e7c5f86
2021-01-10 23:52:29 +00:00

50 lines
No EOL
1.1 KiB
JSON

{
"name": "Bookstack",
"version": "e7c5f86",
"slug": "bookstack",
"description": "Simple & Free Wiki Software",
"url": "https://github.com/hassio-addons/addon-bookstack",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"init": false,
"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?",
"proxy_host": "str?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"image": "hassioaddons/bookstack-{arch}"
}