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

Update README.md #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 18 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,46 @@

An opinionated list of awesome [ownCloud Infinite Scale](https://github.com/owncloud/ocis) apps, extensions, services and other resources.

This repository does not contain any code but references the sourcing repositories. It is therefore just a reference list. Some of the web apps are used via the deployment examples in the [admin docs](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and have their origin in the [web-extensions](https://github.com/owncloud/web-extensions) repository while others use external repositories and need to be added manually to the web UI - you can use the `web-extensions` repo as example for a how-to.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

web-app-skeleton is the boilerplate and example, not web-extensions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The boilerplate link is below in section Build your own.
Referencing admin docs and web-extensions is intended to see how we integrated them via docker compose. We yesterday have updated the ocis_full deployment in the ocis repo with most of the extensions listed.


## Attention please!

> :warning: While we are proud to present you these resources, we can't give any guarantees that they will work for you or that they will be stable. Feel free to open issues in the respective, linked repositories or contribute to the projects in any other way.

If you'd like to contribute to this list, please feel free to make a pull request.

## Table of Contents

* [Build your own](#build-your-own)
* [Viewers & Editors](#viewers--editors)
* [File Actions](#file-actions)
* [File Sidebar Panels](#file-sidebar-panels)
* [Global Progress Bars](#global-progress-bars)

---

## ownCloud Apps and Extensions

Please follow the steps provided in our [developer documentation](https://owncloud.dev/services/web/#web-apps) if you want to install any of the
following apps and extensions. For some of them there are released artifacts, others still need to be built from source code.
external sourced apps and extensions. For some of them there are released artifacts, others still need to be built from source code.

> :information_source: The app and extension installation as described in the developer documentation linked above is available in `oCIS v6.0.0` or later.

### Build your own

If you want to build your own apps and extensions, the place to start is our [app boilerplate](https://github.com/owncloud/web-app-skeleton).
Reach out to us if you need any help. And don't forget to add your apps and extensions to this document. :-)
Reach out to us if you need any help. And don't forget to add your apps and extensions to this document. 😄

### Viewers & Editors
### Opinionated List

* [3D Model Viewer](https://github.com/saw-jan/web-app-3dmodel-viewer) - View 3D models based on [three.js](https://threejs.org)
* [Arcade](https://github.com/fschade/ocis-arcade) - Play NES games based on [nes-vue](https://github.com/taiyuuki/nes-vue)
* [Dicom Viewer](https://github.com/owncloud/web-app-dicom-viewer) - Preview medical images based on [Cornerstone3D](https://www.cornerstonejs.org)
* [Draw.io](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-draw-io) - View and edit [draw.io](https://www.draw.io) diagrams
**Default Shipped with the Web UI**
* [Audio Information](https://github.com/owncloud/web/blob/2137305f8ded7f845dc262c424b196742c76c9a0/packages/web-app-files/src/composables/extensions/useFileSideBars.ts#L166) - See audio file information like duration, author or title
* [EXIF / Image Information](https://github.com/owncloud/web/blob/2137305f8ded7f845dc262c424b196742c76c9a0/packages/web-app-files/src/composables/extensions/useFileSideBars.ts#L145) - See EXIF information of photos
* [EPub Reader](https://github.com/owncloud/web/tree/master/packages/web-app-epub-reader) - Read eBooks in .epub format using [epub.js](https://github.com/futurepress/epub.js)
* [GPX Viewer](https://github.com/dschmidt/web-app-gpx-viewer) - Render GPX files in a map view with [Leaflet](https://leafletjs.com)
* [PDF Viewer](https://github.com/owncloud/web/tree/master/packages/web-app-pdf-viewer) - Read PDFs utilizing native browser pdf rendering
* [Presentation Viewer](http://github.com/JankariTech/web-app-presentation-viewer) - Render markdown presentations with [reveal.js](https://revealjs.com)
* [Preview](https://github.com/owncloud/web/tree/master/packages/web-app-preview) - View images, watch videos and listen to audio files
* [Text Editor](https://github.com/owncloud/web/tree/master/packages/web-app-text-editor) - Edit markdown and plain text file types using [TOAST UI Editor](https://ui.toast.com/tui-editor)

### File Actions

**Available via the Deployment Example (web-extensions)**
* [Cast](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-cast) - Send images and videos from your ownCloud to your Chrome Cast.
* [Draw.io](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-draw-io) - View and edit [draw.io](https://www.draw.io) diagrams
* [Cast](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-cast) - Send images and videos from your ownCloud to your Chrome Cast.
* [Progressbar](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-progress-bars) - A JS+CSS only Nyan Cat progress bar for the global loading state.
* [Unzip](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-unzip) - Unzip .zip files directly into the current folder.

### File Sidebar Panels

* [Audio Information](https://github.com/owncloud/web/blob/2137305f8ded7f845dc262c424b196742c76c9a0/packages/web-app-files/src/composables/extensions/useFileSideBars.ts#L166) - See audio file information like duration, author or title
* [EXIF / Image Information](https://github.com/owncloud/web/blob/2137305f8ded7f845dc262c424b196742c76c9a0/packages/web-app-files/src/composables/extensions/useFileSideBars.ts#L145) - See EXIF information of photos

### Global Progress Bars

* [Nyan Cat](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-progress-bars) - A JS+CSS only Nyan Cat progress bar for the global loading state.
**External Sources**
* [3D Model Viewer](https://github.com/saw-jan/web-app-3dmodel-viewer) - View 3D models based on [three.js](https://threejs.org)
* [Arcade](https://github.com/fschade/ocis-arcade) - Play NES games based on [nes-vue](https://github.com/taiyuuki/nes-vue)
* [Dicom Viewer](https://github.com/owncloud/web-app-dicom-viewer) - Preview medical images based on [Cornerstone3D](https://www.cornerstonejs.org)
* [GPX Viewer](https://github.com/dschmidt/web-app-gpx-viewer) - Render GPX files in a map view with [Leaflet](https://leafletjs.com)
* [Presentation Viewer](http://github.com/JankariTech/web-app-presentation-viewer) - Render markdown presentations with [reveal.js](https://revealjs.com)