From 6fe6a1f054d6cf395d0b521c02acad9dbda452fa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:54:43 +0200 Subject: [PATCH] Update config.json --- omni-tools/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/omni-tools/config.json b/omni-tools/config.json index 80b0d1aa5..923d62065 100644 --- a/omni-tools/config.json +++ b/omni-tools/config.json @@ -6,10 +6,14 @@ "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}", + "ingress": true, + "ingress_stream": true, "map": [ "addon_config:rw" ], "name": "Omni Tools", + "panel_admin": false, + "panel_icon": "mdi:toolbox", "ports": { "80/tcp": 8188 }, @@ -18,5 +22,5 @@ }, "slug": "omni-tools", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.5.0_test" + "version": "0.5.0" }