Site update

This commit is contained in:
CronyAkatsuki 2023-10-06 20:10:52 +02:00
parent 33b85e2436
commit 6f9ac9c5b8
24 changed files with 748 additions and 18 deletions

View file

@ -39,8 +39,16 @@ For this tutorial I expect that you already have a server seted up with nginx an
<div id="date">
<p>30-11-2022</p>
<div id="blog-meta">
<p id="date">30-11-2022</p>
<p>
<span>|</span>
<a href="https://cronyakatsuki.xyz/tags/self-host/">self-host</a> <span>|</span>
<a href="https://cronyakatsuki.xyz/tags/rss/">rss</a></p>
<hr>
</div>
<p>Looking for a minimal self-hosted feed reader I found <a href="https://miniflux.app/">miniflux</a>. But trying to set it up I found my self trying to set it up for 3 freaking hours since I only recently started to self-host things. So here I will try to explaing it in the most easy way how to set it up on a debian server with https using certbot and nginx.</p>