From 22f90dc98ad269da6fe876f2de2ed8d8123934ef Mon Sep 17 00:00:00 2001 From: mumrah213 Date: Fri, 3 Jul 2026 20:11:12 +0200 Subject: [PATCH] Fixing 'Wrong app name in the app field pf a document metatag #273'. The standalone supervisor configs set APPLICATION_NAME=onlyoffice, which x2t writes into docProps/app.xml as the Application property. Changed to euro-office to match the orchestrated Docker build. Signed-off-by: mumrah213 --- build/configs/standalone/supervisor/ds-adminpanel.conf | 2 +- build/configs/standalone/supervisor/ds-converter.conf | 2 +- build/configs/standalone/supervisor/ds-docservice.conf | 2 +- build/configs/standalone/supervisor/ds-example.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/configs/standalone/supervisor/ds-adminpanel.conf b/build/configs/standalone/supervisor/ds-adminpanel.conf index e0ce7ceb35..8fe354b004 100644 --- a/build/configs/standalone/supervisor/ds-adminpanel.conf +++ b/build/configs/standalone/supervisor/ds-adminpanel.conf @@ -2,7 +2,7 @@ command=%(ENV_EO_ROOT)s/server/AdminPanel/server/adminpanel directory=%(ENV_EO_ROOT)s/server/AdminPanel user=ds -environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=onlyoffice,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib +environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=euro-office,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib stdout_logfile=%(ENV_EO_LOG)s/adminpanel/out.log stdout_logfile_backups=0 stdout_logfile_maxbytes=0 diff --git a/build/configs/standalone/supervisor/ds-converter.conf b/build/configs/standalone/supervisor/ds-converter.conf index 0e7e29e4fd..b9a9be86ec 100644 --- a/build/configs/standalone/supervisor/ds-converter.conf +++ b/build/configs/standalone/supervisor/ds-converter.conf @@ -2,7 +2,7 @@ command=%(ENV_EO_ROOT)s/server/FileConverter/converter directory=%(ENV_EO_ROOT)s/server/FileConverter user=ds -environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=onlyoffice,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib +environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=euro-office,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib stdout_logfile=%(ENV_EO_LOG)s/converter/out.log stdout_logfile_backups=0 stdout_logfile_maxbytes=0 diff --git a/build/configs/standalone/supervisor/ds-docservice.conf b/build/configs/standalone/supervisor/ds-docservice.conf index 62ed4d426a..e42c81336c 100644 --- a/build/configs/standalone/supervisor/ds-docservice.conf +++ b/build/configs/standalone/supervisor/ds-docservice.conf @@ -2,7 +2,7 @@ command=%(ENV_EO_ROOT)s/server/DocService/docservice directory=%(ENV_EO_ROOT)s/server/DocService user=ds -environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=onlyoffice,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib +environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s,NODE_DISABLE_COLORS=1,APPLICATION_NAME=euro-office,LD_LIBRARY_PATH=%(ENV_EO_ROOT)s/server/FileConverter/bin:%(ENV_EO_ROOT)s/server/FileConverter/lib stdout_logfile=%(ENV_EO_LOG)s/docservice/out.log stdout_logfile_backups=0 stdout_logfile_maxbytes=0 diff --git a/build/configs/standalone/supervisor/ds-example.conf b/build/configs/standalone/supervisor/ds-example.conf index c59c5c0296..ea439e0328 100644 --- a/build/configs/standalone/supervisor/ds-example.conf +++ b/build/configs/standalone/supervisor/ds-example.conf @@ -2,7 +2,7 @@ command=%(ENV_EO_ROOT)s-example/example directory=%(ENV_EO_ROOT)s-example/ user=ds -environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s-example,NODE_DISABLE_COLORS=1,APPLICATION_NAME=onlyoffice +environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=%(ENV_EO_CONF)s-example,NODE_DISABLE_COLORS=1,APPLICATION_NAME=euro-office stdout_logfile=%(ENV_EO_LOG)s/ds-example_out.log stdout_logfile_backups=0 stdout_logfile_maxbytes=0