Skip to content

Instantly share code, notes, and snippets.

View nyatorch's full-sized avatar

nyatorch nyatorch

View GitHub Profile
@nyatorch
nyatorch / Build-Cloudreve-on-OpenBSD-Notes.md
Last active July 22, 2024 22:45
Build Cloudreve on OpenBSD Notes

Notes

  • OpenBSD Limited Users Memory usage by default in login.conf
  • Which caused bad_alloc or Segment Fault when using yarn build
  • Modify login.conf, slove bad_alloc and Segment Fault.
  • meet TypeScript error in [internal](undefined,undefined)
  • However, I can build it on WSL
  • I built frontend static resources on WSL then copied it to OpenBSD
  • build golang backend
  • it works
  • This is not a build method that a qualified developer should use by any means, but it does work.