Files
hassio-addons/portainer/config.json
2022-03-23 08:59:27 +01:00

43 lines
1.0 KiB
JSON

{
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": ["backups", "docker_config/cli-plugins"],
"description": "Manage your Docker environment with ease",
"docker_api": true,
"hassio_api": true,
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": ["share:rw", "ssl"],
"name": "Portainer",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"password": "default",
"ssl": false
},
"panel_icon": "mdi:docker",
"ports": {
"8000/tcp": null,
"9099/tcp": 9000
},
"ports_description": {
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)",
"9099/tcp": "Web UI port"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"password": "str?",
"ssl": "bool"
},
"slug": "portainer",
"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]"
}