Commit a5d6772
committed
Add stats block with server-side sharepic image generation
Introduces an `activitypub/stats` block that displays annual Fediverse
statistics as a card or shareable image. The image mode uses a REST
endpoint (`/activitypub/v1/stats/image/{user_id}/{year}`) to generate
a 1200x630 PNG server-side via GD, making it accessible to social
media platforms for OG/link preview cards.
Based on the wrapped block from the fediverse-wrapped-block branch,
renamed from "wrapped" to "stats" for clarity as a standalone feature.1 parent 430e892 commit a5d6772
8 files changed
Lines changed: 980 additions & 0 deletions
File tree
- includes
- rest
- src/stats
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments