diff --git a/_includes/sections/decentralized-video.html b/_includes/sections/decentralized-video.html index 7d95cfc8..f1fa6370 100644 --- a/_includes/sections/decentralized-video.html +++ b/_includes/sections/decentralized-video.html @@ -6,9 +6,23 @@ {% include cardv2.html title="PeerTube" - image="/assets/img/svg/3rd-party/mastodon.svg" + image="/assets/img/svg/3rd-party/peertube.svg" description='PeerTube, developed by Framasoft, is the free and decentralized alternative to video platforms, providing you over 200,000 videos published by 30,000 users and viewed over 10 million times If you are looking for a server to join, you are welcome to join our hosted instance: tube.privacytools.io' website="https://joinpeertube.org" github="https://github.com/Chocobozzz/PeerTube" web="https://joinpeertube.org/#what-is-peertube" %} + +{% include cardv2.html + title="LBRY" + image="/assets/img/svg/3rd-party/lbrytv.svg" + description='LBRY is a Blockchain-based open and community run digital marketplace for content creators and audiences. LBRY\'s goal is to allow "publishers and their fans to interact directly without the risk of demonetization or other meddling."' + website="https://lbry.com" + privacy-policy="https://lbry.com/privacypolicy" + windows="https://lbry.com/get" + mac="https://lbry.com/get" + linux="https://lbry.com/get" + web="https://lbry.tv" + googleplay="https://play.google.com/store/apps/details?id=io.lbry.browser" + github="https://github.com/lbryio" +%} diff --git a/_includes/sections/video-frontends.html b/_includes/sections/video-frontends.html new file mode 100644 index 00000000..227ebf83 --- /dev/null +++ b/_includes/sections/video-frontends.html @@ -0,0 +1,14 @@ +

Frontends and Proxies

+ + + +{% include cardv2.html + title="Invidious" + image="/assets/img/svg/3rd-party/invidious.svg" + description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.' + website="https://invidio.us" + github="https://github.com/omarroth/invidious" + web="https://instances.invidio.us" +%} diff --git a/assets/img/svg/3rd-party/invidious.svg b/assets/img/svg/3rd-party/invidious.svg new file mode 100644 index 00000000..1e1c6d2d --- /dev/null +++ b/assets/img/svg/3rd-party/invidious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/svg/3rd-party/lbrytv.svg b/assets/img/svg/3rd-party/lbrytv.svg new file mode 100644 index 00000000..5e10da6e --- /dev/null +++ b/assets/img/svg/3rd-party/lbrytv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pages/providers/video-hosting.html b/pages/providers/video-hosting.html index 058ca198..d2607683 100644 --- a/pages/providers/video-hosting.html +++ b/pages/providers/video-hosting.html @@ -6,3 +6,5 @@ description: "Find a video platform that doesn't pry into your data or monetize --- {% include sections/decentralized-video.html %} + +{% include sections/video-frontends.html %}