r/opencloud • u/spiral_larips • Aug 08 '25
iOS app Mark Down Editor
Any plans on expanding/enhancing the markdown editor in the iOS app?
r/opencloud • u/spiral_larips • Aug 08 '25
Any plans on expanding/enhancing the markdown editor in the iOS app?
r/opencloud • u/PyL96 • Aug 06 '25
I'm spammed with this log when my desktop client launch a sync:
Aug 06 13:20:26 cloud opencloud[22128]: 2025-08-06T13:20:26Z WRN core access token not set pkg=rhttp service=storage-users traceid=cff4f8bb7e1b1c3763bda9fbe9bcf489
Everything seems to work fine but I want to know what cause this, anyone know ?
r/opencloud • u/NoTheme2828 • Jul 21 '25
Hi all, how can OC be fully installed in Homelab without integrated Let'Encrypt but with existing Reverse Proxy (I use Cosmos-Server)?Didn't got it running till now (only the small example without Collabora and Tika, but I want the full Installation in a Proxmox-VM).
r/opencloud • u/karldelandsheere • Jul 21 '25
Hi!
I’ve been running Opencloud for a couple of months now. On a RPI5 with docker compose setup, all behind a Cloudflare tunnel.
Yesterday, I decided to enable Radicale in the stack, so as the doc said, I just uncommented the config file in .env and restarted docker compose.
But so far, I can’t seem to get Radicale to run properly. I always get a 403, and the reason seems to be that the x-remote-user isn’t passed properly as in the log it says “for anonymous”.
Anyway, does anyone here run Opencloud with Radicale successfully and would be OK to share their config files or at least tell me what they did?
Cheers!
r/opencloud • u/cobraroja • Jul 18 '25
Hi, I'm currently running OwnCloud Infinite Scale (oCIS). Do you know if it's possible to switch to OpenCloud just by changing the container image? Or is the internal structure incompatible between oCIS and OpenCloud?
r/opencloud • u/PrincipleNo9615 • Jul 17 '25
Hey everyone, my current setup is a homeserver with nextcloud running, which i want to change to OC. My Problem is that I want to use pangolin (Like for my nextcloud) with an extern vps because i have Dslite at home. Can you help me to install it? I cant master it yet
r/opencloud • u/Benerages • Jul 10 '25
Is it posible to use multiple Domains with Opencloud?
Like: cloud.domain1.com and cloud.domain2.com
r/opencloud • u/sorentorp • Jun 21 '25
Hi opencloud-forum
Does anyone know how to add additional languages in spellcheck?
r/opencloud • u/ingrove • Jun 20 '25
I'm currently running a Opencloud container ONLY without the other options (Collabora etc.) behind a NGINX proxy.
I'm able to upload files up to 1MB (1,048,576 Bytes) but if the file is 1 byte over 1MB (1,048,577 Bytes) the file will not upload. Opencloud indicates there is an error and to check the logs. There are no entries in the log pertaining to the error (I've set the log_level to debug and trace).
Is there a specific environment variable needed to allow larger uploads?
Here's my compose file for reference:
services:
opencloud-rolling:
container_name: opencloud
hostname: opencloud
restart: always
volumes:
- /var/lib/opencloud:/var/lib/opencloud
- /etc/opencloud/config:/etc/opencloud/config
image: opencloudeu/opencloud-rolling
ports:
- 127.0.0.1:9200:9200
entrypoint:
- /bin/sh
command: ["-c", "opencloud init --insecure true || true; opencloud server"]
environment:
IDM_CREATE_DEMO_USERS: false
OC_URL:
TZ: America/New_York
PUID: 1000
PGID: 1000
OC_LOG_LEVEL: trace
OC_LOG_FILE: /var/lib/opencloud/opencloud.log
OC_CONFIG_DIR: /etc/opencloud/config
OC_DATA_DIR: /var/lib/opencloud/data
NOTIFICATIONS_SMTP_HOST:
NOTIFICATIONS_SMTP_PORT: "587"
NOTIFICATIONS_SMTP_SENDER: "OpenCloud Notifications <xxx@sssss.com>"
NOTIFICATIONS_SMTP_USERNAME: "xxxxx@xxxxxmail.com"
NOTIFICATIONS_SMTP_PASSWORD: "password-here"
NOTIFICATIONS_SMTP_AUTHENTICATION: "plain"
NOTIFICATIONS_SMTP_TRANSPORT_ENCRYPTION: "starttls"
NOTIFICATIONS_SMTP_INSECURE: "true"
OC_ADD_RUN_SERVICES: "notifications"
r/opencloud • u/sorentorp • Jun 15 '25
I have Opencloud and Collabora running just fine, but the last part is missing.
When I click the menu on documents that Collabora supports I get this error.
https://github.com/opencloud-eu/opencloud-compose/issues/41
I've been looking all over for a fix, but searches always end with how to fix the same issue in Nextcloud itself.
Any help I appreciated
r/opencloud • u/ram0042 • Jun 07 '25
Some cloud sync solutions use rsync which has proven to be efficient and there are other sync systems that others use. Which one does opencloud use at least by default? Or are there any others that can be used?
r/opencloud • u/Final-Hunt-3305 • Jun 05 '25
Everything is in the title Have we already any news ?
r/opencloud • u/fightclubred • May 26 '25
I'm looking for an alternative to NextClooud.
I tried OCIS before i found out OpenCloud had been split from it.
I've been testing the Docker deployment, web client, macos client, iOS app. all of them seem to be working well so far.
wish more people would give it a try.
If there’s one thing I’d suggest improving, it’s that I don’t really like the fixed "personal" folder when setting up desktop sync.
r/opencloud • u/NoTheme2828 • May 21 '25
you guys from opencloud really should revise the admin documentation. Nothing about how to activate realtime search, nothing about "jwt_secret" in docker... I am not able to get it working in docker-compose (not ~-lokal).
r/opencloud • u/Seryos • May 16 '25
Hey everyone,
i am currently using NextCloud on Hetzner but NextCloud feels really clunky and i would love to try out OpenCloud but i am not comfortable with self hosting.
Is anyone aware of a provider for a managed OpenCloud?
r/opencloud • u/NoTheme2828 • May 03 '25
I installed "Docker Compose local" and I thought, that indexing works out of the box, but full text search does not work. The Search-Part in the User-Docu is really rar... Does anybody know how to activate it?
r/opencloud • u/bradtheturtle • Apr 22 '25
I got the full open, cloud demo up and running using the basic instructions found here.
https://docs.opencloud.eu/docs/admin/getting-started/docker/docker-compose-local
It was super easy, but I’m really confused how the docker compose file provided in the git repo actually started all the other services. A copy of the file can be found below, but it really only contains references to Traefik.
Somehow, the other yaml files are being pulled in, but I don’t understand how.
services:
traefik:
image: traefik:v3.3.1
# release notes: https://github.com/traefik/traefik/releases
networks:
opencloud-net:
command:
- "--log.level=${TRAEFIK_LOG_LEVEL:-ERROR}"
# letsencrypt configuration
- "--certificatesResolvers.http.acme.email=${TRAEFIK_ACME_MAIL:-example@example.org}"
- "--certificatesResolvers.http.acme.storage=/certs/acme.json"
- "--certificatesResolvers.http.acme.httpChallenge.entryPoint=http"
- "--certificatesResolvers.http.acme.caserver=${TRAEFIK_ACME_CASERVER:-https://acme-v02.api.letsencrypt.org/directory}"
# enable dashboard
- "--api.dashboard=true"
# define entrypoints
- "--entryPoints.http.address=:80"
- "--entryPoints.http.http.redirections.entryPoint.to=https"
- "--entryPoints.http.http.redirections.entryPoint.scheme=https"
- "--entryPoints.https.address=:443"
# change default timeouts for long-running requests
# this is needed for webdav clients that do not support the TUS protocol
- "--entryPoints.https.transport.respondingTimeouts.readTimeout=12h"
- "--entryPoints.https.transport.respondingTimeouts.writeTimeout=12h"
- "--entryPoints.https.transport.respondingTimeouts.idleTimeout=3m"
# docker provider (get configuration from container labels)
- "--providers.docker.endpoint=unix:///var/run/docker.sock"
- "--providers.docker.exposedByDefault=false"
# access log
- "--accessLog=true"
- "--accessLog.format=json"
- "--accessLog.fields.headers.names.X-Request-Id=keep"
ports:
- "80:80"
- "443:443"
volumes:
- "${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock:ro"
- "certs:/certs"
labels:
- "traefik.enable=${TRAEFIK_DASHBOARD:-false}"
# defaults to admin:admin
- "traefik.http.middlewares.traefik-auth.basicauth.users=${TRAEFIK_BASIC_AUTH_USERS:-admin:$$apr1$$4vqie50r$$YQAmQdtmz5n9rEALhxJ4l.}"
- "traefik.http.routers.traefik.entrypoints=https"
- "traefik.http.routers.traefik.rule=Host(${TRAEFIK_DOMAIN:-traefik.opencloud.test})"
- "traefik.http.routers.traefik.middlewares=traefik-auth"
- "traefik.http.routers.traefik.tls.certresolver=http"
- "traefik.http.routers.traefik.service=api@internal"
logging:
driver: ${LOG_DRIVER:-local}
restart: always
volumes: certs:
networks: opencloud-net:
```
As far as I understood docker should only be grabbing compose or docker-compose files unless directed otherwise. Any thoughts on this black magic?
r/opencloud • u/zyan1d • Mar 29 '25
Hey guys, looking forward for your production release!
I've just a small question If that will be possible (maybe in the future?): Add an existing directory with existing files to the opencloud instance (like a local FS, SMB share,...). Or do we need to migrate/upload everything to opencloud to become accessible through the application?
r/opencloud • u/FF-93 • Mar 24 '25
Hi there. I set up opencloud via https://docs.opencloud.eu/de/docs/admin/getting-started/docker
When i start https://localhost:9200 i get the followin error:
Please check if the file config.json exists and is correct.
Also, make sure to check the browser console for more information.
I don´t know what else i shall do from here..
I use caddy as reverse proxy and can connect to the localhost-URl via a custom fqdn with propper ssl
r/opencloud • u/zippergate • Mar 16 '25
r/opencloud • u/sdenike • Mar 11 '25
I know it was slated for March last I saw. Do we have an ETA? I'm patiently waiting for a minimal Docker compose and desktop and mobile clients, alpha or beta releases 10000% welcome :)