mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
icons update
This commit is contained in:
@@ -7,26 +7,18 @@
|
||||
"ingress": false,
|
||||
"hassio_api": true,
|
||||
"ingress_port": 0,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Nextcloud for Home Assistant",
|
||||
"boot": "manual",
|
||||
"uart": true,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl:rw"],
|
||||
"ports": {
|
||||
"443/tcp": 8099,
|
||||
"80/tcp": null
|
||||
},
|
||||
"environment": {},
|
||||
"webui": "https://[HOST]:[PORT:443]",
|
||||
"panel_icon": "mdi:cloud",
|
||||
"panel_icon": "mdi:nextcloud",
|
||||
"options": {
|
||||
"PUID": 1000,
|
||||
"PGID": 1000,
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
@@ -13,10 +8,7 @@
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "ssl"],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
@@ -24,7 +16,7 @@
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "default"
|
||||
},
|
||||
"panel_icon": "mdi:docker",
|
||||
"panel_icon": "mdi:portainer",
|
||||
"ports": {
|
||||
"9099/tcp": 9000,
|
||||
"8000/tcp": null
|
||||
|
||||
Reference in New Issue
Block a user