Entmatix
Entmatix
@pranavxc, nice to see how nocodb develops and grows. Thanks!
Macbook Air M1, MacOS Monterey 12.6, Joplin 2.8.8 rev. c2a6a13 Same issue here. Unable to take any note, because this "randomly go to top cursor" makes impossible to type even...
I use nftables and a dozen docker containers in same network (dockerprv0). None of them has this issue. Only documentserver. With nftables tables flushed same problem appears. So I don't...
I access test example via domain name (you can see it in log - ds.mydomain.xyz). Documentserver container is behind a reverse proxy (NPM) on the same server. I'm unable to...
> I think it's the reason, something is wrong with proxiyng Could be, but... As I said I have a dozen of docker services in the same situation. Every one...
Good idea. Gonna try it soon.
With edited docker-compose file to run documentserver in host network and without proxy: ``` services: app: image: onlyoffice/documentserver:latest container_name: documentserver restart: always volumes: - /mnt/media/docker/containers/documentserver/log:/var/log/onlyoffice - /mnt/media/docker/containers/documentserver/data:/var/www/onlyoffice/Data network_mode: host ```...
@[ShockwaveNN](https://github.com/ShockwaveNN) unfortunately it doesn't work too. The command you suggested simply using docker0 interface (bridge). Overall it's no different from my dockerprv0 except I didn't set it in nftables. I...
My network setup could be an issue, but I can't discard the fact all other containers work fine in this setup. ``` ce0f3cb91324 adguard running Up 29 hours 47ad9e116e28 gitea...