We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Duplicate of #26
Sorry, something went wrong.
Close as duplicate
No branches or pull requests
Make sure that no one issue detected before plugin installation!
Install and configure plugin
Check core again
Check plugin
The text was updated successfully, but these errors were encountered: