feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:04:13 -05:00
parent 825ed6fa5d
commit 608639fddb
9 changed files with 122 additions and 16 deletions

View file

@ -495,6 +495,18 @@
tags = ["ollama" "chat" "ai"];
keyword = "Ollama";
}
{
name = "Owncast (Admin)";
url = "http://192.168.50.140:9454";
tags = ["owncast" "own" "cast" "stream"];
keyword = "Owncast";
}
{
name = "Owncast (Server)";
url = "http://stream.the-nutrivore.social";
tags = ["owncast" "own" "cast" "stream"];
keyword = "Owncast";
}
{
name = "PeerTube";
url = "https://video.the-nutrivore.social";

View file

@ -5,6 +5,7 @@
plugins = with pkgs.obs-studio-plugins; [
obs-tuna
obs-vkcapture
obs-multi-rtmp
];
};
};