Created attachment 188150 [details] svn diff for www/nextcloud Early version for 13.0.0 BETA1, placeholder for next beta and release candidates Works for me, includes patch for https://github.com/nextcloud/server/issues/7237
Created attachment 188770 [details] svn diff for www/nextcloud Updated patch for 13.0.0beta2 Note: patch is against current 12.0.3, 12.0.4 yet to be committed.
Created attachment 189380 [details] svn diff for www/nextcloud Update patch for 13.0.0 beta 3
Created attachment 189736 [details] svn diff for www/nextcloud Update patch for 13.0.0RC1
Created attachment 190087 [details] svn diff for www/nextcloud Update diff for 13.0.0 RC3 (and from 12.0.5)
Created attachment 190312 [details] svn diff for www/nextcloud Update patch for 13.0.0RC4 Release should happen coming week.
Created attachment 190357 [details] svn diff for www/nextcloud Update patch for nextcloud 13.0.0 which was released today
Created attachment 190381 [details] svn diff for www/nextcloud I was notified by bapt that ports cannot install files as `www` for security reasons. An option is added to restore the current 12.x behavior, and an UPDATING entry was added.
I haven't checked the diff here, but what we are asking for it only what needs to be under www:www has to be under www:www not to prevent anything from being www:www
In case it is useful for the commit, here are some links to the changelog that lists the biggest improvements: https://nextcloud.com/blog/nextcloud-13-brings-secure-file-sync-and-collaboration-to-the-next-level/ https://nextcloud.com/changelog/
Bernard, i discussed with bapt on IRC, it's less rude than modified Please set those folders to www:www * config * data Others are in RO (root:wheel). Just add a notice about apps folder to make it manually R/W to update/add third party apps
Created attachment 190731 [details] svn diff for www/nextcloud Update patch Only config and data writable for www
hmmm, after upgrading the following error occurs, it means we cannot make apps folder read only to make it working [18:02]root@apache_php:/usr/local/www/nextcloud# su -m www -c "php ./occ upgrade" The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Cannot write into "apps" directory This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See https://docs.nextcloud.com/server/13/go.php?to=admin-dir_permissions Can you re-set apps folder to r/w like data ? When re-set it's okay for me, everything is working, it's the only problematic point
You've added apps yourself I guess? You'll have to disable the appstore for that php ./occ config:system:set "appstoreenabled" --value=false --type=boolean It is either one or the other... My install doesn't have network access, so I have appstoreenabled: false I've started packaging apps so we have out-of-band install of apps instead of the Linux unsafe mode of sudo curl | bash Packaging a NextCloud app is trivial :D
Doesn't work from command-line, have to edit config/config.php Will file a PR :D
you are right, without appstore it's nice, then go ahead and merge :)
A commit references this bug: Author: brnrd Date: Tue Feb 20 09:14:22 UTC 2018 New revision: 462379 URL: https://svnweb.freebsd.org/changeset/ports/462379 Log: www/nextcloud: Update to 13.0.0 - Changes permissions as well PR: 223778 Approved by: Loic Blot <loic.blot unixexperience fr> maintainer) Changes: head/UPDATING head/www/nextcloud/Makefile head/www/nextcloud/distinfo head/www/nextcloud/files/extra-patch-PostgreSQL-10 head/www/nextcloud/pkg-plist