mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
align apparmor capabilities
This commit is contained in:
@@ -1,27 +1,22 @@
|
||||
{
|
||||
"name": "Portainer",
|
||||
"version": "2.9.1-5",
|
||||
"upstream": "2.9.1",
|
||||
"slug": "portainer",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
"homeassistant": "0.92.0b2",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"startup": "services",
|
||||
"panel_icon": "mdi:docker",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
],
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "ssl"],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "default"
|
||||
},
|
||||
"panel_icon": "mdi:docker",
|
||||
"ports": {
|
||||
"9099/tcp": 9000,
|
||||
"8000/tcp": null
|
||||
@@ -30,19 +25,16 @@
|
||||
"9099/tcp": "Web UI port",
|
||||
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
||||
},
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]",
|
||||
"hassio_api": true,
|
||||
"docker_api": true,
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "default"
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"password": "str?"
|
||||
}
|
||||
},
|
||||
"slug": "portainer",
|
||||
"startup": "services",
|
||||
"upstream": "2.9.1",
|
||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||
"version": "2.9.1-5",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user