Site update

This commit is contained in:
CronyAkatsuki 2024-05-06 18:27:21 +02:00
parent b5229d8f88
commit 672a2971cf
12 changed files with 18 additions and 23 deletions

View File

@ -1,5 +1,5 @@
hugo hugo
rsync -rP --delete public/ server:/var/www/site rsync -rP --delete public/ dedi:/var/www/site
git add . git add .
git commit -m "Site update" git commit -m "Site update"
git push git push

View File

@ -18,7 +18,6 @@
<meta property="og:description" content="About who I am"> <meta property="og:description" content="About who I am">
<meta property="og:locale" content="en-us"> <meta property="og:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="">
</head> </head>

View File

@ -15,8 +15,7 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/hardening-level-pro-notify-on-ssh-login/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/hardening-level-pro-notify-on-ssh-login/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Hardening Level Pro: Notify on SSH Login"> <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:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="blog"> <meta property="article:section" content="blog">

View File

@ -15,9 +15,8 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/securing-ssh/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/securing-ssh/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Securing SSH"> <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&amp;rsquo;t touch them. One of the main ways to do that is by hardening 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 cant 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. 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:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="blog"> <meta property="article:section" content="blog">

View File

@ -15,7 +15,7 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-dns-pihole-unbound/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Setup dns with adblock and dot/doh with pi-hole and unbound"> <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&amp;rsquo;m using DNS over HTTPS for my browser&amp;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&amp;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 Im using DNS over HTTPS for my browsers 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). Lets get on to setting everything up">
<meta property="og:locale" content="en-us"> <meta property="og:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="blog"> <meta property="article:section" content="blog">

View File

@ -15,7 +15,7 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-traefik/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/setup-traefik/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Setup Traefik"> <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&amp;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 wont 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. 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."> 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:locale" content="en-us">

View File

@ -15,8 +15,8 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/using-mblaze/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/using-mblaze/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Using Mblaze"> <meta property="og:title" content="Using Mblaze">
<meta property="og:description" content="So you followed my last tutorial on setting up mblaze and friend&amp;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&amp;rsquo;m going to teach you some basic usage that you can have with it. <meta property="og:description" content="So you followed my last tutorial on setting up mblaze and friends 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 Im going to teach you some basic usage that you can have with it.
Helper function&amp;rsquo;s I guess you haven&amp;rsquo;t read my other blog on setting up mblaze and friend&amp;rsquo;s if you need me to type them out here again, so go read it now!"> Helper functions I guess you havent read my other blog on setting up mblaze and friends 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:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="blog"> <meta property="article:section" content="blog">

View File

@ -15,8 +15,7 @@
<meta property="og:url" content="https://cronyakatsuki.xyz/blog/virgin-mutt-user-meet-mblaze/"> <meta property="og:url" content="https://cronyakatsuki.xyz/blog/virgin-mutt-user-meet-mblaze/">
<meta property="og:site_name" content="Crony Akatsuki&#39;s Website"> <meta property="og:site_name" content="Crony Akatsuki&#39;s Website">
<meta property="og:title" content="Virgin (Neo)Mutt User Meet Mblaze"> <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&amp;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 its called mblaze.">
">
<meta property="og:locale" content="en-us"> <meta property="og:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="blog"> <meta property="article:section" content="blog">

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta name="generator" content="Hugo 0.125.3"> <meta name="generator" content="Hugo 0.125.6">
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/style.css" rel="stylesheet" /> <link href="/css/style.css" rel="stylesheet" />

View File

@ -18,7 +18,6 @@
<meta property="og:description" content="All the different services I host"> <meta property="og:description" content="All the different services I host">
<meta property="og:locale" content="en-us"> <meta property="og:locale" content="en-us">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="article:section" content="">
</head> </head>