mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
24 lines
619 B
JSON
24 lines
619 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser",
|
|
"image": "ghcr.io/alexbelgium/omni-tools-{arch}",
|
|
"map": [
|
|
"addon_config:rw"
|
|
],
|
|
"name": "Omni Tools",
|
|
"ports": {
|
|
"80/tcp": 8188
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web UI port"
|
|
},
|
|
"slug": "omni-tools",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.6.0",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
|
}
|