LinkAce
Self-hosted archive to collect links of your favorite websites
Alternative to: raindrop.io, instapaper, wallabag
About
Versions (100)
v2.1.4
2025-02-26- The API now validates
content-typeandacceptheaders for POST, PATCH and DELETE requests. Those headers were required for the API to work properly, so client should send them already. If you run into issues where LinkAce responds with415HTTP errors, please make sure that your client properly sets the requiredcontent-typeandacceptheaders. Thanks to @prplecake for his awesome debugging and contribution. (#885) - Internal or private links are now properly displayed on tag and list pages. (#914)
- The setup handles database passwords with special characters now. (#927)
- Permissions for the
storagedirectory were adjusted for Docker and PHP release packages. (#879) - Dependencies were updated.