Hasty Briefsbeta

Opencloud – an alternative to Nextcloud written in Go

14 days ago
  • #OpenID Connect
  • #OpenCloud
  • #Backend Development
  • OpenCloud server's main repository contains the golang codebase for backend services.
  • Released under Apache 2.0 license, OpenCloud welcomes contributions like reporting issues, requesting features, writing documentation, and more.
  • To build the backend, use 'make generate' for assets and 'make -C opencloud build' for the binary.
  • The OpenCloud binary can be started locally with 'opencloud/bin/opencloud init && opencloud/bin/opencloud server'.
  • OpenCloud authenticates users via OpenID Connect with external IdPs or the embedded LibreGraph Connect.
  • Data is stored in the filesystem, defaulting to '$HOME/.opencloud/'.
  • Security issues should be reported to [email protected] immediately.