mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-29 18:22:32 +02:00
Clean up config.json by removing unused fields
Removed boot and host_network settings, and deleted comments section.
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
"amd64"
|
||||
],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"init": false,
|
||||
"hassio_api": true,
|
||||
"host_network": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:ro"
|
||||
@@ -79,12 +77,5 @@
|
||||
"value": "str?"
|
||||
}
|
||||
]
|
||||
},
|
||||
"_comments": {
|
||||
"data_path": "Persistent data directory inside the add-on container (mapped to /data by Home Assistant).",
|
||||
"domain": "Public hostname used for NetBird URLs (change to your FQDN).",
|
||||
"auth_*": "OIDC settings used by the management server and dashboard.",
|
||||
"ssl_cert": "Optional TLS certificate (e.g. /ssl/fullchain.pem).",
|
||||
"ssl_key": "Optional TLS key (e.g. /ssl/privkey.pem)."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user