Files
hassio-addons/omni-tools/config.json
Alexandre 6229e323e7 Use webui
2025-07-30 15:39:16 +02:00

24 lines
620 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": "v0.5.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}