[Bug 226076] www/nextcloud upgrade to 13.0.0 fails, wrong permission /usr/local/www/nextcloud/apps

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 31 11:08:59 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226076

Bernard Spil <brnrd at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|freebsd-ports-bugs at FreeBSD. |brnrd at freebsd.org
                   |org                         |
                 CC|                            |brnrd at freebsd.org

--- Comment #1 from Bernard Spil <brnrd at freebsd.org> ---
Hi Matthias,

Actually it is slightly different. With 13.0 we changed the way this works.
This is the FreeBSD port which should be managed from the ports infrastructure.
I've added a number of nextcloud apps as ports as well that would fit into this
structure, that is live in `apps`. The default for ports' Nextcloud should
probably be:

> 'has_internet_connection' => false,
in config/config.php and/or adding another app-path which is set www-writable

>  array (
>    0 =>
>    array (
>      'path' => '/usr/local/www/nextcloud/apps',
>      'url' => '/apps',
>      'writable' => false,
>    ),
>    1 =>
>    array (
>      'path' => '/usr/local/www/nextcloud/apps2',
>      'url' => '/apps2',
>      'writable' => true,
>    ),
where the local nextcloud admin can store apps.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list