mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 13:59:15 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Nextcloud for Homeassistant",
|
"description": "Nextcloud for Homeassistant",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -122,10 +119,7 @@
|
|||||||
"443/tcp": "Https Web Interface",
|
"443/tcp": "Https Web Interface",
|
||||||
"80/tcp": "Web interface"
|
"80/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"Full_Text_Search": "bool?",
|
"Full_Text_Search": "bool?",
|
||||||
"OCR": "bool?",
|
"OCR": "bool?",
|
||||||
@@ -152,9 +146,7 @@
|
|||||||
"trusted_domains": "str?",
|
"trusted_domains": "str?",
|
||||||
"use_own_certs": "bool"
|
"use_own_certs": "bool"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user