ocis

Dies ist eine alte Version des Dokuments!


Owncloud OCIS (owncloud infinite scale)

  • ocis.netzwissen.de » cloud3.netzwissen.de
  • CX11 hel1-dc2 Helsinki
  • IPv4 95.217.188.165
  • IPv6 2a01:4f9:c011:28bc::/64

Disable internal https (for the use with external ssl accelerator)

PROXY_TLS=false

Docker run call

docker run -d --restart unless-stopped -e OCIS_URL=https://ocis.netzwissen.de -e PROXY_TLS=false -ti -p 9200:9200 owncloud/ocis

Graph explorer

GRAPH_OIDC_INSECURE=true
GRAPH_EXPLORER_GRAPH_URL="https://cloud.ocis.test/graph

API for GRAPH will appear at https://cloud.ocis.test/graph-explorer

Code at https://github.com/owncloud/open-graph-api

If thumbnails don't work

THUMBNAILS_WEBDAVSOURCE_BASEURL="https://cloud.ocis.test/remote.php/webdav/" 

Start with docker compose in ~/ocis/deployments/examples/ocis_traefik

docker-compose up -d

Kill containers

docker kill $(docker ps -q)

Current GO environment

YARN

IDP: Kopano connect

https://github.com/Kopano-dev/konnect

docker run --rm=true --name=konnectd --read-only --user=$(id -u kopano):$(id -g kopano) --volume /etc/ssl/certs:/etc/ssl/certs:ro --volume /etc/kopano/konnectd-tokens-signing-key.pem:/run/secrets/konnectd_signing_private_key:ro --volume /etc/kopano/konnectd-encryption.key:/run/secrets/konnectd_encryption_secret:ro --env KOPANO_SERVER_DEFAULT_URI=file:///run/kopano/server.sock --volume /run/kopano:/run/kopano:rw --publish 127.0.0.1:8777:8777 kopano/konnectd serve --iss=https://idp.netzwissen.de kc

we bundle konnect in ocis so its already set up (besides you need to change demo passwords and remove demo users

https://owncloud.dev/ocis/deployment/#secure-an-ocis-instance

Remove TRAEFIK

you can remove all the labels which are only there for configuring traefik

port redirect:

ports:
   - "127.0.0.1:9200:9200"

you need to set some values to configure the OIDC issuer https://github.com/owncloud/ocis/blob/31918dd44af8c86c97a60f8d3ffa0a26d84bb8ea/deployments/examples/ocis_keycloak/docker-compose.yml#L54-L60

  • ocis.1628000700.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)