Skip to content

owncloud/web-extensions

Repository files navigation

web-extensions

Matrix Build Status web-extensions docker image License

This repository contains a collection of ownCloud Web extensions that, for various reasons, have not been added to the main repository.

Existing Web-Extensions

The following extension examples are provided to be used with the Infinite Scale web frontend.

Installing Apps in oCIS

There are two ways installing these extension examples:

  • You can enable the web apps in our deployment example with minimal effort.
    To see how this gets implemented, see the ocis_full deployment example.
    For a detailed installation instruction using ocis_full see the admin docs, Local Production Setup.
    (Before you start, select the ocis version in the admin docs you want to use this example for.)
  • On a general level, refer to the Web app docs to learn how to install apps in oCIS.

Adding a New App to This Repository

To start developing a new web-extension or maintaining an existing one, see the Starting Guide for more details.

Release Workflow for Web Extensions

If required, an own document guides you through processing new releases of apps, such as when code changes have been made or dependencies have been updated. For more details see the RELEASE_WORKFLOW documentation.