-
feat(backend): enhance social previews for single-file shares
Some checks failedBuild and Publish Docker Image / deploy (push) Failing after 42sreleased this
2026-06-03 14:55:19 +03:00 | 17 commits to master since this releaseImplements dynamic Open Graph (OG) metadata and image generation for
single-file shared boxes to improve social media previews.Changes include:
- Added a new route
/d/{boxID}/f/{fileID}/og-image.jpgfor file-specific OG images. - Updated
DownloadPageto dynamically set the page title, description, and OG image properties when a box contains only one file. - Restricted raw media inline serving for social bots to images and videos.
- Added helper functions to format file share descriptions and determine appropriate social image URLs and types.
- Integrated basic font rendering to support dynamic OG image generation.
Downloads
- Added a new route