Files
opencloud/docs/ocis/deployment/continuous_deployment.md
2021-11-25 14:14:23 +01:00

4.2 KiB

title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Continuous Deployment 2020-10-12T14:04:00+01:00 10 https://github.com/owncloud/ocis edit/master/docs/ocis/deployment continuous_deployment.md

{{< toc >}}

We are continuously deploying the following deployment examples. Every example is deployed in two flavors:

  • Latest: reflects the current master branch state of oCIS and will be updated with every commit to master
  • Released: reflects the newest release state (currently latest release of version 1) and will be updated with every release

The configuration for the continuous deployment can be found in the oCIS repository.

oCIS with Traefik

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})

Latest

Released

oCIS with WOPI server

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})

Latest

Released

oCIS with latest ownCloud Web

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})

Latest

oCIS with Keycloak

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
  • Keycloak:
    • username: admin
    • password: admin

Latest

Released

Parallel deployment of oC10 and oCIS

Credentials:

  • oC10 / oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
  • Keycloak:
    • username: admin
    • password: admin
  • LDAP management:
    • username: cn=admin,dc=owncloud,dc=com
    • password: admin

Latest

oCIS with Hello extension

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})

Latest

oCIS with S3 storage backend (MinIO)

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
  • MinIO:
    • access key: ocis
    • secret access key: ocis-secret-key

Latest

oCIS with LDAP for users and groups

Credentials:

  • oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
  • LDAP admin:
    • username: cn=admin,dc=owncloud,dc=com
    • password: admin

Latest

Released