ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
363 stars 156 forks source link

no plugins available #55

Closed lephtHanded closed 3 years ago

lephtHanded commented 3 years ago

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

lephtHanded commented 3 years ago

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!