5 Commits

Author SHA1 Message Date
Alexander Hofbauer
2b876e7729 5.6.3.2 2020-08-22 21:48:24 +02:00
Alexander Hofbauer
4dbf466ea4 Document healthcheck 2020-08-22 21:48:06 +02:00
Alexander Hofbauer
42d32196fa 5.6.2.2 2020-08-07 20:11:24 +02:00
Alexander Hofbauer
6f4181f51a Refresh for version 5.6.0.17 2020-08-03 11:56:25 +02:00
Alexander Hofbauer
4a19854542 Document simple version check 2020-07-12 13:30:48 +02:00
3 changed files with 19 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
ARG oo_version=5.5.3.39 ARG oo_version=5.6.3.2
FROM onlyoffice/documentserver:$oo_version FROM onlyoffice/documentserver:$oo_version
ARG oo_version=5.5.3.39 ARG oo_version=5.6.3.2
RUN sed -is \ RUN sed -is \

View File

@@ -28,6 +28,13 @@ services:
context: https://github.com/aleho/onlyoffice-ce-docker-license.git context: https://github.com/aleho/onlyoffice-ce-docker-license.git
``` ```
### Verify
To verify that the container is running successfully open
`[server-url]/healthcheck` (has to return `true`) and for the version number open
`[server-url]/web-apps/apps/api/documents/api.js` and check the header comment.
## Background ## Background
Recently, just about a month after Nextcloud announced their partnership with Recently, just about a month after Nextcloud announced their partnership with
Ascensio and featuring a community version of OnlyOffice, the latter decided Ascensio and featuring a community version of OnlyOffice, the latter decided
@@ -39,7 +46,7 @@ feature. Only after some outcries Ascensio deigned to release a statement and
a new, albeit "limited", offer of €90 for home servers. a new, albeit "limited", offer of €90 for home servers.
In my opinion these deceptive practices are unacceptable for a company In my opinion these deceptive practices are unacceptable for a company
advertising itself and their product as open source . advertising itself and their product as open source.
## Thanks ## Thanks

View File

@@ -1,6 +1,6 @@
From 77edf2dd0cc894aefca49927c292defbccf7365b Mon Sep 17 00:00:00 2001 From 49041ccf02617c5a9b92693b3bf65870e6b79006 Mon Sep 17 00:00:00 2001
From: Alexander Hofbauer <alex@derhofbauer.at> From: Alexander Hofbauer <alex@derhofbauer.at>
Date: Sun, 19 Apr 2020 12:52:29 +0200 Date: Mon, 3 Aug 2020 11:44:57 +0200
Subject: [PATCH] Enable rebuild with fake license Subject: [PATCH] Enable rebuild with fake license
--- ---
@@ -10,18 +10,18 @@ Subject: [PATCH] Enable rebuild with fake license
3 files changed, 18 insertions(+), 45 deletions(-) 3 files changed, 18 insertions(+), 45 deletions(-)
diff --git a/Common/sources/commondefines.js b/Common/sources/commondefines.js diff --git a/Common/sources/commondefines.js b/Common/sources/commondefines.js
index 4518ac8..ff00ffe 100644 index 694a13a..eb85e04 100644
--- a/Common/sources/commondefines.js --- a/Common/sources/commondefines.js
+++ b/Common/sources/commondefines.js +++ b/Common/sources/commondefines.js
@@ -970,8 +970,9 @@ const c_oAscQueueType = { @@ -975,8 +975,9 @@ const c_oAscUnlockRes = {
activemq: 'activemq' Empty: 2
}; };
-const buildVersion = '4.1.2'; -const buildVersion = '4.1.2';
-const buildNumber = 37; -const buildNumber = 37;
+const buildVersion = '5.5.3'; +const buildVersion = '5.6.3';
+const buildNumber = 76; +const buildNumber = 2
+exports.buildDate = '2020-03-36T14:02:15.000Z'; +exports.buildDate = '2020-08-17T10:18:00.000+02:00'
exports.TaskQueueData = TaskQueueData; exports.TaskQueueData = TaskQueueData;
exports.CMailMergeSendData = CMailMergeSendData; exports.CMailMergeSendData = CMailMergeSendData;
@@ -124,5 +124,5 @@ index 40bf93e..7109dbd 100644
build-date: $(GRUNT_FILES) build-date: $(GRUNT_FILES)
sed "s|\(const buildVersion = \).*|\1'${PRODUCT_VERSION}';|" -i $(COMMON_DEFINES_JS) sed "s|\(const buildVersion = \).*|\1'${PRODUCT_VERSION}';|" -i $(COMMON_DEFINES_JS)
-- --
2.26.1 2.28.0