Blog | Infinite Scale

How to install ownCloud Infinite Scale Tech Preview in three easy steps

Want to try out ownCloud Infinite Scale Tech Preview? It is easy, we'll show you how to install ownCloud Infinite Scale.

Want to take the ownCloud Infinite Scale Tech Preview for a spin? It is pretty straightforward, as long as you are comfortable with pasting a sum total of three lines into your terminal. Sounds easy like one, two, three, right? That’s because it is, at least if you renounce SSL and other convenient aspects for the time being – remember, we’re just running a local test. If you work with a linux distribution, you need to curl https://download.owncloud.com/ocis/ocis/1.16.0/ocis-1.16.0-linux-amd64 --output ocis. If your device of choice is a Mac, then you need to curl https://download.owncloud.com/ocis/ocis/1.16.0/ocis-1.16.0-darwin-amd64 --output ocis. Whether using Linux or Mac, you need then to make the binary executable using this command: chmod +x ocis. And finally, you’ll need to start ownCloud Infinite Scale with this command: OCIS_INSECURE=true ./ocis server If you prefer using Docker, pull ownCloud Infinite Scale with docker pull owncloud/ocis and start it using docker run --rm -ti -p 9200:9200 -e OCIS_INSECURE=true owncloud/ocis. You can also make the data in your ownCloud Infinite Scale persistent by using this command: docker run --name ocis -p 9200:9200 -v /some/host/dir:/var/lib/ocis, please configure the shared paths accordingly. When the server has fully started, open https://localhost:9200 and login using one of the demo accounts (user:password): einstein:relativity, marie:radioactivity, richard:superfluidity There are also admin demo accounts: moss:vista, admin:admin For more details, pleae visit https://owncloud.github.io/ocis/getting-started/

ocis binary quickstart

ownCloud

January 10, 2022

Read now:

ownCloud Infinite Scale 8.1.0: MFA-Gated Vault Storage Arrives

ownCloud Infinite Scale 8.1.0: MFA-Gated Vault Storage Arrives

oCIS 8.1.0 introduces MFA-gated vault storage as an isolated storage plane: its own provider ID, no public or federated sharing path, MFA propagated end to end, and a UI that makes the distinction obvious. Plus a public-share access control fix and roughly 60 other changes across indexing, LDAP, and connection recovery.

read more
ownCloud Infinite Scale 8.1.0: MFA-Gated Vault Storage Arrives

The New ownCloud Marketplace: Git Is the App Store

The new ownCloud Marketplace is live. 13 Web Extensions, 42 apps, 324 releases, 36 publishers and counting. Zero backend. Zero database. Zero server-side processing. The Git repository is the source of truth. The catalogue is static JSON. Publishing an app is a pull request. Git is the app store.

read more
ownCloud Infinite Scale 8.1.0: MFA-Gated Vault Storage Arrives

oCIS MCP Server v1.0.0: Your AI Assistant Just Got a Key to ownCloud

The oCIS MCP Server v1.0.0 is out. An open source bridge between ownCloud Infinite Scale and any MCP-compatible AI assistant: 80 tools across users, spaces, files, shares, federated OCM, and multi-step workflows. Apache 2.0. Self-hosted. The AI works on your authentication, against your infrastructure, with your data staying where it is.

read more