Files
opencloud/README.md
Klaas Freitag 8230cd3190 Be more specific about the repo content
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-20 12:36:03 +01:00

1.6 KiB

OpenCloud logo

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.

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/.

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 the following instructions:

cd opencloud
make build

That will produce the binary bin/opencloud.

For more information consult the Development Documentation.

Please always refer to our Contribution Guidelines.

Security

See the Security Aspects for security related topics.

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