summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/feed.rss12
-rw-r--r--docs/posts/2022-08-05-Why-You-No-Host.html8
2 files changed, 12 insertions, 8 deletions
diff --git a/docs/feed.rss b/docs/feed.rss
index b0ca9a4..f8cfec1 100644
--- a/docs/feed.rss
+++ b/docs/feed.rss
@@ -4,8 +4,8 @@
<title>Navan's Archive</title>
<description>Rare Tips, Tricks and Posts</description>
<link>https://web.navan.dev/</link><language>en</language>
- <lastBuildDate>Fri, 05 Aug 2022 15:00:12 -0000</lastBuildDate>
- <pubDate>Fri, 05 Aug 2022 15:00:12 -0000</pubDate>
+ <lastBuildDate>Fri, 05 Aug 2022 16:00:10 -0000</lastBuildDate>
+ <pubDate>Fri, 05 Aug 2022 16:00:10 -0000</pubDate>
<ttl>250</ttl>
<atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/>
@@ -1922,6 +1922,8 @@ values using the X values. We then plot it to compare the actual data and predic
<pubDate>Fri, 05 Aug 2022 14:46:00 -0000</pubDate>
<content:encoded><![CDATA[<h1>Why You No Host?</h1>
+<p><img src="/assets/y-u-n-o/meme.png" alt="" /></p>
+
<p>With all these data leaks happening every other day, why have you not started self-hosting?</p>
<p>The title refers to the “Y U No Host” internet meme, which led to the name of “YunoHost”, an operating system aiming to democratise self-hosting. This post tries to discuss the idea that anyone can self-host and why you should consider YunoHost.</p>
@@ -1983,9 +1985,7 @@ values using the X values. We then plot it to compare the actual data and predic
<h2><a rel="noopener" target="_blank" href="https://yunohost.org/en/whatsyunohost?q=%2Fwhatsyunohost">What is YunoHost</a>?</h2>
-<p><img src="/assets/y-u-n-o/meme.png" alt="" /></p>
-
-<p>YunoHost is a server operating system which takes guesswork out of Self-Hosting. Out of the box it provides:</p>
+<p><a rel="noopener" target="_blank" href="https://yunohost.org/">YunoHost</a> is a server operating system which takes guesswork out of Self-Hosting. Out of the box it provides:</p>
<ul>
<li>a web-interface for easy administration</li>
@@ -2026,6 +2026,8 @@ values using the X values. We then plot it to compare the actual data and predic
<p>The easiest way to deploy any app is to use Docker. I dislike this approach for a variety of reasons but I am not going to cover them here. All YunoHost apps are packaged to run on bare-metal for the best performance. See an app that does not have pre-compiled binaries? The package installer will download the latest source, install dependencies, compile, and then clean all the unnecessary files. Because you are running Debian after all, you can always SSH into the server and install docker if you want to. You can even install Portainer through YunoHost’s app catalogue if you really want to. </p>
+<p>Also, YunoHost has been here for a long time! <a rel="noopener" target="_blank" href="https://news.ycombinator.com/item?id=7894838">Here</a> is an old Hacker News post about YunoHost. All the projects mentioned in the comments? Dead. </p>
+
<h3>What do I self-host?</h3>
<h4>audiobookshelf - an audiobook server</h4>
diff --git a/docs/posts/2022-08-05-Why-You-No-Host.html b/docs/posts/2022-08-05-Why-You-No-Host.html
index f5503a4..8521fda 100644
--- a/docs/posts/2022-08-05-Why-You-No-Host.html
+++ b/docs/posts/2022-08-05-Why-You-No-Host.html
@@ -43,6 +43,8 @@
<main>
<h1>Why You No Host?</h1>
+<p><img src="/assets/y-u-n-o/meme.png" alt="" /></p>
+
<p>With all these data leaks happening every other day, why have you not started self-hosting?</p>
<p>The title refers to the “Y U No Host” internet meme, which led to the name of “YunoHost”, an operating system aiming to democratise self-hosting. This post tries to discuss the idea that anyone can self-host and why you should consider YunoHost.</p>
@@ -104,9 +106,7 @@
<h2><a rel="noopener" target="_blank" href="https://yunohost.org/en/whatsyunohost?q=%2Fwhatsyunohost">What is YunoHost</a>?</h2>
-<p><img src="/assets/y-u-n-o/meme.png" alt="" /></p>
-
-<p>YunoHost is a server operating system which takes guesswork out of Self-Hosting. Out of the box it provides:</p>
+<p><a rel="noopener" target="_blank" href="https://yunohost.org/">YunoHost</a> is a server operating system which takes guesswork out of Self-Hosting. Out of the box it provides:</p>
<ul>
<li>a web-interface for easy administration</li>
@@ -147,6 +147,8 @@
<p>The easiest way to deploy any app is to use Docker. I dislike this approach for a variety of reasons but I am not going to cover them here. All YunoHost apps are packaged to run on bare-metal for the best performance. See an app that does not have pre-compiled binaries? The package installer will download the latest source, install dependencies, compile, and then clean all the unnecessary files. Because you are running Debian after all, you can always SSH into the server and install docker if you want to. You can even install Portainer through YunoHost’s app catalogue if you really want to. </p>
+<p>Also, YunoHost has been here for a long time! <a rel="noopener" target="_blank" href="https://news.ycombinator.com/item?id=7894838">Here</a> is an old Hacker News post about YunoHost. All the projects mentioned in the comments? Dead. </p>
+
<h3>What do I self-host?</h3>
<h4>audiobookshelf - an audiobook server</h4>