From 11898d6ec29709edd05427d2d99c93afb0b0a17b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 30 Nov 2020 17:34:13 +0100 Subject: [PATCH] lowercase --- picard/config.json | 66 ++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/picard/config.json b/picard/config.json index 47c49f3e9..172b41483 100644 --- a/picard/config.json +++ b/picard/config.json @@ -1,35 +1,33 @@ { - "name": "Picard", - "version": "dev", - "slug": "Picard", - "description": "Picard is a cross-platform music tagger written in Python.", - "url": "https://github.com/alexbelgium/hassio-addons", - "webui": "http://[HOST]:[PORT:5050]", - "startup": "services", - "ingress": "true", - "ingress_port": 8099, - "panel_icon": "mdi:progress-download", - "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], - "map": [ - "config:rw", - "share:rw", - "ssl" - ], - "boot": "auto", - "ports": { - "5050/tcp": 5050 - }, - "ports_description": { - "5050/tcp": "Web UI port" - }, - "privileged": [ - "NET_ADMIN" - ], - "hassio_api": true, - "homeassistant_api": false, - "host_network": false, - "options": { - }, - "schema": { - } - } + "name": "picard", + "version": "dev", + "slug": "picard", + "description": "Picard is a cross-platform music tagger written in Python.", + "url": "https://github.com/alexbelgium/hassio-addons", + "webui": "http://[HOST]:[PORT:5050]", + "startup": "services", + "ingress": "true", + "ingress_port": 5050, + "panel_icon": "mdi:progress-download", + "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], + "boot": "auto", + "ports": { + "5050/tcp": 5050 + }, + "ports_description": { + "5050/tcp": "Web UI port" + }, + "privileged": [ + "NET_ADMIN" + ], + "hassio_api": true, + "homeassistant_api": false, + "host_network": false, + "options": {}, + "schema": {} +} \ No newline at end of file