Skip to content

Commit

Permalink
docs: document supported ocis-web versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed May 9, 2024
1 parent 558038c commit 9ebcf4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-e PROXY_ENABLE_BASIC_AUTH=true \
-v ${{ github.workspace }}/tests/e2e/ci/web.config.json:/web/config.json:ro \
--entrypoint sh \
owncloud/ocis:5.0.0 \
owncloud/ocis:5.0 \
-c 'ocis init || true && ocis server'
- name: host-ip
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.0.0]: https://github.com/JankariTech/web-app-presentation-viewer/releases/tag/v1.0.0

**Supported oCIS-web versions:**

- web: `8.0.x`
- ocis: `5.0.x`

### Added

- Initial major release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It allows users to:

## Prerequisites

- [oCIS](https://github.com/owncloud/ocis) (>= 5.0.0)
- [oCIS](https://github.com/owncloud/ocis) (>= 5.0.x)
- [Node.js](https://nodejs.org/en/) (v18.17.1)
- [pnpm](https://pnpm.io/) (v8.15.1)
- [Docker](https://www.docker.com/)(optional)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ocis:
image: ${OCIS_IMAGE:-owncloud/ocis:5.0.0}
image: ${OCIS_IMAGE:-owncloud/ocis:5.0}
entrypoint: /bin/sh
command: ['-c', 'ocis init || true && ocis server']
environment:
Expand Down

0 comments on commit 9ebcf4c

Please sign in to comment.