repository-edge/sqlite-web/config.json
Community Hass.io Add-ons Bot 08eefb81c6 ⬆️ Updating add-on SQLite Web to 5c75291
2020-08-13 09:46:46 +00:00

53 lines
No EOL
1.2 KiB
JSON

{
"name": "SQLite Web",
"version": "5c75291",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6210]",
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:database",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"auth_api": true,
"hassio_api": true,
"hassio_role": "default",
"ports": {
"80/tcp": null,
"6220/tcp": 6220
},
"ports_description": {
"80/tcp": "SQLite Web interface (Not required for Ingress)",
"6220/tcp": "Datasette API endpoint"
},
"map": [
"ssl",
"config:rw"
],
"options": {
"database_path": "home-assistant_v2.db",
"read_only": true,
"datasette": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"database_path": "str",
"read_only": "bool",
"datasette": "bool",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"image": "hassioaddons/sqlite-web-{arch}"
}