mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 02:17:42 +01:00
env as str
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
],
|
||||
"description": "Nextcloud for Home Assistant",
|
||||
"boot": "manual",
|
||||
"auto_uart": true,
|
||||
"uart": true,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
@@ -23,8 +23,8 @@
|
||||
"80/tcp": null
|
||||
},
|
||||
"environment": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"webui": "https://[HOST]:[PORT:443]",
|
||||
"panel_icon": "mdi:cloud",
|
||||
|
||||
Reference in New Issue
Block a user