Open Issues Need Help
View All on GitHubA streaming platform built with Laravel and Inertia.js.
AI Summary: Create a production-ready Docker image for the Stry media streaming service. This involves optimizing the existing development image for production use, simplifying installation by allowing data mounting at `/data` instead of the full storage path, and removing watch timers. The goal is to create a more easily deployable and maintainable image.
A streaming platform built with Laravel and Inertia.js.
AI Summary: Implement video editing functionality within the Stry media streaming service, allowing users to modify video metadata (title, description, episode, season, part, etc.), add tags and related videos, and view current media information. This requires extending the existing Laravel application to handle video metadata updates and potentially integrate with a video editing library or service.
A streaming platform built with Laravel and Inertia.js.