From 67fd10e8840bd6ae35f1c8242b37a780fd061618 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 23 Dec 2025 03:25:59 +0200 Subject: [PATCH] gsgfzgfs --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b7eb7..d7e5bbb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,36 @@ +# JavascriptLover69TubeRepair + +At the very least it is not written by a retard that scrapes invidious instances then talks about being burnt out smh + +## Installation + ``` npm install npm run dev ``` +## Configuration + +### 1. Make a .env file + ``` -open http://localhost:4000 +touch .env +nano .env ``` +__Example of a configured .env__ + +``` +BASE_URL=https://example.com +``` + +### 2. (OPTIONAL) Add in your cookie +If you want the home feed to be fetched from your google account, do the following: + +``` +touch cookies.txt +nano cookies.txt +``` +And then just add in your cookies, raw, you don't need to format anything. Export them with an extension as a header string. + +## You are now done with installation and configuration. Now add in your instance in the tuberepair settings! +- You can install the ipa and the .deb patch from the releases page