Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-06-01 20:21:25 +0300
committernachoparker <nacho@ownyourbits.com>2019-06-01 20:21:29 +0300
commit86f14ae2a7f64cced81d5c22c25515eb9a8d3f0d (patch)
tree3984818837bb3e8b5622c7c22ce36cf934bdddf0
parent5924131f6f3e75e10f6b8ff38f65f26b6419a649 (diff)
upgrade to NC15.0.8v1.13.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--README.md2
-rw-r--r--bin/ncp/UPDATES/nc-autoupdate-nc.sh2
-rw-r--r--bin/ncp/UPDATES/nc-update-nextcloud.sh2
-rw-r--r--changelog.md8
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
5 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index c1118429..5e39b2b0 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 9 stretch
- * Nextcloud 15.0.6
+ * Nextcloud 15.0.8
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.2
* MariaDB 10
diff --git a/bin/ncp/UPDATES/nc-autoupdate-nc.sh b/bin/ncp/UPDATES/nc-autoupdate-nc.sh
index daa33943..148324d1 100644
--- a/bin/ncp/UPDATES/nc-autoupdate-nc.sh
+++ b/bin/ncp/UPDATES/nc-autoupdate-nc.sh
@@ -10,7 +10,7 @@
# just change this value and re-activate in update.sh to upgrade users
-VERSION=15.0.6
+VERSION=15.0.8
configure()
{
diff --git a/bin/ncp/UPDATES/nc-update-nextcloud.sh b/bin/ncp/UPDATES/nc-update-nextcloud.sh
index cb77caae..ec1dd127 100644
--- a/bin/ncp/UPDATES/nc-update-nextcloud.sh
+++ b/bin/ncp/UPDATES/nc-update-nextcloud.sh
@@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-LATEST=15.0.6
+LATEST=15.0.8
configure()
{
diff --git a/changelog.md b/changelog.md
index 886d332c..bc04b630 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,13 @@
-[v1.12.10](https://github.com/nextcloud/nextcloudpi/commit/d826236) (2019-06-01) fail2ban: fix missing ufw filter
+[v1.13.0](https://github.com/nextcloud/nextcloudpi/commit/4572d74) (2019-06-01) upgrade to NC15.0.8
-[v1.12.9](https://github.com/nextcloud/nextcloudpi/commit/c71b37f) (2019-05-27) ncp-notify-updates: dont spam cron mail
+[v1.12.10](https://github.com/nextcloud/nextcloudpi/commit/5924131) (2019-06-01) fail2ban: fix missing ufw filter
+
+[v1.12.9 ](https://github.com/nextcloud/nextcloudpi/commit/c71b37f) (2019-05-27) ncp-notify-updates: dont spam cron mail
[v1.12.8 ](https://github.com/nextcloud/nextcloudpi/commit/bfdc475) (2019-05-25) docker: mount timezone
-[v1.12.7](https://github.com/nextcloud/nextcloudpi/commit/76137ed) (2019-05-25) ncp-app: bump to NC16
+[v1.12.7 ](https://github.com/nextcloud/nextcloudpi/commit/76137ed) (2019-05-25) ncp-app: bump to NC16
[v1.12.6 ](https://github.com/nextcloud/nextcloudpi/commit/da09dc9) (2019-05-25) fail2ban: add a ufw jail and filter (dmaroulidis)
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index cbfb1383..f3da2c14 100644
--- a/etc/ncp-config.d/nc-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
- "value": "15.0.6"
+ "value": "15.0.8"
},
{
"id": "BETA",