This commit is contained in:
davegallant
2022-12-12 03:35:50 +00:00
parent b14f7f55e3
commit d3b1fe1e4b
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ personal blog
<p><img src=/images/watching-youtube-in-private/computerphile.png alt=requestly></p>
<p>Wow, this is cool, and <strong>JavaScript is not required</strong>.</p>
<p>I started to use <a href=https://yewtu.be>yewtu.be</a> as my primary client for watching videos. I subscribe to several YouTube channels and I prefer the interface invidiuous provides due to its simplicity. It&rsquo;s also nice to be in control of my search and watch history.</p>
<p>A few days ago, yewtu.be went down briefly, and that motivated me enough to self-host invidious. There are several other hosted instances listed <a href=https://docs.invidious.io/instances/>here</a>, but being able to easily backup my own instance (along with watch history) is more compelling in my case.</p>
<p>A few days ago, yewtu.be went down briefly, and that motivated me enough to self-host invidious. There are several other hosted instances listed <a href=https://docs.invidious.io/instances/>here</a>, but being able to easily backup my own instance (including subscriptions and watch history) is more compelling in my case.</p>
<h3 id=hosting-invidious>Hosting invidious<a href=#hosting-invidious class=hanchor arialabel=Anchor>#</a></h3>
<p>The quickest way to get invidious up is with docker-compose as mentioned in the <a href=https://docs.invidious.io/installation/>docs</a>.</p>
<p>I made a few modifications (such as pinning the container&rsquo;s tag), and ended up with:</p>

File diff suppressed because one or more lines are too long