mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
53 lines
No EOL
1.2 KiB
JSON
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}"
|
|
} |