opencloud
opencloud copied to clipboard
🌤️This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
the link to this seems to have changed, see also https://docs.opencloud.eu/docs/admin/intro#quick-start
https://github.com/opencloud-eu/qa/issues/54 Use a lightweight image based on `docker.io/golang:1.25-alpine3.22`, which includes all necessary dependencies. see https://github.com/opencloud-eu/container-ci/pull/6
This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `4.0.1` will be created...
## Describe the bug I downloaded the new 4.0.0 release of OpenCloud and tried to start it but ut exited with a segmentation violation error. ## Steps to reproduce 1....
## Describe the bug Error messages occur during installation: - `traefik-1 | 2025-12-02T18:31:11Z ERR Failed to retrieve information of the docker client and server host error="Error response from daemon: client...
Description Problem: The latest tag for opencloud-rolling only provides AMD64, breaking ARM64 deployments (Raspberry Pi 5). Evidence: latest = single-arch (AMD64 only) docker manifest inspect opencloudeu/opencloud-rolling:latest "mediaType": "application/vnd.docker.distribution.manifest.v2+json" daily =...
This PR moves the ocdav handler back into the frontend. This removes one usage of the go micro service.
## Is your feature request related to a problem? Please describe. Currently, the included IDP (lico) uses a session cookie for user authentication. This means that users are logged out...
Followup of https://github.com/opencloud-eu/opencloud/issues/1853 If we read the `security.SMACK64` we won't be able to write it back. This leads to errors in environments where selinux is enabled. We should filter the...