Commit Graph

5 Commits

Author SHA1 Message Date
hobokenchicken a0ff5adda8 docs: add troubleshooting guide
Document common issues and solutions including:
- NPM deprecation warnings (safe to ignore)
- Database connection issues
- Webhook configuration
- SSL certificate problems
- Memory and performance tuning
2026-04-14 13:42:35 -04:00
hobokenchicken d602d667ea fix(frontend): update Next.js to 14.2.15
Fix security vulnerability in Next.js 14.0.4.
See: https://nextjs.org/blog/security-update-2025-12-11

Other npm deprecation warnings are from transitive dependencies
(@solana/wallet-adapter packages) and don't affect functionality.
2026-04-14 13:41:57 -04:00
hobokenchicken 2e41156046 chore: add .env.example template files
Add environment variable templates for:
- Root .env.example (all services)
- backend/.env.example (API configuration)
- frontend/.env.local.example (client config)

Copy to .env and fill in your secrets before running.
2026-04-14 11:14:37 -04:00
hobokenchicken e8d9b1fd42 feat: add CoopCredits Solana media rewards ecosystem
Add complete  token system with Plex/Tautulli/Overseer integration:
- Anchor program for SPL token mint/burn/transfer
- Express backend with OAuth, webhooks, Solana integration
- Next.js frontend with dashboard, admin panel, wallet management
- Docker deployment for 172.20.1.0/24 infrastructure
- Production configs with SSL, Nginx, health monitoring

Tautulli webhooks auto-mint  on watch events.
Overseer integration burns  for content requests.
2026-04-14 11:09:50 -04:00
hobokenchicken f106328f6a initial upload 2026-04-13 15:34:36 -04:00