Update to 21.0.0

This commit is contained in:
alexbelgium
2021-02-23 10:38:22 +01:00
parent 3a2d132e0a
commit 063491f03f
3 changed files with 21 additions and 7 deletions

0
nextcloud/7 Normal file
View File

View File

@@ -1 +1,4 @@
## 21.0.0
- Update to latest version from linuxserver/docker-nextcloud
- Enables PUID/GUID options

View File

@@ -1,28 +1,37 @@
{
"name": "Nextcloud OCR",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "20.0.7-rev3",
"version": "21.0.0",
"upstream": "20.0.7",
"slug": "nextcloud_ocr",
"ingress": false,
"ingress_port": 0,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "Nextcloud for Home Assistant",
"boot": "manual",
"uart": true,
"map": ["share:rw", "media:rw", "ssl:rw"],
"map": [
"share:rw",
"media:rw",
"ssl:rw"
],
"ports": {
"443/tcp": 8099,
"80/tcp": null
},
"environment": {
},
"environment": {},
"webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud",
"options": {
"PUID": 1000,
"PGID": 1000,
"trusted_domains": ["your-domain"],
"trusted_domains": [
"your-domain"
],
"OCR": false,
"OCRLANG": "fra"
},
@@ -31,7 +40,9 @@
"PGID": "int",
"OCR": "bool?",
"OCRLANG": "list(afr|amh|ara|asm|aze|bel|ben|bih|bod|bos|bul|cat|ceb|ces|chr|cym|dan|deu|div|dzo|ell|eng|enm|epo|est|eus|fas|fin|fra|frk|frm|gle|glg|grc|guj|hat|heb|hin|hrv|hun|iku|ind|isl|ita|jav|jpn|kan|kat|kaz|khm|kir|kmr|kor|lao|lat|lav|lit|mal|mar|mkd|mlt|mri|msa|mya|nep|nld|nor|ori|pan|pol|por|pus|ron|rus|san|sin|slk|slv|snd|spa|sqi|srp|swa|swe|syr|tam|tel|tgk|tgl|tha|tir|tur|tyv|uig|ukr|urd|uzb|vie|yid|zlm)?",
"trusted_domains": ["str?"],
"trusted_domains": [
"str?"
],
"TZ": "str?"
}
}