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