this is a proxy made for Tube Forge is a youtube client revival some devices cannot connect to the api so we should add proxy for them i could made you need to provide your own proxy but i have free time i can help the ones for the broke So this a project made to proxy or redirect your request from invidious insteance api to it because the public instances use https you could use your own instance and i would recommend so if not you can use this proxy
Before you start, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/ahmadjerjawi/TubeForge-proxy.git
cd TubeForge-proxy
-
Install dependencies:
npm install
To test the project locally, use the following command:
npm start
To deploy your project to Vercel: (note : you can deploy to other ones but i found Vercel to be the easiest)
-
Install the Vercel CLI (if you haven't already):
npm install -g vercel
-
Login to Vercel:
vercel login
-
Deploy your project:
vercel
Follow the prompts to set up and deploy your project.
-
Optional: Configure Vercel: If you need custom settings (like environment variables), you can configure them through the Vercel dashboard or use the
vercel.json
file in your project root.
If you want to contribute to this project, please fork the repository and submit a pull request. Ensure your code adheres to the project's coding standards and passes all tests.