maikrolf
88ce38a49e
fix: bw/stats 404, gateway links, history crash
...
- swr.ts: remove useBandwidth(), drop bw from useDashboard()
- events/route.ts: skip bandwidth SSE (Kubo 0.28.0 unsupported)
- usage/page.tsx: remove getBWStats call + bw references
- helpers.ts: gatewayLink -> ipfs.maos.dedyn.io (subdomain only)
- upload/page.tsx: fix local gatewayLink (subdomain only)
- storage.ts: update default gatewayUrl, add defensive getHistory()
2026-07-05 17:03:18 +02:00
maikrolf
99c113b6f5
fix: bw/stats 404, gateway links, history crash
...
- swr.ts: remove useBandwidth(), drop bw from useDashboard()
- events/route.ts: skip bandwidth SSE (Kubo 0.28.0 unsupported)
- usage/page.tsx: remove getBWStats call + bw references
- helpers.ts: gatewayLink -> ipfs.maos.dedyn.io (subdomain only)
- upload/page.tsx: fix local gatewayLink (subdomain only)
- storage.ts: update default gatewayUrl, add defensive getHistory()
2026-07-05 16:57:29 +02:00
maikrolf
9b8b382925
fix: PWA icons, SW method guard, start script
2026-07-02 01:00:11 +02:00
maik
a13e614371
fix: replace tom1687.no-ip.org with 192.168.1.176, add DateTimeEncoder for API datetime serialization
2026-06-29 16:07:54 +00:00
maikrolf
b12b3e35f4
fix: sw.js POST cache error + manifest icon refs
2026-06-29 16:19:16 +02:00
maikrolf
a8a9d33f36
fix: replace recursive npm start chain with next start + pm2 bootstrap script
2026-06-28 22:00:00 +02:00
maikrolf
a89841a742
fix: remove self-referencing @maos/ipfs-portal dep that breaks npm install
2026-06-28 21:23:15 +02:00
maikrolf
de4146c362
fix: add npm install + build to start script for server deploy
2026-06-28 21:19:24 +02:00
maikrolf
c9432a16ba
SIWE auth, API proxy fixes, dashboard, login, usage pages
...
- SIWE auth flow: challenge/login/logout/me API routes + JWT middleware
- Fixed [...path] catch-all: Kubo proxy with matchRoute() + mapToKuboAPI()
- Fixed session_id → nonce field mismatch in AuthProvider
- Fixed dashboard pins crash: Kubo returns {Keys: {...}}, not array
- Added middleware route guard (307 redirect to /login)
- Added login, register, profile, usage, upload pages
- Added dashboard components (StorageGauge, FreeTierProgress)
- Added SWR hooks + AuthGuard + Providers + Toast/ErrorBoundary
- Added payment integration (smart contract ABI, tiers, tokens)
- Fixed IPNS key listing: Name/Id → name/id mapping
- Added PWA support (manifest, service worker, icons)
- Added tests for helpers, limits, search-index, wallet
2026-06-28 18:31:05 +02:00
maikrolf
1ddc89479c
feat: initial IPFS Portal — Next.js frontend for remote IPFS node management
...
Multi-file upload with Quick Upload + Crypto Payment tabs.
Dashboard with live IPFS metrics, Explorer, Peers, Pins, History, Settings pages.
Docker deploy (standalone output), full test suite (16 Playwright tests).
Payment integration via IPFSPortalPayment + MockUSDC contracts on zkSync.
2026-06-25 19:47:57 +02:00