mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 19:01:02 +01:00
"use_own_certs": false,
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"options": {
|
||||
"PUID": 1000,
|
||||
"PGID": 1000,
|
||||
"use_own_certs": "false",
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"trusted_domains": [
|
||||
@@ -40,6 +41,7 @@
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"use_own_certs": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"OCR": "bool?",
|
||||
|
||||
Reference in New Issue
Block a user