From da59d3d62649cbea015e6432202124f489bb8428 Mon Sep 17 00:00:00 2001 From: weidenwiesel Date: Wed, 20 Aug 2025 18:24:13 +0200 Subject: [PATCH] Change all links from github to forgejo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f36f47..1284834 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ If you already have an instance using the official invidious, you CANNOT simply This is due to the the following changes which I implemented to improve the performance and reliability of my instance: -- Removal of materialized views as subscription tables in PostgreSQL (see https://github.com/Sommerwiesel/invidious-nerdvpn/blob/nerdvpn/patches/011-remove-psql-mat-views.patch) -- Redis as video cache (see https://github.com/Sommerwiesel/invidious-nerdvpn/blob/nerdvpn/patches/010-use-redis-for-video-cache.patch) +- Removal of materialized views as subscription tables in PostgreSQL (see https://git.nerdvpn.de/NerdVPN.de/invidious/src/branch/nerdvpn/patches/invidious/011-remove-psql-mat-views.patch) +- Redis as video cache (see https://git.nerdvpn.de/NerdVPN.de/invidious/src/branch/nerdvpn/patches/invidious/010-use-redis-for-video-cache.patch) If you NEVER used Invidious before, you can safely start with my fork, but you won't be able to switch to upstream Invidious at all. @@ -57,7 +57,8 @@ Do this in a separate dir (for example /srv/invidious) under non-root permission First, clone this repo with all subrepos: -1. `git clone --recurse-submodules https://github.com/Sommerwiesel/invidious-nerdvpn .` +1. `git clone --recurse-submodules https://git.nerdvpn.de/NerdVPN.de/invidious` +2. `cd invidious` Build invidious: