181351 posts 1993 follows 1215 followers
Please pay attention to random failures.
https://mstdn.maud.io/@omasanoriHost your local invidious instance with #NixOS , because I can't stand YouTube. I use it locally with the firefox extension https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/ to automatically redirect from youtube to my local privateinstance
services.invidious = {
enable = true;
nginx.enable = false;
port = 12345;
settings = {
default_user_preferences = {
# don't display any related video
"related_videos" = false;
};
};
};