Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,6 +1,11 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud for Home Assistant",
"devices": [
"/dev/sda",
@@ -38,7 +43,11 @@
"hassio_api": true,
"ingress": false,
"ingress_port": 0,
"map": ["share:rw", "media:rw", "ssl:rw"],
"map": [
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Nextcloud",
"options": {
"Full_Text_Search": false,
@@ -58,7 +67,10 @@
"443/tcp": 8099,
"80/tcp": null
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"Full_Text_Search": "bool?",
"OCR": "bool?",
@@ -77,12 +89,13 @@
"trusted_domains": "str?",
"use_own_certs": "bool"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "nextcloud_ocr",
"uart": true,
"upstream": "23.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"codenotary": "alexandrep.github@gmail.com",
"version": "23.0.3",
"webui": "https://[HOST]:[PORT:443]"
}