Install script doesn't setup port for internal NodeJS server.
NodeJS server for onlyoffice document server is setup via supervisord with config in /etc/supervisor/conf.d/ds-docservice.conf
Config for NodeJS server is in /etc/onlyoffice/documentserver/default.json
There is a port setting in this default.json
The only command to change app ports in current Yunohost OnlyOffice install script is this:
This sets up the port that nginx would listen on to serve static content and reverse proxy to the NodeJS server.
If you only setup the nginx port and leave default 8000 for NodeJS, 8000 would conflict with some other app on the system or with app installed via Yunohost. NodeJS server won't start, Only welcome page would work.
This package was public for 2 years at this point. How would nobody stumble on this obvious problem is beyond my understanding.
Did no one ever try to install document server alongside any other packages?
Install script doesn't setup port for internal NodeJS server.
NodeJS server for onlyoffice document server is setup via supervisord with config in
/etc/supervisor/conf.d/ds-docservice.conf
Config for NodeJS server is in/etc/onlyoffice/documentserver/default.json
There is a port setting in thisdefault.json
The only command to change app ports in current Yunohost OnlyOffice install script is this:This sets up the port that nginx would listen on to serve static content and reverse proxy to the NodeJS server.
If you only setup the nginx port and leave default 8000 for NodeJS, 8000 would conflict with some other app on the system or with app installed via Yunohost. NodeJS server won't start, Only welcome page would work.
This package was public for 2 years at this point. How would nobody stumble on this obvious problem is beyond my understanding. Did no one ever try to install document server alongside any other packages?