Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.98.0
2025-01-22Various bugfixes and background improvements, and an option to disable the “running as root” warning for when you KNOW it’s really safe to do so, like on a PaaS.
What’s Changed
✨ New Features ✨
- add SUDO_RUN_UNSAFELY env var to disable root security warning by @Floppy in https://github.com/manyfold3d/manyfold/pull/3465
🐛 Bug Fixes 🐛
- Add option for whether or not to use path-style URLs for non-AWS S3 services by @Floppy in https://github.com/manyfold3d/manyfold/pull/3458
- Fix s3 path-style parameter filtering by @Floppy in https://github.com/manyfold3d/manyfold/pull/3459
- Fix case-sensitivity in public IDs by @Floppy in https://github.com/manyfold3d/manyfold/pull/3461
- Fix unfollowing remote actors by @Floppy in https://github.com/manyfold3d/manyfold/pull/3470
🛠️ Other Improvements 🛠️
- add concrete type field to creator activitypub objects by @Floppy in https://github.com/manyfold3d/manyfold/pull/3460
- Configure SSL and hostname in dev mode for use with ngrok tunnels by @Floppy in https://github.com/manyfold3d/manyfold/pull/3467
- Add concrete type to User activitystreams representation by @Floppy in https://github.com/manyfold3d/manyfold/pull/3468
- Add trust & safety category to release notes by @Floppy in https://github.com/manyfold3d/manyfold/pull/3469
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.97.1…v0.98.0