create a custom hassio repository with portainer
This commit is contained in:
26
portainer/config.json
Executable file
26
portainer/config.json
Executable file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Portainer",
|
||||
"version": "dev",
|
||||
"slug": "portainer",
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||
"advanced": true,
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"startup": "services",
|
||||
"panel_icon": "mdi:docker",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"init": false,
|
||||
"ports": {
|
||||
"8000/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
||||
},
|
||||
"hassio_api": true,
|
||||
"docker_api": true,
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"agent_secret": "str?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user