Signed-off-by: Christian Richter <crichter@owncloud.com>
ownCloud Infinite Scale
We are preparing for general availability. For now, we consider the feature set complete and are concentrating on bug fixes and performance improvements.
ownCloud Infinite Scale (oCIS) is the foundation of your data platform. It allows web, Android, iOS and desktop clients to synchronize and share file spaces with a scalable server side based on reva using open and well defined APIs like WebDAV and CS3. External applications like Collabora Online, OnlyOffice Docs or Microsoft Office Online Server can be used to collaborate using a WOPI application gateway. Users are authenticated using OpenID Connect and the embedded LibreGraph Connect identity provider.
The single binary allows scaling oCIS from a Raspberry Pi to Kubernetes cluster by changing the configuration and starting multiple services as needed. The multiservice architecture allows tailoring the functionality to your needs and reusing services that may already be in place like Keycloak as the identity provider.
Run ownCloud Infinite Scale
Please see Binary Setup for a single node bare metal deployment like on a Raspberry Pi or learn how to deploy to Kubernetes.
To build and run a local instance with demo users:
# get the source
git clone git@github.com:owncloud/ocis.git
# enter the ocis dir
cd ocis
# generate assets
make generate
# build the binary
make -C ocis build
# initialize a minimal oCIS configuration
./ocis/bin/ocis init
# run with demo users
IDM_CREATE_DEMO_USERS=true ./ocis/bin/ocis server
All batteries included: no external database, no external IDP needed!
Documentation
Development Documentation
Please see Development Documentation - Getting Started to get an overview of Requirements, the repository structure and other starting points.
Admin Documentation
Please see Admin Documentation - Introduction to Infinite Scale to get started with running oCIS in production.
Security
If you find a security issue please contact security@owncloud.com first.
Contributing
We are very happy that oCIS does not require a CLA as it is Apache 2.0 licensed. We hope this will make it easier to contribute code. If you want to get in touch, most of the developers hang out in our rocket chat channel. There are other ways to contribute, like the ownCloud central forum or Transifex for ownCloud web.
Please refer to our Contribution Guidelines.
Copyright
Copyright (c) 2020-2022 ownCloud GmbH <https://owncloud.com>