lowercase

This commit is contained in:
Alexandre
2020-11-30 17:34:13 +01:00
parent 888606efaf
commit 11898d6ec2

View File

@@ -1,35 +1,33 @@
{ {
"name": "Picard", "name": "picard",
"version": "dev", "version": "dev",
"slug": "Picard", "slug": "picard",
"description": "Picard is a cross-platform music tagger written in Python.", "description": "Picard is a cross-platform music tagger written in Python.",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:5050]", "webui": "http://[HOST]:[PORT:5050]",
"startup": "services", "startup": "services",
"ingress": "true", "ingress": "true",
"ingress_port": 8099, "ingress_port": 5050,
"panel_icon": "mdi:progress-download", "panel_icon": "mdi:progress-download",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"map": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw",
"ssl" "ssl"
], ],
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"5050/tcp": 5050 "5050/tcp": 5050
}, },
"ports_description": { "ports_description": {
"5050/tcp": "Web UI port" "5050/tcp": "Web UI port"
}, },
"privileged": [ "privileged": [
"NET_ADMIN" "NET_ADMIN"
], ],
"hassio_api": true, "hassio_api": true,
"homeassistant_api": false, "homeassistant_api": false,
"host_network": false, "host_network": false,
"options": { "options": {},
}, "schema": {}
"schema": { }
}
}