mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Change all links from github to forgejo
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user