Updater bot : nextcloud updated to 31.0.7

This commit is contained in:
alexbelgium
2025-07-12 01:57:54 +02:00
parent ad870dc5f3
commit 2e030d20c2
3 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 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

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud for Homeassistant",
"devices": [
@@ -119,7 +122,10 @@
"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?",
@@ -146,11 +152,13 @@
"trusted_domains": "str?",
"use_own_certs": "bool"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "nextcloud_ocr",
"uart": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "31.0.6-2",
"version": "31.0.7",
"webui": "https://[HOST]:[PORT:443]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "13-06-2025",
"last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "31.0.6"
"upstream_version": "31.0.7"
}