Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

OnlyOffice

48 Topics 392 Posts
  • OnlyOffice - Package Updates

    Pinned
    64
    0 Votes
    64 Posts
    5k Views
    Package UpdatesP

    [1.18.2]

    Update DocumentServer to 8.2.1 Full Changelog Fixed appearance of an extra argument when switching from a linear equation Fixed navigation via menu instead of moving around text when using Fixed inconsistency in the appearance of labels as compared to other editors Fixed the ability to add some TIF/TIFF images to documents Fixed an issue with calculating spacing before for a paragraph Fixed an issue with cell selection after removing table rows Fixed calculating footnotes in the extreme case when there is no space even Fixed an issue with the exact row height support when opening DOCX files ...
  • App "Not responding" with Error 502

    3
    1 Votes
    3 Posts
    45 Views
    S

    @jdaviescoates

    Thank you very much.
    Absolutely right, that helped me.
    ONLYOFFICE Docs 8.1.3 Package Version com.onlyoffice.coudronapp@1.17.2 restore from backup works. But updates then fail.
    So I installed the latest version directly from the app store, changed the secret and made the corresponding changes in Nextcloud (/settings/admin/onlyoffice). So just a whole restart. You really don't lose anything.
    Now it's running again. Thanks.

  • Update OnlyOffice EE with v8.2

    Solved
    3
    1 Votes
    3 Posts
    58 Views
    nebulonN

    Version 8.2 for OnlyOffice enterprise is out now.

  • Onlyoffice docs doesn't open anymore

    Moved Solved
    9
    1 Votes
    9 Posts
    227 Views
    J

    From time to time, the connection just goes away.

    I click the 'Save' button on the Open Office connection page inside NextCloud and it works again. AFAIK, this is a common issue.

  • 0 Votes
    10 Posts
    777 Views
    A

    Yes, I have completed every reinstall, and reinstall of the app instance. It is not working.

  • 0 Votes
    4 Posts
    1k Views
    B

    Better solution:

    Find the "Domains & Certs" menu in the dropdown Click on your domain and switch from Cloudflare to Manual (this can just be temporary) and then save Now try to uninstall your app again. Now you can probably try to reintegrate Cloudflare again via API

    You may just have an expired Cloudflare token, which can happen. Check out expiry date for your token and try again.

  • Onlyoffice often not responding

    5
    1 Votes
    5 Posts
    278 Views
    jdaviescoatesJ

    BTW, you could also just use one instance of OnlyOffice and connect it to multiple Nextclouds

  • Question about adding fonts and custom samples for OnlyOffice ?

    Moved Solved
    12
    3 Votes
    12 Posts
    1k Views
    nebulonN

    This took a bit but the latest package version has this fixed.

  • 2 Votes
    2 Posts
    176 Views
    girishG

    @osobo there is a OnlyOffice EE package that removes this limitaiton - https://www.cloudron.io/store/com.onlyoffice_ee.coudronapp.html . But of course, you have to get a license key from OnlyOffice. Maybe you can explain your Non-profit setup and they can accomdate.

  • Onlyoffice high CPU usage

    13
    0 Votes
    13 Posts
    819 Views
    im-fabianI

    @girish the support replied. I did not have the time to look into it, but wanted to share the feedback with you asap:

    You are correct, but you can decrease the amount of converter processes by changing maxprocesscount parameter in default.json file: /etc/onlyoffice/documentserver/default.json "FileConverter": { "converter": { "maxprocesscount": 1, The default value is "1" but you can change it (to 0.5 or 0.25 for instance) to decrease the number of processes, since maxprocesscount is a multiplier, the number of converter processes will be equal to maxprocesscount * number of CPUs. Please, do not forget to restart Document Server's services after applying the changes: supervisorctl restart all
  • where is the folder for Licence.lic

    Unsolved
    3
    1 Votes
    3 Posts
    330 Views
    nebulonN

    @kmz010101 did you manage to get this to work in the end?

  • 1 Votes
    38 Posts
    4k Views
    ChristopherMagC

    In case any one else is looking through this thread later, the best path forward in our case was to start using DigitalOcean's free DNS service and then change the domain configuration in cloudron from manual to DigitalOcean.

    Our cloudron apps are hosted under a subdomain of the top level domain so we needed to setup both the top level domain and the subdomain in digital ocean with name server records for the subdomain defined at the top level domain. We also needed to change our domain registrar's setup so that they would point to DigitalOcean's name servers as authoritative for the domain.

    All of this worked and has resulted in us being able to have a cloudron instance that is not reachable from the public internet in any way but is still able to use Let's Encrypt certificates for everything via cloudron's automatic certificate management.

    If you go down this path please be sure to get things setup, change the domains configuration, sync dns, renew certificates, and reboot the cloudron server and if things are configured properly you should be able to see that the certificates being used switch from your manually loaded certificate to the Let's Encrypt certificate.

    Ultimately this results in https connections between apps, like nextcloud and onlyoffice, working by default without work around needed to bypass certificate verification.

  • OnlyOffice timing out when used with Nextcloud documents

    Solved
    14
    1 Votes
    14 Posts
    1k Views
    R

    Thanks: that did the trick.

  • Error: The file size exceeds the limitation set for your server.

    Unsolved
    3
    1 Votes
    3 Posts
    376 Views
    girishG

    Looks like adjusting inputLimits is what is suggested in https://forum.onlyoffice.com/t/the-file-size-exceeds-the-limitation-set-for-your-server/4888 as well. https://github.com/ONLYOFFICE/DocumentServer/issues/1674 and https://github.com/ONLYOFFICE/DocumentServer/issues/685 also suggests similar.

    Just to double check, did you restart the app after making changes ?

  • Enterprise Edition / mobile editing

    2
    1 Votes
    2 Posts
    223 Views
    nebulonN

    You may have to reach out to the OnlyOffice support also to get information on how to debug this. We haven't gotten any test license from them to debug such app issues unfortunately.

    Also may be worth checking the OnlyOffice Cloudron app logs.

  • Unknown pids?

    3
    0 Votes
    3 Posts
    731 Views
    girishG

    Just found https://www.reddit.com/r/devops/comments/ooq32r/what_does_reaped_mean_in_supervisord_logs/ where a comment has good information.

  • Possible to edit Editors' default config?

    Unsolved
    1
    1 Votes
    1 Posts
    129 Views
    No one has replied
  • Error: the document could not be saved

    Unsolved
    1
    1 Votes
    1 Posts
    253 Views
    No one has replied
  • Using plugins

    2
    1 Votes
    2 Posts
    272 Views
    girishG

    @chetbaker It was quite a ride to find this information. The information in the docs was quite cryptic.

    What I found is (maybe):

    You have to build a .plugin file yourself from source. Apparently, you do this by " Archive the plugin files (it must contain config.json, index.html, and pluginCode.js). Change the file extension to .plugin. " . I think one has to read up how to create a plugin to test this out (I haven't).

    You have to edit the line https://github.com/ONLYOFFICE/onlyoffice.github.io/blob/master/sdkjs-plugins/content/languagetool/scripts/langTool.js#L61 before creating the plugin file.

  • 0 Votes
    2 Posts
    312 Views
    jdaviescoatesJ

    @scooke it's been like that for ages.

    There was a tiny time window during which it was possible to edit OnlyOffice docs on mobile too (i.e. just after Nextcloud Hub something came out all singing and dancing about the OnlyOffice partnership), but then OnlyOffice swiftly shut that down.

    I think that is one of the major reasons Nextcloud Hub now comes with Collabora instead.

    For a while someone created a naughty fork that generated a fake license key, but I think perhaps that whack a mole game gave up in the end.