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

Plugin integrity check error #32

Closed
zeegin opened this issue Jan 25, 2023 · 2 comments
Closed

Plugin integrity check error #32

zeegin opened this issue Jan 25, 2023 · 2 comments

Comments

@zeegin
Copy link

zeegin commented Jan 25, 2023

Make sure that no one issue detected before plugin installation!

docker exec -u www-data nextcloud-server php occ integrity:check-core

Install and configure plugin

docker exec -u www-data nextcloud-server php occ --no-warnings app:install drawio
docker exec -u www-data nextcloud-server php occ --no-warnings config:app:set drawio DrawioUrl --value="https://${TRUSTED_DOMAIN}/drowio/"

Check core again

#	> docker exec -u www-data nextcloud-server php occ integrity:check-core
#	Core issue:
#	- INVALID_HASH
#		- core/js/mimetypelist.js
#	- EXTRA_FILE
#		- core/img/filetypes/dwb.svg
#		- core/img/filetypes/drawio.svg

Check plugin

#	> docker exec -u www-data nextcloud-server php occ integrity:check-app drawio
#	Plugin issue:
#	- EXCEPTION:
#		- Signature data not found.
@m-mohamedin
Copy link
Contributor

Duplicate of #26

@m-mohamedin m-mohamedin marked this as a duplicate of #26 Jan 26, 2023
@zeegin
Copy link
Author

zeegin commented Jan 29, 2023

Close as duplicate

@zeegin zeegin closed this as not planned Won't fix, can't repro, duplicate, stale Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants