https://github.com/owncloud/file-picker
Integrate ownCloud into your own product
https://github.com/owncloud/file-picker
ocis
Last synced: 12 months ago
JSON representation
Integrate ownCloud into your own product
- Host: GitHub
- URL: https://github.com/owncloud/file-picker
- Owner: owncloud
- License: apache-2.0
- Created: 2020-08-24T13:00:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T00:43:20.000Z (over 1 year ago)
- Last Synced: 2025-06-28T18:13:13.368Z (12 months ago)
- Topics: ocis
- Language: Vue
- Homepage: https://owncloud.github.io/integration/file_picker/
- Size: 1.12 MB
- Stars: 5
- Watchers: 19
- Forks: 7
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
> [!WARNING]
> This project has been discontinued in favour of the [Web embed mode](https://owncloud.dev/clients/web/embed-mode/).
# ownCloud File picker
Easily integrate ownCloud into your own web applications.
## Project setup
```
pnpm install
```
The install step will also take care of installing ownCloud Design System because we're manually building it from the release branch
### Compiles and minifies for production
```
pnpm build
```
### Copies over oCIS example and starts a server
```
pnpm preview
```
### Run your unit tests
```
pnpm test:unit
```
### Lints and fixes files
```
pnpm lint
```