Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ apps Public
forked from nextcloud/apps

🚚 This is an archive. Let us know if you want to take over maintainership of any of these apps

Notifications You must be signed in to change notification settings

apsson/apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In case you want to use the full apps repo within your ownCloud installation (most probably for development)
you can follow these steps:

1. clone this repo into your ownCloud installation into a new folder (maybe called apps2):
   git clone [email protected]:owncloud/apps.git apps2

2. add this additional apps folder to your configuration (config/config.php):
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => OC::$SERVERROOT.'/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => OC::$SERVERROOT.'/apps2',
      'url' => '/apps2',
      'writable' => false,
    )
    ),

3. Done ;-)

About

🚚 This is an archive. Let us know if you want to take over maintainership of any of these apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • CSS 4.8%
  • PHP 3.7%
  • HTML 1.4%
  • Hack 0.5%
  • Perl 0.2%