repository/bookstack/config.json
Community Hass.io Add-ons Bot a0c5346cee 🎉 Release of add-on Bookstack 0.3.0
2020-04-13 22:13:17 +00:00

49 lines
No EOL
1 KiB
JSON

{
"name": "Bookstack",
"version": "0.3.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?",
"proxy_host": "str?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"image": "hassioaddons/bookstack-{arch}"
}