18 lines
No EOL
819 B
Markdown
18 lines
No EOL
819 B
Markdown
---js
|
|
const title = "Hosting a Invidious instance with the nadeko.net fork";
|
|
const date = "2025-04-10";
|
|
const draft = true;
|
|
const tags = ["proxies", "everypizza.im", "hosting"];
|
|
---
|
|
|
|
So, this one tried to set up an Invidious instance. It somehow broke after
|
|
a few minutes. So, it decided to try setting up one with the nadeko.net fork.
|
|
In the end, that was a lot harder, but it works a lot better.
|
|
|
|
### Getting the compose files
|
|
|
|
This one's compose file is [here](https://git.everypizza.im/everypizza.im/compose-files/src/branch/main/invidious.yml).
|
|
It's modified from
|
|
[Fijxu's compose](https://git.nadeko.net/Fijxu/docker-compose-configs/src/branch/master/invidious/invidious-all/docker-compose.yml),
|
|
although the Nyx one will probably be a lot easier to manage. However, you still
|
|
need to get the configs from Fijxu. |