diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 2c1911bf5..107cf7859 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -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) diff --git a/nextcloud/config.json b/nextcloud/config.json index b0ed86ade..1250be54b 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -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,