Fix Supervisor API requests and correct privileged field - version 1.0.9
This commit is contained in:
parent
e9db09a459
commit
8dc24ed333
2 changed files with 20 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "Newt Add-on"
|
||||
version: "1.0.8"
|
||||
version: "1.0.9"
|
||||
slug: "newt"
|
||||
description: "Runs the Newt container inside Home Assistant using Supervisor API"
|
||||
arch:
|
||||
|
@ -10,9 +10,10 @@ arch:
|
|||
startup: system
|
||||
boot: auto
|
||||
host_network: true
|
||||
privileged:
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- NET_ADMIN
|
||||
- DAC_READ_SEARCH
|
||||
options:
|
||||
PANGOLIN_ENDPOINT: "https://example.com"
|
||||
NEWT_ID: "your_newt_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue