repository-edge/bookstack/config.json
Community Hass.io Add-ons Bot cf5fa42f50 ⬆️ Updating add-on Bookstack to b364d77
2022-01-01 00:56:24 +00:00

54 lines
No EOL
1.1 KiB
JSON

{
"name": "Bookstack",
"version": "b364d77",
"slug": "bookstack",
"description": "Simple & Free Wiki Software",
"url": "https://github.com/hassio-addons/addon-bookstack",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"init": false,
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"services": [
"mysql:want"
],
"map": [
"ssl"
],
"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"
}
]
},
"image": "ghcr.io/hassio-addons/bookstack/{arch}"
}