mattermost: remove free edition spam properly #53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fsagbuya/it-infra:mattermost-webapp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
webapp
from source.FREE EDITION
banner from UI.Note:
Currently, the
postInstall
reference is patched as thewebapp
is invoked using curly braces ({}
). A PR is opened to resolve this: https://github.com/NixOS/nixpkgs/pull/373085.Once that PR is merged in
nixos-24.11
, thewebapp
can be overridden directly.Closes #51
fix-package-lock-json.patch
is massive. What's going on with it?Error log in initial build: https://gist.github.com/fsagbuya/aadbe79e3b791c5c82e5bb917e2ca63d
Seems like an
npm
known issue for outdated lock files. https://github.com/NixOS/nixpkgs/issues/253879Does it really need such a huge patch?
How to generate it?
By removing current
package-lock.json
andnode_modules
(if existing), then reinstall dependencies usingnpm i
From what I see, it injects required
resolved
andintegrity
fields in the json file to those dependencies that don't have it.mattermost: build web app from source and remove spam properlyto WIP: build mattermost web app from source and remove spam properly70f766efe0
to59b57f7103
WIP: build mattermost web app from source and remove spam properlyto mattermost: remove free edition spam properlySee updated description.
59b57f7103
tof2ee0f1dbd