mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 04:26:28 +01:00
config lint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@
|
||||
"host_dbus": true,
|
||||
"host_network": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 8111,
|
||||
"ingress_port": 0,
|
||||
"ingress_stream": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY"
|
||||
},
|
||||
"ports": {
|
||||
"8080/tcp": "9928"
|
||||
"8080/tcp": 9928
|
||||
},
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web interface"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -69,7 +69,7 @@
|
||||
},
|
||||
"ports": {
|
||||
"443/tcp": null,
|
||||
"80/tcp": "9999"
|
||||
"80/tcp": 9999
|
||||
},
|
||||
"ports_description": {
|
||||
"443/tcp": "Https web interface",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
],
|
||||
"name": "Wger",
|
||||
"ports": {
|
||||
"8000/tcp": "9927"
|
||||
"8000/tcp": 9927
|
||||
},
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web interface"
|
||||
|
||||
Reference in New Issue
Block a user