Skip to content

ipfs - #125

Merged
jhayniffy merged 1 commit into
InsurNiffy:mainfrom
yahia008:ipfs-upload-proxy
Mar 25, 2026
Merged

ipfs#125
jhayniffy merged 1 commit into
InsurNiffy:mainfrom
yahia008:ipfs-upload-proxy

Conversation

@yahia008

Copy link
Copy Markdown
Contributor

🚀 PR: IPFS Upload Proxy (Closes #42)
📌 Summary

Adds a secure IPFS upload proxy for multipart uploads with validation, pinning, and abuse protection.

✅ What was added
POST /ipfs/upload (multipart + streaming limits)
File validation (size, MIME type) + optional EXIF stripping
Pluggable IPFS providers (Pinata/web3.storage/etc.)
Returns CID + gateway URLs
Idempotency-Key support (no duplicate pins)
Auth + rate limiting + optional CAPTCHA
Safe logging (no file contents)
🔁 Flow

Upload → Validate → (Idempotency check) → Pin → Return CID + URLs ✅

🎯 Result
Secure uploads (no client-side secrets)
No duplicate pins
Clear errors for invalid uploads
Scalable & provider-agnostic

Closes #42

@drips-wave

drips-wave Bot commented Mar 25, 2026

Copy link
Copy Markdown

@yahia008 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@jhayniffy
jhayniffy merged commit 7bf854a into InsurNiffy:main Mar 25, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend — IPFS upload proxy: multipart ingestion, pinning, validation, and abuse controls

2 participants