OnlyOffice compiled with Mobile Edit Back

It seems they have changed the format of function that needs to be changed. It looks like this now:
docker exec onlyOff grep -oP β€˜.{0,10}isSupportEditFeature=.{20}’ /var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js =>null;ev.isSupportEditFeature=()=>!1;var tv,nv,rv=

so we need to use command like this now:

docker exec onlyOff sed -i β€˜s/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/g’ /var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js && docker exec onlyOff sed -i β€˜s/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/g’ /var/www/onlyoffice/documentserver/web-apps/apps/documenteditor/mobile/dist/js/app.js && docker exec onlyOff sed -i β€˜s/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/g’ /var/www/onlyoffice/documentserver/web-apps/apps/presentationeditor/mobile/dist/js/app.js && docker restart onlyOff

Hello,
I have downloaded the latest version 8.1.3 as a container for Synology.
When starting the container, it claims that redis port is incorrect. What should I put in there ?
Thanks,

EDIT : I inserted in the parameters REDIS_SERVER_HOST=localhost
and it it working fine. Thanks.

Onlyoffice 8.2.2.22. Replaced isSupportEditFeature=()=>!1 with isSupportEditFeature=()=>1, rebooted. Mobile editors do not edit documents.
Use isSupportEditFeature=()=>!0 and be sure to clean the browser cache. Mobile editors now edit documents.

Where can change LICENSE CONNECTIONS and
License users in Onlyoffice version 8.2?

1 Like

I’ve been trying this for a few hours but i can’t figure out what to enter in the
Nextcloud β†’ ONLYOFFICE fields? Collabora was being a real @#%^&@#

Docker container is running on 192.168.1.2:8181

When i go to :
http://192.168.1.2:8181/healthcheck
true

But i need HTTPS it seems?

sudo docker run -i -t -d -p 443:443 \
    -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data  thomisus/onlyoffice-documentserver-unlimited:latest

This i can’t do because those ports are all used?
Changed it to

sudo docker run -i -t -d -p 8282:443 \
    -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data  thomisus/onlyoffice-documentserver-unlimited:latest

but now nothing happens.

I’ve been up and down these posts but i can’t figure it out.

Am i missing something?

Please provide latest 8.2.2 version
thanks

1 Like

Hi @Michiel_Breur, as you reach your nextcloud server using HTTPS, you also have to configure your access to onlyoffice server to HTTPS (not HTTP)
So you have to set certificate not just use the 443 port … you can use let’s encrypt for this if you are accessing you server from outside.
Else, you can create a self signed certificates.

See this guide : Installing ONLYOFFICE Docs for Docker on a local server - ONLYOFFICE

go to section : Running ONLYOFFICE Docs using HTTPS

1 Like

You should put everything behind a reverse proxy like Traefik with ssl

Package updated to 8.3.1

docker pull ghcr.io/thomisus/onlyoffice-documentserver-unlimited:8.3.1

Could you please try it?

Best regards

1 Like

Thanks for proivding latest version

Working nice
Thanks

1 Like

Can we edit PDF with this version ?
Is PDF editing available on Community Edition ?

can edit
but dont expect to edit like adobe acrobat pro.

Package updated to 8.3.3

docker pull ghcr.io/thomisus/onlyoffice-documentserver-unlimited:8.3.3

Could you please try it?

Best regards

1 Like

Hi,
thanks for the latest version. Is it possible to include the api.js together. So that can use the createConnector api. we can get it from the official demo:Check ONLYOFFICE Docs main functionality | ONLYOFFICE using chrome dev tools:
image

currently, it’s 8.3.3 build 18 version

Onlyoffice product naming is quite confusing. Are you sure it is part of onlyoffice document server and not of Onlyoffice Docs ( developer edition ) ?

works flawlessly :slight_smile: thank you!