Updater bot : nextcloud updated to 30.0.1

This commit is contained in:
alexbelgium
2024-10-19 02:00:07 +02:00
parent 3f976b4be6
commit 098878fb93
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 30.0.1 (19-10-2024)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 30.0.0 (28-09-2024)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)

View File

@@ -151,6 +151,6 @@
"uart": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "30.0.0",
"version": "30.0.1",
"webui": "https://[HOST]:[PORT:443]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "28-09-2024",
"last_update": "19-10-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "30.0.0"
"upstream_version": "30.0.1"
}