Skip to content

Commit 2025411

Browse files
authored
Onlyffice fixes
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 6c9613e commit 2025411

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nextcloud_update.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,12 @@ $DOCKER_RUN_OUTPUT"
633633
# Collabora CODE
634634
docker_update_specific 'code' 'Collabora'
635635
# OnlyOffice
636-
docker_update_specific 'onlyoffice' 'OnlyOffice'
636+
## Don't upgrade to community if EE is installed
637+
if ! does_this_docker_exist onlyoffice-ee
638+
then
639+
print_text_in_color "$IRed" "Skipping OnlyOffice due to issues with Websockets: https://forum.onlyoffice.com/t/onlyoffice-7-3-websocket-path-changed/3767/5"
640+
#docker_update_specific 'onlyoffice' 'OnlyOffice'
641+
fi
637642
# Full Text Search
638643
docker_update_specific 'fts_esror' 'Full Text Search'
639644
docker-compose_update 'fts_os-node' 'Full Text Search' "$OPNSDIR"

0 commit comments

Comments
 (0)