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

Symlinks and installable apps Folder - best practice? #18

Closed
patrickjahns opened this issue Feb 15, 2018 · 1 comment
Closed

Symlinks and installable apps Folder - best practice? #18

patrickjahns opened this issue Feb 15, 2018 · 1 comment

Comments

@patrickjahns
Copy link
Contributor

Officially owncloud does not support symlinks (in the data folder) - I wonder how apps are affected:

We define our writable custom apps folder with /var/www/owncloud/custom

  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/var/www/owncloud/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => '/var/www/owncloud/custom',
      'url' => '/custom',
      'writable' => true,
    ),
  ),

Which actually is a symlink to /mnt/data/apps/

lrwxrwxrwx 1 root     root       14 Feb 15 12:05 custom -> /mnt/data/apps/
@tboerger
Copy link
Contributor

If we don't symlink the folder from the web root custom styles or scripts are not resolvable. Since everything works totally fine like that I will close this issue again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants