Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps_paths config option has no effect on assets #22114

Closed
kyrofa opened this issue Feb 4, 2016 · 2 comments
Closed

apps_paths config option has no effect on assets #22114

kyrofa opened this issue Feb 4, 2016 · 2 comments

Comments

@kyrofa
Copy link

kyrofa commented Feb 4, 2016

Using ownCloud 8.2.2. Test case:

config.php contains the following:

'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/some/other/path',
      'url' => '/apps',
      'writable' => true,
    ),
  ),

Which 1) does exist, 2) is writable, and 3) contains the default apps. Go to app store, install a non-default app (e.g. contacts). Notice that contacts does indeed get installed into /some/other/path. Attempt to visit contacts app. Notice that none of the images or JS files can be found. It seems that the /apps URL always seems to resolve to the default apps directory contained within ownCloud, because if I remove that directory, even the files app starts having that problem (even though it was copied into /some/other/path).

Am I missing something? Is there more setup required to have an out-of-source apps folder?

kyrofa added a commit to kyrofa/owncloud-snap that referenced this issue Feb 4, 2016
This fixes #10 so now apps can be discovered and installed, though
owncloud/core#22114 prevents them from
actually working right now.

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
kyrofa added a commit to kyrofa/owncloud-snap that referenced this issue Feb 4, 2016
Currently using gnutls, but it seems ownCloud needs openssl. This
fixes #10 so now apps can be discovered and installed, though
owncloud/core#22114 prevents them from
actually working right now.

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
@DeepDiver1975
Copy link
Member

You have to configure yor web server to deliver the content of /some/other/path as /apps

@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants