Change all links from github to forgejo

This commit is contained in:
weidenwiesel
2025-08-20 18:24:13 +02:00
parent f1ab3ad678
commit da59d3d626
+4 -3
View File
@@ -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: