Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "An open source command line RatioMaster with WebUI",
"environment": {},
@@ -11,9 +7,7 @@
"host_network": false,
"ingress": true,
"ingress_port": 8099,
"map": [
"config:rw"
],
"map": ["config:rw"],
"name": "Joal",
"options": {
"run_duration": "12h",
@@ -39,6 +33,7 @@
"startup": "services",
"upstream": "2.1.29",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.29",
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
}