I have nextcloud + onlyoffice installation in docker. I install plugins (macros) in ONLYOFFICE, but without internet he don`t work. I planning use ONLYOFFICE without internet for my personality.
Hello @apk
Please specify how plugin was installed and also which plugin it was exactly. Was it Macros?
Also, please share some more information on how exactly it behaves after installation, if possible make a video demo to share with us for better visual understanding.
In general, with offline installation I believe it is better to install plugin locally into the folder:
Source code of the officially available plugins you can find here:
I installed macros from marketplace but this method don’t work without internet. Then I forwarding folder with macros plugin in docker, but this method also don’t work without internet.
Как итог, не работает плагин с макросом без интернета в докере.
Please note that official languages of this forum are English and Chinese. Kindly asking you to continue communication in one of those.
Indeed, installation from Marketplace requires internet connection. However, it is not clear how did you install plugin via sdkjs-plugins folder. In general, you need to download necessary plugin to some kind of drive to transfer it to the local machine with Document Server without internet connection, name the plugin folder according to its UUID, e.g. for Macros plugin it is {E6978D28-0441-4BD7-8346-82FAD68BCA3B}
(UUID can be found in config.json of the plugin), then start the container with mounted folder or add it to the running container.
Folder with UUID-name must be available in sdkjs-plugins directory in the container directly.
If plugin was added to the container when it is running, additionally restart Document Server services with supervisorctl restart all
to apply changes.
That way plugin will be available in the Plugins tab.