Alfablos
Alfablos
> Can confirm the same issue: **OS:** Ubuntu 20.04.4 **Web server:** Apache 2.4 **Database:** MySQL (MariaDB) **PHP version:** 7.4.3 **Nextcloud version:** Nextcloud Hub II 23.0.2 **Version of the richdocuments app:**...
Hello, first thing first this project is awesome! Then, I have the same issue, setting the variable (tried master and v0.12) does not fix the issue. I've tried both using...
I was wondering the same: I'm running this on Kubernetes and it feels weird to mount configuration files. > Posting this as i didn't see any work around already posted....
> I just ran into this on a 2024 Asus G14 (AMD Integrated, NVIDIA Discrete) running Nobara (basically Fedora) when doing either `DRI_PRIME=1 zed` or `DRI_PRIME=1 WAYLAND_DISPLAY='' zed`. Just running...
It also affects in-memory DBs. I'm using crate `surrealdb = { version = "2.3", default-features = false, features = ["kv-mem"] }`, and also docker image version 2.3.7. Array values as...
Hey guys, I've tried this too. I've seen that it hangs because of the rsync commands in the entrypoint. I'm using NFS (4.1) as a storage backend and it takes...
Here's how the interesting part of the entrypoint.sh looks like: ``` if [ "$(id -u)" = 0 ]; then rsync_options="-vrlDog --chown www-data:root --progress --append" else rsync_options="-rlDv --progress --append" fi ```...