Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When OnlyOffice 8.1.1 is installed on the arm architecture, the custom plug-in does not take effect #2881

Open
1 task done
buddy-lin opened this issue Sep 11, 2024 · 3 comments
Assignees
Labels
waiting feedback Issues that we waiting to be answered from author of issue

Comments

@buddy-lin
Copy link

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System of DocumentServer

Docker

Version information

8.1.1

Expected Behavior

add helloworld plugin. but the custom plug-in does not take effect.
image

Actual Behavior

1.pull image.
docker pull onlyoffice/documentserver:8.1.1

2.run.
docker run -i -t -d -p 80:80 --restart=always -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data -v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice -v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql -e JWT_SECRET=my_jwt_secret onlyoffice/documentserver:8.1.1

3.add helloworld plugin.
image

4.the custom plug-in does not take effect.
image

Reproduction Steps

No response

Additional information

No response

@VladimirProkofiev52
Copy link

Hello! @buddy-lin
Could you please let me know how you added the plugin?
After adding the plugin, did you restart the services within the container using the command: supervisorctl restart all ?

@Rita-Bubnova Rita-Bubnova added the waiting feedback Issues that we waiting to be answered from author of issue label Sep 11, 2024
@buddy-lin
Copy link
Author

Hello! 你好!@buddy-lin Could you please let me know how you added the plugin?你能让我知道你是如何添加插件的吗? After adding the plugin, did you restart the services within the container using the command: supervisorctl restart all ?添加插件后,是否使用命令重新启动容器内的服务:?

Copy the plug-in to the /var/www/onlyoffice/documentserver/sdkjs-plugins directory.
The container has been restarted.
X86 is normal.

@Rita-Bubnova Rita-Bubnova removed the waiting feedback Issues that we waiting to be answered from author of issue label Sep 12, 2024
@VladimirProkofiev52
Copy link

Could you please confirm if the issue has been resolved and is no longer occurring?

@Rita-Bubnova Rita-Bubnova added the waiting feedback Issues that we waiting to be answered from author of issue label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting feedback Issues that we waiting to be answered from author of issue
Projects
None yet
Development

No branches or pull requests

3 participants