mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Add priviledged mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Double commander",
|
"name": "Double commander",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"slug": "doublecommander",
|
"slug": "doublecommander",
|
||||||
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
|
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
|
||||||
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
|
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
|
||||||
@@ -20,6 +20,8 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:3000]",
|
"webui": "http://[HOST]:[PORT:3000]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
|
"full_access": true,
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user