Updater bot : nextcloud updated to 27.1.2

This commit is contained in:
alexbelgium
2023-10-07 06:52:23 +02:00
parent 2fefd912dd
commit 427ea76e9e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 27.1.2 (07-10-2023)
- Update to latest version from linuxserver/docker-nextcloud
- Increase start timer - Increase start timer
### 27.1.1-3 (24-09-2023) ### 27.1.1-3 (24-09-2023)

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "23-09-2023", "last_update": "07-10-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "nextcloud", "slug": "nextcloud",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-nextcloud", "upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "27.1.1" "upstream_version": "27.1.2"
} }