mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-12 11:51:48 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
## 31.0.7 (12-07-2025)
|
## 31.0.7 (12-07-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
|
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
|
||||||
|
|
||||||
## 31.0.6-2 (06-07-2025)
|
## 31.0.6-2 (06-07-2025)
|
||||||
|
|
||||||
- Increase timeout to 600s
|
- Increase timeout to 600s
|
||||||
|
|
||||||
## 31.0.6 (13-06-2025)
|
## 31.0.6 (13-06-2025)
|
||||||
|
|||||||
@@ -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