From 173e82846f9e9351a63897601715ca892aad1e3d Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 27 Apr 2022 20:59:55 +0200 Subject: [PATCH] config lint --- addons_updater/config.json | 3 ++- jellyfin/config.json | 2 +- joal/config.json | 1 - mealie/config.json | 4 ++-- nextcloud/config.json | 4 ++++ scrutiny/config.json | 3 +-- tandoor_recipes/config.json | 2 +- teamspeak/config.json | 10 +++++----- webtrees/config.json | 2 +- wger/config.json | 2 +- 10 files changed, 18 insertions(+), 15 deletions(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index b05603dd2..a0ae31d2c 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -6,6 +6,7 @@ ], "boot": "manual", "codenotary": "alexandrep.github@gmail.com", + "description": "Automatic addons update by aligning version tag with upstream releases", "environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" }, @@ -28,4 +29,4 @@ "startup": "once", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", "version": "3.8.6" -} +} \ No newline at end of file diff --git a/jellyfin/config.json b/jellyfin/config.json index f0aca6ffd..fd27016fd 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -54,7 +54,7 @@ "host_dbus": true, "host_network": true, "ingress": true, - "ingress_port": 8111, + "ingress_port": 0, "ingress_stream": true, "map": [ "config:rw", diff --git a/joal/config.json b/joal/config.json index 069815309..c76eaee1e 100644 --- a/joal/config.json +++ b/joal/config.json @@ -7,7 +7,6 @@ "codenotary": "alexandrep.github@gmail.com", "description": "An open source command line RatioMaster with WebUI", "hassio_api": true, - "host_network": false, "ingress": true, "map": [ "config:rw" diff --git a/mealie/config.json b/mealie/config.json index af2ee2e1d..9bb3f875b 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -22,10 +22,10 @@ }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "9925/tcp": "9925" + "9925/tcp": 9925 }, "ports_description": { - "80/tcp": "Web interface" + "9925/tcp": "Web interface" }, "schema": { "certfile": "str", diff --git a/nextcloud/config.json b/nextcloud/config.json index fd79aac52..f4d08e572 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -65,6 +65,10 @@ "443/tcp": 8099, "80/tcp": null }, + "ports_description": { + "443/tcp": "Https web interface", + "80/tcp": "Web interface" + }, "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH" diff --git a/scrutiny/config.json b/scrutiny/config.json index ad3a1cd83..fc05ba563 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -48,7 +48,6 @@ "SCRUTINY_WEB": "true" }, "ingress": true, - "map": [], "name": "Scrutiny", "options": { "PGID": 0, @@ -81,7 +80,7 @@ }, "slug": "scrutiny", "startup": "services", - "udev": "true", + "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "0.3.13-7" } \ No newline at end of file diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index a49923b49..119125c11 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -21,7 +21,7 @@ "SECRET_KEY": "YOUR_SECRET_KEY" }, "ports": { - "8080/tcp": "9928" + "8080/tcp": 9928 }, "ports_description": { "8080/tcp": "Web interface" diff --git a/teamspeak/config.json b/teamspeak/config.json index daeac8c7e..a384251d1 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -19,18 +19,18 @@ ], "name": "Teamspeak server", "ports": { - "10011/tcp": "10011", - "30033/tcp": "30033", + "10011/tcp": 10011, + "30033/tcp": 30033, "41144/tcp": 41144, - "9987/udp": "9987" + "9987/udp": 9987 }, "ports_description": { "10011/tcp": "ServerQuery (raw)", "30033/tcp": "Filetransfer", "41144/tcp": "TSDNS", - "80/udp": "Voice" + "9987/udp": "Voice" }, "slug": "teamspeak", "url": "https://github.com/alexbelgium/hassio-addons", "version": "3.13.6" -} +} \ No newline at end of file diff --git a/webtrees/config.json b/webtrees/config.json index 459b3dea0..50b7665bf 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -69,7 +69,7 @@ }, "ports": { "443/tcp": null, - "80/tcp": "9999" + "80/tcp": 9999 }, "ports_description": { "443/tcp": "Https web interface", diff --git a/wger/config.json b/wger/config.json index 0beeecefd..1ded62728 100644 --- a/wger/config.json +++ b/wger/config.json @@ -14,7 +14,7 @@ ], "name": "Wger", "ports": { - "8000/tcp": "9927" + "8000/tcp": 9927 }, "ports_description": { "8000/tcp": "Web interface"