You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-56Lines changed: 4 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,59 +11,7 @@ This repository contains a collection of [ownCloud Web](https://github.com/owncl
11
11
12
12
Extensions are provided by apps. These are the apps, that are provided by this repository.
13
13
14
-
## [web-app-cast](./packages/web-app-cast/)
15
-
16
-
This app enables Google Cast integration for ownCloud Web.
17
-
18
-
## Usage instructions
19
-
20
-
There is a docker image hosted on [Docker Hub](https://registry.hub.docker.com/r/owncloud/web-extensions).
21
-
It serves compiled assets statically.
22
-
23
-
This is the list of available app paths provided by the service:
24
-
25
-
```
26
-
/extensions/cast/cast.js
27
-
```
28
-
29
-
### ocis_traefik
30
-
31
-
If you want to deploy web-extensions to the [ocis_traefik](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_traefik) example, you need to add a service like this to the `docker-compose.yml` file.
You can verify this works correctly by checking `https://ocis.owncloud.test/extensions/cast/cast.js` is a minified javascript file.
48
-
49
-
Now you can create a `web.config.yaml` file in the `ocis_traefik` folder with the following content. The `cast` app is used as an example here. You need to add a block to the `external_apps` for every app you want to use.
0 commit comments