Profile

Masanori Ogino 𓀁

181351 posts 1993 follows 1215 followers

Please pay attention to random failures.

https://mstdn.maud.io/@omasanori
Masanori Ogino 𓀁 Masanori Ogino 𓀁 reblogged at 2 years ago

Solène :flan_hacker: solene@bsd.network

Host your local invidious instance with #NixOS , because I can't stand YouTube. I use it locally with the firefox extension addons.mozilla.org/en-US/firef 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;
};
};
};