GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-11 23:59:43 +00:00
parent f82abef8a4
commit 89ace01300
2 changed files with 6 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
## 31.0.7 (12-07-2025)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 31.0.6-2 (06-07-2025)
- Increase timeout to 600s
## 31.0.6 (13-06-2025)

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud for Homeassistant",
"devices": [
@@ -122,10 +119,7 @@
"443/tcp": "Https Web Interface",
"80/tcp": "Web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"Full_Text_Search": "bool?",
"OCR": "bool?",
@@ -152,9 +146,7 @@
"trusted_domains": "str?",
"use_own_certs": "bool"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "nextcloud_ocr",
"uart": true,
"udev": true,