icons update

This commit is contained in:
Alexandre
2021-11-19 14:53:03 +01:00
parent 3d62d138f7
commit 2fdeefaad6
2 changed files with 6 additions and 22 deletions

View File

@@ -7,26 +7,18 @@
"ingress": false, "ingress": false,
"hassio_api": true, "hassio_api": true,
"ingress_port": 0, "ingress_port": 0,
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"description": "Nextcloud for Home Assistant", "description": "Nextcloud for Home Assistant",
"boot": "manual", "boot": "manual",
"uart": true, "uart": true,
"map": [ "map": ["share:rw", "media:rw", "ssl:rw"],
"share:rw",
"media:rw",
"ssl:rw"
],
"ports": { "ports": {
"443/tcp": 8099, "443/tcp": 8099,
"80/tcp": null "80/tcp": null
}, },
"environment": {}, "environment": {},
"webui": "https://[HOST]:[PORT:443]", "webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud", "panel_icon": "mdi:nextcloud",
"options": { "options": {
"PUID": 1000, "PUID": 1000,
"PGID": 1000, "PGID": 1000,

View File

@@ -1,10 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armhf", "armv7"],
"aarch64",
"amd64",
"armhf",
"armv7"
],
"description": "Manage your Docker environment with ease", "description": "Manage your Docker environment with ease",
"docker_api": true, "docker_api": true,
"hassio_api": true, "hassio_api": true,
@@ -13,10 +8,7 @@
"ingress_port": 1337, "ingress_port": 1337,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": [ "map": ["share:rw", "ssl"],
"share:rw",
"ssl"
],
"name": "Portainer", "name": "Portainer",
"options": { "options": {
"ssl": false, "ssl": false,
@@ -24,7 +16,7 @@
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"password": "default" "password": "default"
}, },
"panel_icon": "mdi:docker", "panel_icon": "mdi:portainer",
"ports": { "ports": {
"9099/tcp": 9000, "9099/tcp": 9000,
"8000/tcp": null "8000/tcp": null