mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
lowercase
This commit is contained in:
@@ -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": {
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user