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,14 +1,7 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "alexandrep.github@gmail.com",
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": ["backups", "docker_config/cli-plugins"],
"description": "Manage your Docker environment with ease",
"docker_api": true,
"hassio_api": true,
@@ -16,10 +9,7 @@
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": [
"share:rw",
"ssl"
],
"map": ["share:rw", "ssl"],
"name": "Portainer",
"options": {
"certfile": "fullchain.pem",
@@ -46,6 +36,7 @@
"startup": "services",
"upstream": "2.11.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.11.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
}