Ralf Haferkamp 07b97fa7ac revert(partial): "Filter users by tenant, add tenant ids to demo users"
This reverts parts of commit 926a2c2080.

The LDAP identity backend of the graph service was supposed to stay single-tenant
only. The focus for multi-tenancy should be on the CS3 identity backend.

Also lets keep the internal IDM and demo users clean of any
multi-tenancy stuff for now.
2025-09-04 08:47:19 +02:00
2025-07-17 00:02:12 +00:00
2025-04-23 10:07:48 +02:00
2025-03-25 09:52:08 +01:00
2025-08-15 12:41:36 +02:00
2025-09-02 10:13:07 +02:00
2025-07-16 10:29:34 +02:00
2025-01-28 18:03:12 +01:00
2025-09-01 10:52:42 +02:00
2025-01-15 11:14:42 +01:00
2025-08-15 12:41:36 +02:00
2025-03-13 14:04:14 +01:00
2025-09-02 10:36:31 +02:00
2025-02-04 11:29:46 +01:00
2025-07-08 11:16:07 +02:00
2025-01-17 17:21:23 +01:00
2025-01-27 16:29:43 +01:00
2025-03-13 16:10:00 +01:00

OpenCloud logo

status-badge Matrix License

Server Backend

Tip

For general information about OpenCloud and how to install please visit OpenCloud on Github and OpenCloud GmbH.

This the main repository of the OpenCloud server. It contains the golang codebase for the backend services.

Getting Involved

The OpenCloud server is released under Apache 2.0. The project is very happy to receive contributions in all forms. Start hacking now 😃

Build OpenCloud

To build the backend, follow these instructions:

Generate the assets needed by e.g. the web UI and the builtin IDP

make generate

Then compile the opencloud binary

make -C opencloud build

That will produce the binary opencloud/bin/opencloud. It can be started as a local test instance right away with a two step command:

opencloud/bin/opencloud init && opencloud/bin/opencloud server

This creates a server configuration (by default in $HOME/.opencloud) and starts the server.

For more setup- and installation options consult the Development Documentation.

Contribute

We very much appreciate contributions from the community. Please refer to our Contribution Guidelines on how to get started.

Technology

Important information for contributors about the technology in use.

Authentication

The OpenCloud backend authenticates users via OpenID Connect using either an external IdP like Keycloak or the embedded LibreGraph Connect identity provider.

Database

The OpenCloud backend does not use a database. It stores all data in the filesystem. By default, the root directory of the backend is $HOME/.opencloud/.

Security

If you find a security related issue, please contact security@opencloud.eu immediately.

Description
This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
Readme Apache-2.0 327 MiB
Languages
Go 48.4%
Gherkin 36.6%
PHP 12.4%
JavaScript 1.3%
Makefile 0.7%
Other 0.5%