Nicolas Gif

Results 10 comments of Nicolas Gif

Well, I used a npm package [csvtojson](https://www.npmjs.com/package/csvtojson) instead. Sorry.

I made root the owner and www-data the group of /var/data. In general the file rights are "rw(x)r-(x)---". I add write rights for the group when the web server really...

Hi, Try adding `--volume-driver` parameter: ``` [root@qxg-dev volumes]# docker run -it --volume-driver=rexray/s3fs -v rexray-s3:/opt centos ```

> sudo docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=nextcloud\\.eduardo\\.com" -e "username=nextcloudadmin" -e "password=Eutiquio12" --name=COLLABORAOFFICE --restart always --cap-add MKNOD collabora/code The browser must be able to connect to the container....

If you specify `-p 192.168.1.51:9980:9980` your collabora container will only listen to connexions comming from the VM that hosts it. So your browser (which IP is different from 192.168.1.51 I...

First, remove the listen IP: sudo docker run -t -d -p 9980:9980 -e "domain=nextcloud\.eduardo\.com" -e "username=nextcloudadmin" -e "password=Eutiquio12" --name=COLLABORAOFFICE --restart always --cap-add MKNOD collabora/code Then, you must tell NC the...

I did not understand that you're using NC and collabora within a private network. The browser must know onlyoffice.eduardo.com as well. According to https://www.collaboraoffice.com/code/docker/ , set `-e "extra_params=--o:ssl.enable=false"` to start...

To go a little further and navigate easily between linked cards, there could be a new tab in the the card details to show the cards which the actual one...

Hi, I've got the same error on Android on v1.20. But I'm not sure it's supported yet on Android. Should it work?

Works for me now in HTTPS on Android 13 with v1.22