Fix build and add StripMetadata config #25

Merged
floatingghost merged 2 commits from Oneric/admin-fe:buildfix+stripmetadata into develop 2024-04-27 14:44:14 +00:00

2 commits

Author SHA1 Message Date
2c5104d663 Add Pleroma.Upload.Exiftool.StripMetadata settings
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-04-25 23:12:41 +02:00
5c323ebdcd Fix build
- yarn.lock used a git://github.com/ url, but GitHub disabled
  git protocol access more than two years ago
- building some native lib for node-sass failed with compiler errros;
  upgrading the package (and whatever new dep requirements it pulled in)
  resolved this
- errors resulting from some SSL config not being supported in the
  default setup; this is avoided by explicitly choosing the legacy
  provider for now
2024-04-25 23:12:41 +02:00