mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
36 lines
892 B
JSON
36 lines
892 B
JSON
{
|
|
"name": "Picard",
|
|
"version": "1.0",
|
|
"slug": "picard",
|
|
"description": "Picard is a cross-platform music tagger written in Python.",
|
|
"url": "https://github.com/alexbelgium/hassio-addon/picard",
|
|
"webui": "http://[HOST]:[PORT:5800]",
|
|
"startup": "services",
|
|
"panel_icon": "mdi:progress-download",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"boot": "auto",
|
|
"ports": {
|
|
"5800/tcp": 5800
|
|
},
|
|
"ports_description": {
|
|
"5800/tcp": "Port used to access the application's GUI via the web interface."
|
|
},
|
|
"privileged": [
|
|
"NET_ADMIN", "SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"full_access": true,
|
|
"hassio_api": true,
|
|
"homeassistant_api": false,
|
|
"host_network": false,
|
|
"options": {
|
|
},
|
|
"schema": {
|
|
},
|
|
"environment": {
|
|
}
|
|
}
|