Site update
This commit is contained in:
parent
b5229d8f88
commit
672a2971cf
2
build.sh
2
build.sh
@ -1,5 +1,5 @@
|
||||
hugo
|
||||
rsync -rP --delete public/ server:/var/www/site
|
||||
rsync -rP --delete public/ dedi:/var/www/site
|
||||
git add .
|
||||
git commit -m "Site update"
|
||||
git push
|
||||
|
@ -18,7 +18,6 @@
|
||||
<meta property="og:description" content="About who I am">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -15,11 +15,10 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/hardening-level-pro-notify-on-ssh-login/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Hardening Level Pro: Notify on SSH Login">
|
||||
<meta property="og:description" content="You ever anxious about somebody possibly gaining access to your machine? Fret not, you can just make it so that on any kind of login to your system directly you can get a notification on your phone.
|
||||
">
|
||||
<meta property="og:description" content="You ever anxious about somebody possibly gaining access to your machine? Fret not, you can just make it so that on any kind of login to your system directly you can get a notification on your phone.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-11-10T19:27:27+01:00">
|
||||
<meta property="article:modified_time" content="2023-11-10T19:27:27+01:00">
|
||||
<meta property="article:tag" content="Linux">
|
||||
|
@ -19,7 +19,7 @@
|
||||
For this tutorial I expect that you already have a server seted up with nginx and certbot.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2022-11-30T00:00:00+00:00">
|
||||
<meta property="article:modified_time" content="2022-11-30T00:00:00+00:00">
|
||||
<meta property="article:tag" content="Self-Host">
|
||||
|
@ -19,7 +19,7 @@
|
||||
What creates the issue? From what I have been able to find on the issues over on the piped github 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.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-02-26T00:00:00+00:00">
|
||||
<meta property="article:modified_time" content="2023-02-26T00:00:00+00:00">
|
||||
<meta property="article:tag" content="Piped">
|
||||
|
@ -15,12 +15,11 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/securing-ssh/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Securing SSH">
|
||||
<meta property="og:description" content="As someone who has a couple of servers out in the open web, one of the main things I had to learn was how to secure it so people can&rsquo;t touch them. One of the main ways to do that is by hardening ssh.
|
||||
Here I will name a couple of settings and best practices to make sure your ssh is as secure as possible.
|
||||
">
|
||||
<meta property="og:description" content="As someone who has a couple of servers out in the open web, one of the main things I had to learn was how to secure it so people can’t touch them. One of the main ways to do that is by hardening ssh.
|
||||
Here I will name a couple of settings and best practices to make sure your ssh is as secure as possible.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-04-04T20:44:10+02:00">
|
||||
<meta property="article:modified_time" content="2024-04-04T20:44:10+02:00">
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Setup dns with adblock and dot/doh with pi-hole and unbound">
|
||||
<meta property="og:description" content="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">
|
||||
<meta property="og:description" content="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">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-09-27T00:00:00+00:00">
|
||||
<meta property="article:modified_time" content="2023-09-27T00:00:00+00:00">
|
||||
<meta property="article:tag" content="Self-Host">
|
||||
|
@ -15,12 +15,12 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-traefik/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Setup Traefik">
|
||||
<meta property="og:description" content="Do you use docker? Do you use nginx or apachi to proxy the container? Fear not you won&rsquo;t be needing them anymore once you are done with this tutorial.
|
||||
<meta property="og:description" content="Do you use docker? Do you use nginx or apachi to proxy the container? Fear not you won’t be needing them anymore once you are done with this tutorial.
|
||||
Traefik is a simple docker centric proxy manager that is amazing and allows you to easilly proxy you docker containers with just a couple of labels.
|
||||
Setting up Traefik In this part we will setup traefik, with the dashboard enabled and secured with https and a password.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-01-19T09:33:47+01:00">
|
||||
<meta property="article:modified_time" content="2024-01-19T09:33:47+01:00">
|
||||
|
||||
|
@ -15,11 +15,11 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/using-mblaze/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Using Mblaze">
|
||||
<meta property="og:description" content="So you followed my last tutorial on setting up mblaze and friend&rsquo;s for you mail management, but now you are left just looking at it not understanding how to use the power you have been given now. So now I&rsquo;m going to teach you some basic usage that you can have with it.
|
||||
Helper function&rsquo;s I guess you haven&rsquo;t read my other blog on setting up mblaze and friend&rsquo;s if you need me to type them out here again, so go read it now!">
|
||||
<meta property="og:description" content="So you followed my last tutorial on setting up mblaze and friend’s for you mail management, but now you are left just looking at it not understanding how to use the power you have been given now. So now I’m going to teach you some basic usage that you can have with it.
|
||||
Helper function’s I guess you haven’t read my other blog on setting up mblaze and friend’s if you need me to type them out here again, so go read it now!">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-01-07T12:15:21+01:00">
|
||||
<meta property="article:modified_time" content="2024-01-07T12:15:21+01:00">
|
||||
<meta property="article:tag" content="Linux">
|
||||
|
@ -15,11 +15,10 @@
|
||||
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/virgin-mutt-user-meet-mblaze/">
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Virgin (Neo)Mutt User Meet Mblaze">
|
||||
<meta property="og:description" content="We have all heard of (Neo)Mutt when it comes to managing e-mail in the terminal right? What would you do if I told you there is an even better and more UNIX way to manage mail on the terminal? Well there is and it&rsquo;s called mblaze.
|
||||
">
|
||||
<meta property="og:description" content="We have all heard of (Neo)Mutt when it comes to managing e-mail in the terminal right? What would you do if I told you there is an even better and more UNIX way to manage mail on the terminal? Well there is and it’s called mblaze.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-10-24T18:13:18+02:00">
|
||||
<meta property="article:modified_time" content="2023-10-24T18:13:18+02:00">
|
||||
<meta property="article:tag" content="Linux">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.125.3">
|
||||
<meta name="generator" content="Hugo 0.125.6">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/css/style.css" rel="stylesheet" />
|
||||
|
@ -18,7 +18,6 @@
|
||||
<meta property="og:description" content="All the different services I host">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="">
|
||||
|
||||
</head>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user