Update for Nextcloud to 17.0.0

OK abieber@
This commit is contained in:
gonzalo 2019-10-29 07:24:03 +00:00
parent 6b7de005df
commit faeeb8021b
4 changed files with 1147 additions and 344 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.44 2019/10/07 07:56:16 gonzalo Exp $
# $OpenBSD: Makefile,v 1.45 2019/10/29 07:24:03 gonzalo Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 16.0.5
V= 17.0.0
DISTNAME= nextcloud-${V}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (nextcloud-16.0.5.tar.bz2) = hwnGT6d2/XMcjl8asl1ZKi5pDl4YqBYBzM82N5X65VE=
SIZE (nextcloud-16.0.5.tar.bz2) = 62129676
SHA256 (nextcloud-17.0.0.tar.bz2) = YIFCGzPs2zEwsr+yKTo/QEWusLRx7lcOZ13j2TGhQqY=
SIZE (nextcloud-17.0.0.tar.bz2) = 64500339

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.15 2019/08/21 13:26:01 gonzalo Exp $
$OpenBSD: README,v 1.16 2019/10/29 07:24:03 gonzalo Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -110,6 +110,7 @@ server "domain.tld" {
location match "/nextcloud/oc[ms]%-provider/*" {
directory index index.php
pass
}
}
---8<---------------------------------------------------------------------------
@ -215,6 +216,10 @@ Finishing and validating the installation
Make sure the web server can resolve its hostname (e.g. if chrooted, by creating
${PREFIX}/etc/hosts and/or ${PREFIX}/etc/resolv.conf).
Create the file "CAN_INSTALL" to allow web-based installation:
# touch ${INSTDIR}/config/CAN_INSTALL
Accessing https://<hostname>/nextcloud with a Web browser will finish the
installation and create a new admin user.