config lint

This commit is contained in:
Alexandre
2022-04-27 20:59:55 +02:00
parent 1db5dd4a1e
commit 173e82846f
10 changed files with 18 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
], ],
"boot": "manual", "boot": "manual",
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Automatic addons update by aligning version tag with upstream releases",
"environment": { "environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
}, },

View File

@@ -54,7 +54,7 @@
"host_dbus": true, "host_dbus": true,
"host_network": true, "host_network": true,
"ingress": true, "ingress": true,
"ingress_port": 8111, "ingress_port": 0,
"ingress_stream": true, "ingress_stream": true,
"map": [ "map": [
"config:rw", "config:rw",

View File

@@ -7,7 +7,6 @@
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "An open source command line RatioMaster with WebUI", "description": "An open source command line RatioMaster with WebUI",
"hassio_api": true, "hassio_api": true,
"host_network": false,
"ingress": true, "ingress": true,
"map": [ "map": [
"config:rw" "config:rw"

View File

@@ -22,10 +22,10 @@
}, },
"panel_icon": "mdi:silverware-fork-knife", "panel_icon": "mdi:silverware-fork-knife",
"ports": { "ports": {
"9925/tcp": "9925" "9925/tcp": 9925
}, },
"ports_description": { "ports_description": {
"80/tcp": "Web interface" "9925/tcp": "Web interface"
}, },
"schema": { "schema": {
"certfile": "str", "certfile": "str",

View File

@@ -65,6 +65,10 @@
"443/tcp": 8099, "443/tcp": 8099,
"80/tcp": null "80/tcp": null
}, },
"ports_description": {
"443/tcp": "Https web interface",
"80/tcp": "Web interface"
},
"privileged": [ "privileged": [
"SYS_ADMIN", "SYS_ADMIN",
"DAC_READ_SEARCH" "DAC_READ_SEARCH"

View File

@@ -48,7 +48,6 @@
"SCRUTINY_WEB": "true" "SCRUTINY_WEB": "true"
}, },
"ingress": true, "ingress": true,
"map": [],
"name": "Scrutiny", "name": "Scrutiny",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -81,7 +80,7 @@
}, },
"slug": "scrutiny", "slug": "scrutiny",
"startup": "services", "startup": "services",
"udev": "true", "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "0.3.13-7" "version": "0.3.13-7"
} }

View File

@@ -21,7 +21,7 @@
"SECRET_KEY": "YOUR_SECRET_KEY" "SECRET_KEY": "YOUR_SECRET_KEY"
}, },
"ports": { "ports": {
"8080/tcp": "9928" "8080/tcp": 9928
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web interface" "8080/tcp": "Web interface"

View File

@@ -19,16 +19,16 @@
], ],
"name": "Teamspeak server", "name": "Teamspeak server",
"ports": { "ports": {
"10011/tcp": "10011", "10011/tcp": 10011,
"30033/tcp": "30033", "30033/tcp": 30033,
"41144/tcp": 41144, "41144/tcp": 41144,
"9987/udp": "9987" "9987/udp": 9987
}, },
"ports_description": { "ports_description": {
"10011/tcp": "ServerQuery (raw)", "10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer", "30033/tcp": "Filetransfer",
"41144/tcp": "TSDNS", "41144/tcp": "TSDNS",
"80/udp": "Voice" "9987/udp": "Voice"
}, },
"slug": "teamspeak", "slug": "teamspeak",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -69,7 +69,7 @@
}, },
"ports": { "ports": {
"443/tcp": null, "443/tcp": null,
"80/tcp": "9999" "80/tcp": 9999
}, },
"ports_description": { "ports_description": {
"443/tcp": "Https web interface", "443/tcp": "Https web interface",

View File

@@ -14,7 +14,7 @@
], ],
"name": "Wger", "name": "Wger",
"ports": { "ports": {
"8000/tcp": "9927" "8000/tcp": 9927
}, },
"ports_description": { "ports_description": {
"8000/tcp": "Web interface" "8000/tcp": "Web interface"