Skip to content

Commit 849ab76

Browse files
committed
chore: readme update, ci update
1 parent 39ca9fb commit 849ab76

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/assets/og.png

271 KB
Loading

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
severity: CRITICAL,HIGH
9090

9191
- name: Upload Trivy scan results to GitHub Security tab
92-
uses: github/codeql-action/upload-sarif@v3
92+
uses: github/codeql-action/upload-sarif@v4
9393
if: always()
9494
with:
9595
sarif_file: trivy-results.sarif

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
<div align="center">
2+
<img src=".github/assets/og.png" />
3+
14
# PixelServe
25

36
A high-performance image processing microservice built with Bun, ElysiaJS, and Sharp. Provides on-the-fly image transformations and dynamic Open Graph image generation via simple URL parameters.
7+
</div>
48

59
## Features
610

@@ -12,6 +16,14 @@ A high-performance image processing microservice built with Bun, ElysiaJS, and S
1216
- **SSRF Protection** - Blocks private IPs, localhost, and dangerous protocols
1317
- **Type-Safe** - Full TypeScript with Elysia's TypeBox validation
1418

19+
## Support
20+
21+
If you find PixelServe useful, consider supporting its development:
22+
23+
[![Sponsor on GitHub](https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-ec6cb9?logo=github)](https://github.com/sponsors/climactic)
24+
25+
Your sponsorship helps maintain and improve PixelServe with new features, better documentation, and continued support.
26+
1527
## Quick Start
1628

1729
```bash

0 commit comments

Comments
 (0)