mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02:00
Update to 2.9.2
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
],
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
@@ -8,7 +13,10 @@
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": ["share:rw", "ssl"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
@@ -33,8 +41,8 @@
|
||||
},
|
||||
"slug": "portainer",
|
||||
"startup": "services",
|
||||
"upstream": "2.9.1",
|
||||
"upstream": "2.9.2",
|
||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||
"version": "2.9.1-5",
|
||||
"version": "2.9.2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user