{"id":29927615,"url":"https://github.com/pointedsec/mediaflow","last_synced_at":"2026-04-10T07:42:04.928Z","repository":{"id":306628944,"uuid":"964440135","full_name":"pointedsec/MediaFlow","owner":"pointedsec","description":"MediaFlow - A modern media management system built with Go and React, featuring YouTube video processing capabilities and a clean user interface. Supports multi-format video downloads, user management, and real-time status tracking.","archived":false,"fork":false,"pushed_at":"2025-07-26T16:41:26.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T21:28:41.843Z","etag":null,"topics":["containerized","docker","docker-compose","fiber-go","golang","golang-api","jwt-auth","media","media-processing","mediaflow","microservices","multi-format","react","self-hosted","typescript","youtube","youtube-api","youtube-converter","youtube-dl","youtube-downloader"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pointedsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T08:07:37.000Z","updated_at":"2025-07-26T16:41:29.000Z","dependencies_parsed_at":"2025-07-26T21:41:55.383Z","dependency_job_id":null,"html_url":"https://github.com/pointedsec/MediaFlow","commit_stats":null,"previous_names":["pointedsec/mediaflow"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pointedsec/MediaFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2FMediaFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2FMediaFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2FMediaFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2FMediaFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointedsec","download_url":"https://codeload.github.com/pointedsec/MediaFlow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2FMediaFlow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268394259,"owners_count":24243392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containerized","docker","docker-compose","fiber-go","golang","golang-api","jwt-auth","media","media-processing","mediaflow","microservices","multi-format","react","self-hosted","typescript","youtube","youtube-api","youtube-converter","youtube-dl","youtube-downloader"],"created_at":"2025-08-02T13:12:08.523Z","updated_at":"2026-04-10T07:41:59.908Z","avatar_url":"https://github.com/pointedsec.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/pointedsec/yt-converter-client/refs/heads/main/public/favicon.png\" alt=\"MediaFlow Logo\" width=\"100\" /\u003e\n  \u003ch1\u003eMediaFlow\u003c/h1\u003e\n  \u003cp\u003eA modern YouTube media converter with support for MP3 and MP4 formats\u003c/p\u003e\n\u003c/div\u003e\n\n---\nMediaFlow is a media management system with separate API and client components.\n---\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n- Git\n\n## Getting Started\n\n1. Clone the repository with submodules:\n```bash\ngit clone --recursive https://github.com/pointedsec/MediaFlow.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd MediaFlow\n```\n\n3. Modify the `docker-compose.yml` file with the following environment variables:\n```yml\n environment:\n      PORT: 3000\n      JWT_SECRET: \"REPLACE WITH A SAME LENGTH JWT SECRET OR USE THE DEFAULT USED IN THE ORIGINAL FILE\"\n      GOOGLE_CLOUD_API_KEY: \"YOUR_GOOGLE_CLOUD_API_KEY\"\n```\n\n4. Modify the `./client/.env` file with your local/public IP Address (remember, the API have to be reachable from the public to expose this to the internet, so do your port forwarding okay!)\n```\nVITE_API_URL = \"http://192.168.1.111:3000/api/\"\n```\n\n5. Start the application using Docker Compose:\n```bash\ndocker compose up --build -d\n```\n\nThis will start the following services:\n\n- API (Backend) - Available at `http://localhost:3000`\n- Client (Frontend) - Available at `http://localhost:5173`\n\n# Development\nTo stop the services\n```bash\ndocker compose down\n```\n\nTo view logs:\n```bash\ndocker compose logs -f\n```\n\n# Project Structure\n```\nMediaFlow/\n├── api/          # Backend API service\n├── client/       # Frontend client service\n└── docker-compose.yml\n```\n\n# Contributing\n- Fork the repository (Or api/client repository)\n- Create your feature branch ( `git checkout -b feature/amazing-feature` )\n- Commit your changes ( `git commit -m 'Add some amazing feature'` )\n- Push to the branch ( `git push origin feature/amazing-feature` )\n- Open a Pull Request\n\n# License\nThis project is licensed under the MIT License - see the LICENSE file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointedsec%2Fmediaflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointedsec%2Fmediaflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointedsec%2Fmediaflow/lists"}