From 384a6720d72a2a7357d5d187a6bc0683c26637b5 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:22:41 -0500 Subject: [PATCH] nixos/invidious: fix documentation link formatting --- nixos/modules/services/web-apps/invidious.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/invidious.nix b/nixos/modules/services/web-apps/invidious.nix index 1429a131e5d1..64bd8751bb3d 100644 --- a/nixos/modules/services/web-apps/invidious.nix +++ b/nixos/modules/services/web-apps/invidious.nix @@ -343,7 +343,7 @@ in description = '' How many invidious instances to run. - See https://docs.invidious.io/improve-public-instance/#2-multiple-invidious-processes for more details + See for more details on how this is intended to work. All instances beyond the first one have the options `channel_threads` and `feed_threads` set to 0 to avoid conflicts with multiple instances refreshing subscriptions. Instances will be configured to bind to consecutive ports starting with {option}`services.invidious.port` for the @@ -449,7 +449,7 @@ in If {option}`services.invidious.nginx.enable` is used, nginx will be configured automatically. If not, you need to configure a reverse proxy yourself according to - https://docs.invidious.io/improve-public-instance/#3-speed-up-video-playback-with-http3-ytproxy. + . ''; };