Test with ssl

This commit is contained in:
Alexandre
2022-12-28 21:42:34 +01:00
parent cb2e527623
commit e2d14196e0
12 changed files with 245 additions and 5 deletions

View File

@@ -43,6 +43,7 @@
"environment": {
"PAPERLESS_ADMIN_PASSWORD": "admin",
"PAPERLESS_ADMIN_USER": "admin",
"PAPERLESS_PORT": "8001",
"PGID": "0",
"PUID": "0"
},
@@ -61,7 +62,10 @@
"OCRLANG": "ENG FRA GER",
"PAPERLESS_OCR_MODE": "skip",
"PGID": 0,
"PUID": 0
"PUID": 0,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": true
},
"ports": {
"8000/tcp": 8011
@@ -83,10 +87,13 @@
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
"networkdisks": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"slug": "paperless_ng",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.10.2-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}
"version": "1.10.2-4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8001]"
}