YunoHost-Apps / onlyoffice_ynh

OnlyOffice package for YunoHost
https://www.onlyoffice.com
GNU General Public License v3.0
19 stars 19 forks source link

I had a weird `ds-example` service running as well as onlyoffice #111

Open MayeulC opened 1 year ago

MayeulC commented 1 year ago

Describe the bug

OnlyOffice was conflicting with invidious over port 3000, same as this other user report.

After investigating, I have a few ds processes:

# systemctl list-unit-files |grep ds-
ds-converter.service                                                          enabled         enabled
ds-docservice.service                                                         enabled         enabled
ds-example.service                                                            enabled        enabled
ds-metrics.service                                                            enabled         enabled

And the ds-example service was running on port 3000.

# ls -l /var/www/onlyoffice/
total 0
drwxr-x---  2 ds ds   6 31 août  09:57 Data/
dr-xr-x--- 12 ds ds 213 31 août  09:57 documentserver/
dr-xr-x---  4 ds ds  50 31 août  09:57 documentserver-example/

Is this "example" a leftover from some other configuration? I disabled the ds-example service and everything works.

Context

Steps to reproduce

Expected behavior

This service should not be running. Moreover, this documentserver-example folder should not exist.