Dmitriy Rotatyy
Dmitriy Rotatyy
@Roumanille Can't reproduce this issue. ownCloud 9.1.5 (stable) onlyoffice/documentserver:4.3.2.3 onlyoffice integration app 1.1.6 External Storage app 0.6.0
Hello @basheuvelink. Yes, it is possible. At first, you should change proxy configuration and then set virtual path to special nextcloud option - overwritewebroot. part of nginx settings: ``` location...
``` docker exec -it nextcloud_container_id bash apt update && apt install -y nano nano config/config.php ```
Can you show nginx settings and config.php settings?
I see, you added my example part of nginx settings, but you don't changed path to nextcloud. Please, change http://nextcloud/ to your real nextcloud path (I think, it is home.mynetgear.com)
You use docker compose from https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud?
@basheuvelink, I tried to find an easy way for making proxy via nginx.conf from this repo, but it is not possible. I think, nextcloud proxy setting is a question for...
@basheuvelink, yes, I tried to do it too, but I have some errors after it. Can you show your result nginx config?
Hello @KimTheFirst. I can not reproduce issue. I installed NC (using docker) without SSL on one server (and added` 'verify_peer_off' => TRUE` to /var/www/html/config/config.php), and Document Server (with docker as...
Hello @0fisher. `onInputHelperInput` will triggered only on input from keyboard, and will not trigerred on pasting text, it normal behavior. I think, you use some software for type Chinese, and...