-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Nextcloud fails code integrity check #192400
Comments
I think the patch is valid in our case, though (as described in the patch message). The question is if there's something we can/should do about this warning or just leave it because it's a valid distro-level patch. cc @aanderse @yayayayaka @lheckemann @nlewo for opinions. |
It is a valid distro-level patch in my opinion. I think the best way to approach this is to get our patch merged upstream. |
I agree, working with upstream would be best. I found an undocument config.php option, |
The Nextcloud docs suggest that custom distributions set the release version branch to something other than "stable" (maybe "stable-nix" or something in our case). IIUC this still just disables the checks as well. |
Why don't we modify |
Starting with nc26 you can disable the behavior that is currently patched out by setting |
This should be fixed for Nextcloud 26: #222372. |
Describe the bug
Nextcloud instance fails Nextcloud's internal code integrity check. This produces a warning in Nextcloud's admin area.
Steps To Reproduce
Steps to reproduce the behavior:
services.nextcloud = { enable = true; package = pkgs.nextcloud24; }
/settings/admin/overview
on your nextcloud server.Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation.
Screenshot
Expected behavior
The warning should not appear; the integrity check should pass.
Additional context
I believe this is caused by the patch in #190646.
Notify maintainers
@schneefux @bachp @globin @Ma27
Metadata
The text was updated successfully, but these errors were encountered: