[Bug 231391] www/nextcloud: config.sample.php's broken apps_rpaths url breaks calendar, contacts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 16 06:47:24 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231391
Bug ID: 231391
Summary: www/nextcloud: config.sample.php's broken apps_rpaths
url breaks calendar, contacts
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: brnrd at freebsd.org
Reporter: damjan.jov at gmail.com
Flags: maintainer-feedback?(brnrd at freebsd.org)
Assignee: brnrd at freebsd.org
The package for nextcloud contains this in its config.sample.php:
'apps_paths' => array(
array(
'path'=> '/usr/local/www/nextcloud/apps',
'url' => '/apps',
'writable' => true,
),
array(
'path'=> '/usr/local/www/nextcloud/apps-pkg',
'url' => '/var/www/apps-pkg',
'writable' => false,
),
),
which breaks at least the calendar and contacts in nextcloud (calendar link
missing, contacts link hangs on a blank page).
When I change the second entry's url from '/var/www/apps-pkg' to just
'/apps-pkg', it works.
Could this be a regression from bug 215641?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list