feat: codenotary sign

This commit is contained in:
Alexandre
2022-04-12 20:33:23 +02:00
parent 7b4b3ac6eb
commit a0b2abcb6f
2 changed files with 5 additions and 1 deletions

View File

@@ -3,5 +3,8 @@
"armv7": "mbentley/omada-controller:latest",
"aarch64": "mbentley/omada-controller:latest",
"amd64": "mbentley/omada-controller:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -2,6 +2,7 @@
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "TP-Link Omada Controller",
"environment": {
"MANAGE_HTTP_PORT": "8088",
@@ -40,6 +41,6 @@
"slug": "omada",
"upstream": "5.1.7",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.1.7",
"version": "5.1.7-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
}