ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no plugins available

lephtHanded opened this issue · comments

stack loads fine
but there is no plugins tab (really wanted macros for spreadsheets)
nextcloud v21 (pulled in stack)
onlyOffice App 6.3 (pulled in stack)

i opened a terminal to the onlyoffice-document-server host and checked to see if everything in var/www/onlyoffice/documentserver/sdkjs-plugins was there, and it all looks good - just stumped

ok
fixt it
not sure why, but i did the following:

  1. docker-compose down
  2. deleted the onlyoffice-document-server image (i left the nextcloud:fpm and nginx containers/images alone)
  3. docker-compose up -d
  4. setup script .sh

I logged back in and the plugins tab was there!