Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

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