video.folx.tv Replit project
Go to file
Claude Agent 49d9c83201
Direct-to-bucket video upload + transcode pipeline
- server/videoUpload.ts: S3 multipart presign helpers, bucket inventory listing
- routes: /api/admin/uploads/{init,part-url,complete,abort}, /api/admin/inventory,
  /api/internal/transcode-done (worker callback, bearer INTERNAL_TOKEN)
- admin UI: browser-to-bucket uploader with progress, bucket-vs-database panel

Originals land in folx-tv/_incoming/{guid}/, the worker on the remotion box
packages them to HLS and reports back.
2026-08-05 10:25:18 +00:00
attached_assets Add a page for embedding a professional video player 2026-01-27 09:15:12 +00:00
client Direct-to-bucket video upload + transcode pipeline 2026-08-05 10:25:18 +00:00
server Direct-to-bucket video upload + transcode pipeline 2026-08-05 10:25:18 +00:00
shared Add fields for video episode details and tags for shows 2025-09-02 13:31:12 +00:00
.gitignore Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
.replit Add automatic Facebook sharing with video previews 2026-01-09 16:46:18 +00:00
components.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
cookies.txt Add user authentication and video upload capabilities 2025-08-08 18:28:28 +00:00
Dockerfile Dockerfile: switch to bookworm-slim for native canvas builds 2026-06-07 14:53:39 +02:00
drizzle.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
go4-video-social-share.png Update logo to match brand guidelines with a larger, gradient design 2025-08-31 08:05:24 +00:00
package-lock.json Update package-lock.json + simplify Dockerfile 2026-06-07 14:52:14 +02:00
package.json Migrate from Replit infrastructure: Neon→PostgreSQL, GCS→S3, ReplitAuth→email/password, add Dockerfile 2026-06-07 14:33:49 +02:00
postcss.config.js Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
pyproject.toml Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
replit.md Implement live HLS streaming and player functionality 2025-09-26 15:46:34 +00:00
tailwind.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
temp_logo.jpg Add new social sharing and branding assets to the platform 2025-08-31 08:02:52 +00:00
tsconfig.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
uv.lock Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
vite.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00