Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 11:08:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226076] www/nextcloud upgrade to 13.0.0 fails, wrong permission /usr/local/www/nextcloud/apps
Message-ID:  <bug-226076-13-96qlciwvz0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226076-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226076-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226076

Bernard Spil <brnrd@freebsd.org> changed:

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

--- Comment #1 from Bernard Spil <brnrd@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 infrastruct=
ure.
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' =3D> false,
in config/config.php and/or adding another app-path which is set www-writab=
le

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226076-13-96qlciwvz0>