Site update
This commit is contained in:
parent
bcb4734e5e
commit
33b85e2436
2
build.sh
2
build.sh
@ -1,5 +1,5 @@
|
|||||||
hugo
|
hugo
|
||||||
rsync -arP --delete public/* root@server:/var/www/site
|
rsync -arP --delete public/* root@server:/var/www/site
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Site rebuild"
|
git commit -m "Site update"
|
||||||
git push
|
git push
|
||||||
|
@ -16,3 +16,4 @@ enableEmoji = true
|
|||||||
[params]
|
[params]
|
||||||
description = "My shitty website"
|
description = "My shitty website"
|
||||||
title = "Crony Akatsuki's Website"
|
title = "Crony Akatsuki's Website"
|
||||||
|
dateFormat = "02-01-2006"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<section class="list">
|
<section class="list">
|
||||||
{{ range .Pages.ByPublishDate.Reverse }}
|
{{ range .Pages.ByPublishDate.Reverse }}
|
||||||
<a href="{{ .RelPermalink }}">
|
<a href="{{ .RelPermalink }}">
|
||||||
{{ .Date.Format "02-01-2006" }} || {{ .Title }} <span class="comment"></span>
|
{{ .Date.Format .Site.Params.dateFormat }} || {{ .Title }} <span class="comment"></span>
|
||||||
</a><br>
|
</a><br>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
<pubDate>{{ .Params.date.Format .Site.Params.dateFormat | safeHTML }}</pubDate>
|
||||||
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
||||||
<guid>{{ .Permalink }}</guid>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<description>{{- .Content | html -}}</description>
|
<description>{{- .Content | html -}}</description>
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
|
||||||
{{ .Content }}
|
{{ if isset .Params "date" }}
|
||||||
|
|
||||||
{{ end}}
|
<div id="date">
|
||||||
|
<p>{{ .Date.Format .Site.Params.dateFormat }}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ end }} {{ .Content }} {{ end }}
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<h1>Who am I?</h1>
|
<h1>Who am I?</h1>
|
||||||
|
|
||||||
<p>I’m Crony Akatsuki, 20 year old who doesn’t go to college.
|
<p>I’m Crony Akatsuki, 20 year old who doesn’t go to college.
|
||||||
Living in Croatia.
|
Living in Croatia.
|
||||||
At the current moment working as a store cleck. I love linux, computer’s and foss.
|
At the current moment working as a store cleck. I love linux, computer’s and foss.
|
||||||
To pass time I read manga, program stupid little programs,
|
To pass time I read manga, program stupid little programs,
|
||||||
@ -53,9 +53,7 @@ and showcase naruto, FUCK CROATIA!).</p>
|
|||||||
<li>Discord: cronyakatsuki</li>
|
<li>Discord: cronyakatsuki</li>
|
||||||
<li>XMPP: <a href="mailto:crony@cronyakatsuki.xyz">crony@cronyakatsuki.xyz</a></li>
|
<li>XMPP: <a href="mailto:crony@cronyakatsuki.xyz">crony@cronyakatsuki.xyz</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<title>Setup dns with adblock and dot/doh with pi-hole and unbound</title>
|
<title>Setup dns with adblock and dot/doh with pi-hole and unbound</title>
|
||||||
<link>https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/</link>
|
<link>https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/</link>
|
||||||
<pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate>
|
<pubDate>27-09-2023</pubDate>
|
||||||
|
|
||||||
<guid>https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/</guid>
|
<guid>https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/</guid>
|
||||||
<description><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&rsquo;m using DNS over HTTPS for my browser&rsquo;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&rsquo;s get on to setting everything up</p>
|
<description><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&rsquo;m using DNS over HTTPS for my browser&rsquo;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&rsquo;s get on to setting everything up</p>
|
||||||
@ -171,7 +171,7 @@ Also to make lighttpd work with nginx listening on port 80 you need to edit the
|
|||||||
<item>
|
<item>
|
||||||
<title>Piped videos not loading</title>
|
<title>Piped videos not loading</title>
|
||||||
<link>https://cronyakatsuki.xyz/blog/piped-video-not-loading/</link>
|
<link>https://cronyakatsuki.xyz/blog/piped-video-not-loading/</link>
|
||||||
<pubDate>Sun, 26 Feb 2023 00:00:00 +0000</pubDate>
|
<pubDate>26-02-2023</pubDate>
|
||||||
|
|
||||||
<guid>https://cronyakatsuki.xyz/blog/piped-video-not-loading/</guid>
|
<guid>https://cronyakatsuki.xyz/blog/piped-video-not-loading/</guid>
|
||||||
<description><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>
|
<description><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>
|
||||||
@ -188,7 +188,7 @@ Also to make lighttpd work with nginx listening on port 80 you need to edit the
|
|||||||
<item>
|
<item>
|
||||||
<title>miniflux setup on debian</title>
|
<title>miniflux setup on debian</title>
|
||||||
<link>https://cronyakatsuki.xyz/blog/miniflux-setup/</link>
|
<link>https://cronyakatsuki.xyz/blog/miniflux-setup/</link>
|
||||||
<pubDate>Wed, 30 Nov 2022 00:00:00 +0000</pubDate>
|
<pubDate>30-11-2022</pubDate>
|
||||||
|
|
||||||
<guid>https://cronyakatsuki.xyz/blog/miniflux-setup/</guid>
|
<guid>https://cronyakatsuki.xyz/blog/miniflux-setup/</guid>
|
||||||
<description><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>
|
<description><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>
|
||||||
|
@ -37,7 +37,13 @@ For this tutorial I expect that you already have a server seted up with nginx an
|
|||||||
|
|
||||||
<h1>miniflux setup on debian</h1>
|
<h1>miniflux setup on debian</h1>
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
<div id="date">
|
||||||
|
<p>30-11-2022</p>
|
||||||
|
</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>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
<p>For this tutorial I expect that you already have a server seted up with nginx and certbot. To set up this things check out <a href="https://landchad.net">landchad</a></p>
|
<p>For this tutorial I expect that you already have a server seted up with nginx and certbot. To set up this things check out <a href="https://landchad.net">landchad</a></p>
|
||||||
<h2 id="installing-needed-packages">Installing needed packages</h2>
|
<h2 id="installing-needed-packages">Installing needed packages</h2>
|
||||||
@ -129,9 +135,7 @@ For this tutorial I expect that you already have a server seted up with nginx an
|
|||||||
</span></span></code></pre></div><p>To get https on your domain you just need to run <code>certbot --nginx</code> same as in this <a href="https://landchad.net/basic/certbot/">tutorial</a></p>
|
</span></span></code></pre></div><p>To get https on your domain you just need to run <code>certbot --nginx</code> same as in this <a href="https://landchad.net/basic/certbot/">tutorial</a></p>
|
||||||
<h2 id="finishing-words">Finishing words</h2>
|
<h2 id="finishing-words">Finishing words</h2>
|
||||||
<p>I hope that this wasn’t hard to follow and shouldn’t take hours like it took me first time I tried to set this all up.</p>
|
<p>I hope that this wasn’t hard to follow and shouldn’t take hours like it took me first time I tried to set this all up.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
@ -37,7 +37,13 @@ What creates the issue? From what I have been able to find on the issues over on
|
|||||||
|
|
||||||
<h1>Piped videos not loading</h1>
|
<h1>Piped videos not loading</h1>
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
<div id="date">
|
||||||
|
<p>26-02-2023</p>
|
||||||
|
</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>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
<h2 id="what-creates-the-issue">What creates the issue?</h2>
|
<h2 id="what-creates-the-issue">What creates the issue?</h2>
|
||||||
<p>From what I have been able to find on the issues over on the <a href="https://github.com/TeamPiped/Piped">piped github</a> it seems to be an lbry issue of the videos not loading mostly on firefox, the issue seems to not happen on the chromium browsers.</p>
|
<p>From what I have been able to find on the issues over on the <a href="https://github.com/TeamPiped/Piped">piped github</a> it seems to be an lbry issue of the videos not loading mostly on firefox, the issue seems to not happen on the chromium browsers.</p>
|
||||||
@ -45,9 +51,7 @@ What creates the issue? From what I have been able to find on the issues over on
|
|||||||
<p>To fix the issue you just have to enable an option in the instance settings called <code>disable lbry for streaming</code>. This will disable loading of lbry for videos and the issue will mostly just be bypassed.</p>
|
<p>To fix the issue you just have to enable an option in the instance settings called <code>disable lbry for streaming</code>. This will disable loading of lbry for videos and the issue will mostly just be bypassed.</p>
|
||||||
<h3 id="fun-way-to-also-watch-the-videos">Fun way to also watch the videos</h3>
|
<h3 id="fun-way-to-also-watch-the-videos">Fun way to also watch the videos</h3>
|
||||||
<p>If you are like me and bored you can also watch the videos without using the fix by opening the firefox debug console, and in the errors you will see the link of the video that the frontend wasn’t able to embed. Just click the link and you will be able to watch the video or it will say that the content isn’t reachable and then you will need to do the fix otherwise it’s a no no to watch that video otherwise.</p>
|
<p>If you are like me and bored you can also watch the videos without using the fix by opening the firefox debug console, and in the errors you will see the link of the video that the frontend wasn’t able to embed. Just click the link and you will be able to watch the video or it will say that the content isn’t reachable and then you will need to do the fix otherwise it’s a no no to watch that video otherwise.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
@ -36,7 +36,13 @@
|
|||||||
|
|
||||||
<h1>Setup dns with adblock and dot/doh with pi-hole and unbound</h1>
|
<h1>Setup dns with adblock and dot/doh with pi-hole and unbound</h1>
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
<div id="date">
|
||||||
|
<p>27-09-2023</p>
|
||||||
|
</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>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
<h2 id="1-pihole">1. Pihole</h2>
|
<h2 id="1-pihole">1. Pihole</h2>
|
||||||
<p>Let’s start with setting up pihole. I will be installing it with their script on a debian system for easier unbound integration ( unbound doesn’t have an official docker container ).</p>
|
<p>Let’s start with setting up pihole. I will be installing it with their script on a debian system for easier unbound integration ( unbound doesn’t have an official docker container ).</p>
|
||||||
@ -184,9 +190,7 @@ Also to make lighttpd work with nginx listening on port 80 you need to edit the
|
|||||||
</span></span><span style="display:flex;"><span><span style="color:#c6d0f5">}</span>
|
</span></span><span style="display:flex;"><span><span style="color:#c6d0f5">}</span>
|
||||||
</span></span></code></pre></div><p>After restarting nginx with this configuration you can it to your web browser as a DNS over HTTPS resolver and once again checkout <a href="https://dnsleaktest.com">dnsleaktest</a> website and check if it is all working.</p>
|
</span></span></code></pre></div><p>After restarting nginx with this configuration you can it to your web browser as a DNS over HTTPS resolver and once again checkout <a href="https://dnsleaktest.com">dnsleaktest</a> website and check if it is all working.</p>
|
||||||
<p>Hope this has been helpfull and if anybody has any way on how to make this guied better you can open a pull request or make an issue on the website’s <a href="https://code.cronyakatsuki.xyz/crony/website">repo</a>.</p>
|
<p>Hope this has been helpfull and if anybody has any way on how to make this guied better you can open a pull request or make an issue on the website’s <a href="https://code.cronyakatsuki.xyz/crony/website">repo</a>.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<h1>Services I host</h1>
|
<h1>Services I host</h1>
|
||||||
|
|
||||||
<h3 id="game-servers-i-host">Game servers I host</h3>
|
<h3 id="game-servers-i-host">Game servers I host</h3>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -163,9 +163,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
Loading…
Reference in New Issue
Block a user