Fix Docker access by using Supervisor API - v1.0.8

This commit is contained in:
Jørgen Ferdinand 2025-03-07 22:47:06 +01:00
parent b45f98f1e8
commit 42bc50328f
2 changed files with 32 additions and 29 deletions

View file

@ -1,5 +1,5 @@
name: "Newt Add-on"
version: "1.0.7" # Incremented to force update
version: "1.0.8"
slug: "newt"
description: "Runs the Newt container inside Home Assistant using Supervisor API"
arch:
@ -7,12 +7,10 @@ arch:
- armv7
- armhf
- aarch64
startup: "system"
boot: "auto"
startup: system
boot: auto
host_network: true
privileged:
- SYS_ADMIN
- NET_ADMIN
privileged: true
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id"
@ -24,4 +22,4 @@ schema:
hassio_api: true
homeassistant_api: true
auth_api: true
hassio_role: "admin"
hassio_role: "admin"