1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Add Invidious

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-14 13:59:33 +13:00
parent b4b6597f6e
commit 418d4c0863
8 changed files with 199 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
---
date: 2023-02-14
categories:
- CHANGELOG
tags:
- invidious
links:
- Invidious recipe: recipes/invidious.md
description: New Recipe Added - Invidious - self-hosted audiobook / podcast server with native mobile apps
title: Added recipe for Invidious on Docker Swarm
image: /images/invidious.png
---
# Added recipe for Invidious (swarm)
Are you tired of second-guessing the YouTube links your friends send you, afraid that you'll forever see weird videos recommended to you as a result? I found myself avoiding unknown links for this reason, and so deployed an instance of Invidious to act as a private, non-tracking frontend to YouTube..
<!-- more -->
![Screenshot of application]({{ page.meta.image }}){ loading=lazy }
[Invidious](https://invidious.io/) is an open source alternative front-end to YouTube.
See the [recipe][invidious] for more!
--8<-- "common-links.md"

View File

@@ -5,7 +5,7 @@ categories:
tags:
- metallb
links:
- MetalLB recipe: /kubernetes/loadbalancer/metallb.md
- MetalLB recipe: /kubernetes/loadbalancer/metallb/
title: Updated MetalLB recipe for CRDs with v0.13
description: Prior to v0.13, MetalLB was configured using a ConfigMap. This has all changed now, and CRDs are required to perform configuration (which improves syntax checking, abong other things)
---