jgraph/drawio-nextcloud

Plugin integrity check error

zeegin opened this issue · 2 comments

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.

Duplicate of #26

Close as duplicate