deploy: 70a0613afdc55ec08cbbd22261e95199058f620a

This commit is contained in:
davegallant
2022-12-11 04:54:27 +00:00
parent ee8b095e4c
commit 3be217505b
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ personal blog
<p>Wow, this is cool, and <strong>JavaScript is not required</strong>.</p> <p>Wow, this is cool, and <strong>JavaScript is not required</strong>.</p>
<p>I started to use yewtu.be as my primary client for watching videos. I subscribe to about a dozen channels and I really only want to a see list of the latest videos from my subscriptions, and not be the victim of a proprietry algorithm feeding me new content. A few days ago, yewtu.be went down briefly, and that motivated me enough to self-host inviduous.</p> <p>I started to use yewtu.be as my primary client for watching videos. I subscribe to about a dozen channels and I really only want to a see list of the latest videos from my subscriptions, and not be the victim of a proprietry algorithm feeding me new content. A few days ago, yewtu.be went down briefly, and that motivated me enough to self-host inviduous.</p>
<p>There are several other hosted instances of inviduous 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>There are several other hosted instances of inviduous 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>
<h3 id=hosting-inviduous>Hosting inviduous</h3> <h3 id=hosting-invidious>Hosting invidious</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>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> <p>I made a few modifications (such as pinning the container&rsquo;s tag), and ended up with:</p>
<div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yaml data-lang=yaml><span style=color:#309;font-weight:700>version</span>:<span style=color:#bbb> </span><span style=color:#c30>&#34;3&#34;</span><span style=color:#bbb> <div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yaml data-lang=yaml><span style=color:#309;font-weight:700>version</span>:<span style=color:#bbb> </span><span style=color:#c30>&#34;3&#34;</span><span style=color:#bbb>

File diff suppressed because one or more lines are too long