Site update
This commit is contained in:
parent
33b85e2436
commit
6f9ac9c5b8
24 changed files with 748 additions and 18 deletions
|
@ -40,16 +40,13 @@
|
|||
<section class="list">
|
||||
|
||||
<a href="/blog/setup-dns-pihole-unbound/">
|
||||
27-09-2023 || Setup dns with adblock and dot/doh with pi-hole and unbound <span class="comment"></span>
|
||||
</a><br>
|
||||
27-09-2023 || Setup dns with adblock and dot/doh with pi-hole and unbound</a><br />
|
||||
|
||||
<a href="/blog/piped-video-not-loading/">
|
||||
26-02-2023 || Piped videos not loading <span class="comment"></span>
|
||||
</a><br>
|
||||
26-02-2023 || Piped videos not loading</a><br />
|
||||
|
||||
<a href="/blog/miniflux-setup/">
|
||||
30-11-2022 || miniflux setup on debian <span class="comment"></span>
|
||||
</a><br>
|
||||
30-11-2022 || miniflux setup on debian</a><br />
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -39,8 +39,16 @@ What creates the issue? From what I have been able to find on the issues over on
|
|||
|
||||
|
||||
|
||||
<div id="date">
|
||||
<p>26-02-2023</p>
|
||||
<div id="blog-meta">
|
||||
<p id="date">26-02-2023</p>
|
||||
|
||||
<p>
|
||||
<span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/piped/">piped</a> <span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/browser/">browser</a></p>
|
||||
|
||||
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<p>Recently I have received and experienced an issue of videos not loading on my personal <a href="https://piped.cronyakatsuki.xyz">piped</a> instance and on the official instance. But I have found a fix and a way to watch the videos even without the fix.</p>
|
||||
|
|
|
@ -38,8 +38,18 @@
|
|||
|
||||
|
||||
|
||||
<div id="date">
|
||||
<p>27-09-2023</p>
|
||||
<div id="blog-meta">
|
||||
<p id="date">27-09-2023</p>
|
||||
|
||||
<p>
|
||||
<span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/self-host/">self-host</a> <span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/dns/">dns</a> <span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/pi-hole/">pi-hole</a> <span>|</span>
|
||||
<a href="https://cronyakatsuki.xyz/tags/unbound/">unbound</a></p>
|
||||
|
||||
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<p>Just another day I seted up my own private dns server that has adblocking ( and other stuff ) using pihole and uses unbound as a resolver. To safelly connect to the dns server I’m using DNS over HTTPS for my browser’s and HTTPS over TLS for stuffy for my whole desktop and private dns in android ( Android has DoH support but only for google and cloudflare right now). Let’s get on to setting everything up</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue