Allow url

This commit is contained in:
Alexandre
2022-12-28 22:21:42 +01:00
parent 740f7ae5b4
commit e01a4a91d6
3 changed files with 11 additions and 1 deletions

View File

@@ -81,12 +81,14 @@
"schema": {
"CONFIG_LOCATION": "str",
"OCRLANG": "str?",
"PAPERLESS_URL": "str?",
"PAPERLESS_OCR_MODE": "list(skip|redo|force|skip_noarchive)?",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"database": "list(|sqlite|mariadb_addon)?",
"localdisks": "str?",
"networkdisks": "str?",
"certfile": "str",
@@ -99,5 +101,5 @@
"slug": "paperless_ng",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.10.2-5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8001]"
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}