Updater bot : nextcloud updated to 28.0.1

This commit is contained in:
alexbelgium
2023-12-30 01:59:59 +01:00
parent 4c81e0bfef
commit 6ac917e6b6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 28.0.1 (30-12-2023)
- Update to latest version from linuxserver/docker-nextcloud
## 28.0.0 (16-12-2023)
- Update to latest version from linuxserver/docker-nextcloud
### 27.1.4-6 (07-12-2023)

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "16-12-2023",
"last_update": "30-12-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "28.0.0"
"upstream_version": "28.0.1"
}