Fix Docker access by using Supervisor API - version 1.0.5

This commit is contained in:
Jørgen Ferdinand 2025-03-07 22:37:30 +01:00
parent de355f1ced
commit cdf4287818
2 changed files with 37 additions and 27 deletions

View file

@ -1,7 +1,7 @@
name: "Newt Add-on"
version: "1.0.4"
version: "1.0.5"
slug: "newt"
description: "Runs the Newt container inside Home Assistant"
description: "Runs the Newt container inside Home Assistant using Supervisor API"
arch:
- amd64
- armv7
@ -10,10 +10,7 @@ arch:
startup: system
boot: auto
host_network: true
privileged:
- SYS_ADMIN
- NET_ADMIN
- DAC_READ_SEARCH
privileged: true
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id"
@ -22,7 +19,6 @@ schema:
PANGOLIN_ENDPOINT: "str?"
NEWT_ID: "str?"
NEWT_SECRET: "str?"
environment:
PANGOLIN_ENDPOINT: "$PANGOLIN_ENDPOINT"
NEWT_ID: "$NEWT_ID"
NEWT_SECRET: "$NEWT_SECRET"
homeassistant: true
hassio_api: true
hassio_role: "admin"