commit f56661bb8fb56fd7e3f15fc97e852428f5e5090c Author: fhs52267 Date: Sun Mar 22 14:41:45 2026 +0100 init diff --git a/overmesh/config.yaml b/overmesh/config.yaml new file mode 100644 index 0000000..92c7e86 --- /dev/null +++ b/overmesh/config.yaml @@ -0,0 +1,11 @@ +name: "OverMesh" +slug: "overmesh" +description: "Web management UI for Meshtastic" +version: "1.0.0" +arch: + - aarch64 + - amd64 +image: "slofi/overmesh:{arch}" +ingress: true +panel_icon: "mdi:lan-connect" +devices: [] diff --git a/repository.yaml b/repository.yaml new file mode 100644 index 0000000..13acd7a --- /dev/null +++ b/repository.yaml @@ -0,0 +1,3 @@ +name: "My Custom Add-ons" +url: "https://git.sgruber.at/ha/addons" +maintainer: "Simon"