mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Updater bot : nextcloud updated to 31.0.7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user