2024-02-22 14:42:02 -05:00
<!DOCTYPE html>
< html lang = "en" dir = "auto" >
< head > < meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "robots" content = "index, follow" >
< title > Archives | Mafyuh' s Blog< / title >
< meta name = "keywords" content = "" >
< meta name = "description" content = "archives" >
2024-02-22 17:24:22 -05:00
< meta name = "author" content = "Matt" >
2024-02-22 16:21:00 -05:00
< link rel = "canonical" href = "https://mafyuh.com/archives/" >
2024-02-22 14:42:02 -05:00
< link crossorigin = "anonymous" href = "/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity = "sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z+V9+cO1A=" rel = "preload stylesheet" as = "style" >
2024-02-22 16:21:00 -05:00
< link rel = "icon" href = "https://mafyuh.com/assets/favicon/favicon.ico" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "https://mafyuh.com/assets/favicon/favicon-16x16.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "https://mafyuh.com/assets/favicon/favicon-32x32.png" >
< link rel = "apple-touch-icon" href = "https://mafyuh.com/assets/favicon/apple-touch-icon.png" >
< link rel = "mask-icon" href = "https://mafyuh.com/safari-pinned-tab.svg" >
2024-02-22 14:42:02 -05:00
< meta name = "theme-color" content = "#2e2e33" >
< meta name = "msapplication-TileColor" content = "#2e2e33" >
2024-02-22 16:21:00 -05:00
< link rel = "alternate" hreflang = "en" href = "https://mafyuh.com/archives/" >
2024-02-22 14:42:02 -05:00
< noscript >
< style >
#theme-toggle,
.top-link {
display: none;
}
< / style >
< style >
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
< / style >
2024-02-22 18:52:07 -05:00
< / noscript > < script defer data-domain = "mafyuh.com" src = "https://stats.mafyuh.com/js/script.js" > < / script >
2024-02-22 17:57:56 -05:00
< meta property = "og:title" content = "Archives" / >
2024-02-22 14:42:02 -05:00
< meta property = "og:description" content = "archives" / >
< meta property = "og:type" content = "article" / >
2024-02-22 16:21:00 -05:00
< meta property = "og:url" content = "https://mafyuh.com/archives/" / > < meta property = "article:section" content = "posts" / >
2024-02-22 14:42:02 -05:00
< meta property = "og:site_name" content = "Mafyuh's Blog" / >
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "Archives" / >
< meta name = "twitter:description" content = "archives" / >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1 ,
"name": "Posts",
2024-02-22 16:21:00 -05:00
"item": "https://mafyuh.com/posts/"
2024-02-22 14:42:02 -05:00
},
{
"@type": "ListItem",
"position": 2 ,
"name": "Archives",
2024-02-22 16:21:00 -05:00
"item": "https://mafyuh.com/archives/"
2024-02-22 14:42:02 -05:00
}
]
}
< / script >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Archives",
"name": "Archives",
"description": "archives",
"keywords": [
],
"articleBody": "",
"wordCount" : "0",
"inLanguage": "en",
"datePublished": "0001-01-01T00:00:00Z",
"dateModified": "0001-01-01T00:00:00Z",
"author":{
"@type": "Person",
2024-02-22 17:24:22 -05:00
"name": "Matt"
2024-02-22 14:42:02 -05:00
},
"mainEntityOfPage": {
"@type": "WebPage",
2024-02-22 16:21:00 -05:00
"@id": "https://mafyuh.com/archives/"
2024-02-22 14:42:02 -05:00
},
"publisher": {
"@type": "Organization",
"name": "Mafyuh's Blog",
"logo": {
"@type": "ImageObject",
2024-02-22 16:21:00 -05:00
"url": "https://mafyuh.com/assets/favicon/favicon.ico"
2024-02-22 14:42:02 -05:00
}
}
}
< / script >
< / head >
< body class = "list" id = "top" >
< script >
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
< / script >
< header class = "header" >
< nav class = "nav" >
< div class = "logo" >
2024-02-22 16:21:00 -05:00
< a href = "https://mafyuh.com/" accesskey = "h" title = "Mafyuh's Blog (Alt + H)" >
< img src = "https://mafyuh.com/assets/favicon/favicon.svg" alt = "" aria-label = "logo"
2024-02-22 14:42:02 -05:00
height="35">Mafyuh' s Blog< / a >
< div class = "logo-switches" >
< button id = "theme-toggle" accesskey = "t" title = "(Alt + T)" >
< svg id = "moon" xmlns = "http://www.w3.org/2000/svg" width = "24" height = "18" viewBox = "0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
< path d = "M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" > < / path >
< / svg >
< svg id = "sun" xmlns = "http://www.w3.org/2000/svg" width = "24" height = "18" viewBox = "0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
< circle cx = "12" cy = "12" r = "5" > < / circle >
< line x1 = "12" y1 = "1" x2 = "12" y2 = "3" > < / line >
< line x1 = "12" y1 = "21" x2 = "12" y2 = "23" > < / line >
< line x1 = "4.22" y1 = "4.22" x2 = "5.64" y2 = "5.64" > < / line >
< line x1 = "18.36" y1 = "18.36" x2 = "19.78" y2 = "19.78" > < / line >
< line x1 = "1" y1 = "12" x2 = "3" y2 = "12" > < / line >
< line x1 = "21" y1 = "12" x2 = "23" y2 = "12" > < / line >
< line x1 = "4.22" y1 = "19.78" x2 = "5.64" y2 = "18.36" > < / line >
< line x1 = "18.36" y1 = "5.64" x2 = "19.78" y2 = "4.22" > < / line >
< / svg >
< / button >
< ul class = "lang-switch" > < li > |< / li >
< / ul >
< / div >
< / div >
< ul id = "menu" >
< li >
2024-02-22 21:40:08 -05:00
< a href = "https://mafyuh.com/tags/" title = "Tags" >
< span > Tags< / span >
2024-02-22 14:42:02 -05:00
< / a >
< / li >
< li >
2024-02-22 16:21:00 -05:00
< a href = "https://mafyuh.com/archives/" title = "Archives" >
2024-02-22 14:42:02 -05:00
< span class = "active" > Archives< / span >
< / a >
< / li >
< li >
2024-02-22 21:40:08 -05:00
< a href = "https://mafyuh.com/search/" title = "Search (Alt + /)" accesskey = / >
2024-02-22 14:42:02 -05:00
< span > Search< / span >
< / a >
< / li >
< / ul >
< / nav >
< / header >
< main class = "main" >
< header class = "page-header" >
< h1 >
Archives
< a href = "/posts/index.xml" title = "RSS" aria-label = "RSS" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2"
stroke-linecap="round" stroke-linejoin="round" height="23">
< path d = "M4 11a9 9 0 0 1 9 9" / >
< path d = "M4 4a16 16 0 0 1 16 16" / >
< circle cx = "5" cy = "19" r = "1" / >
< / svg >
< / a >
< / h1 >
< / header >
< div class = "archive-year" >
< h2 class = "archive-year-header" > 2024< sup class = "archive-count" > 1< / sup >
< / h2 >
< div class = "archive-month" >
< h3 class = "archive-month-header" > February< sup class = "archive-count" > 1< / sup > < / h3 >
< div class = "archive-posts" >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > Resize Ubuntu VM Disk in Proxmox
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2024-02-06 02:58:07 +0000 UTC' > February 6, 2024< / span > · 1 min · 53 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to Resize Ubuntu VM Disk in Proxmox" href = "https://mafyuh.com/posts/resize-ubuntu-vm-disk/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
< / div >
< / div >
< / div >
< div class = "archive-year" >
2024-02-22 22:27:56 -05:00
< h2 class = "archive-year-header" > 2023< sup class = "archive-count" > 9< / sup >
2024-02-22 14:42:02 -05:00
< / h2 >
< div class = "archive-month" >
< h3 class = "archive-month-header" > November< sup class = "archive-count" > 2< / sup > < / h3 >
< div class = "archive-posts" >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > Proton Mail - SimpleLogin authentik Social Login Setup
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-11-12 16:20:00 +0000 UTC' > November 12, 2023< / span > · 2 min · 227 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to Proton Mail - SimpleLogin authentik Social Login Setup" href = "https://mafyuh.com/posts/proton-mail-authentik-social-login-setup/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > How To Automate Jellyfin Issue Handling
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-11-11 16:20:00 +0000 UTC' > November 11, 2023< / span > · 19 min · 3952 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to How To Automate Jellyfin Issue Handling" href = "https://mafyuh.com/posts/how-to-automate-jellyfin-issue-handling/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
< / div >
< / div >
< div class = "archive-month" >
< h3 class = "archive-month-header" > October< sup class = "archive-count" > 2< / sup > < / h3 >
< div class = "archive-posts" >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > How to authenticate Guacamole via authentik with Cloudflare and Nginx Proxy Manager
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-10-29 16:20:00 +0000 UTC' > October 29, 2023< / span > · 2 min · 344 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to How to authenticate Guacamole via authentik with Cloudflare and Nginx Proxy Manager" href = "https://mafyuh.com/posts/how-to-authenticate-guacamole-authentik-nginxproxymanager/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > How to authenticate Zammad via SAML with Nginx Proxy Manager
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-10-29 16:20:00 +0000 UTC' > October 29, 2023< / span > · 1 min · 107 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to How to authenticate Zammad via SAML with Nginx Proxy Manager" href = "https://mafyuh.com/posts/how-to-authenticate-zammad-via-saml-with-nginx-proxy-manager/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
< / div >
< / div >
< div class = "archive-month" >
2024-02-22 22:27:56 -05:00
< h3 class = "archive-month-header" > September< sup class = "archive-count" > 2< / sup > < / h3 >
2024-02-22 14:42:02 -05:00
< div class = "archive-posts" >
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > How To Authenticate KASM via authentik
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-09-30 16:20:00 +0000 UTC' > September 30, 2023< / span > · 2 min · 393 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to How To Authenticate KASM via authentik" href = "https://mafyuh.com/posts/how-to-authenticate-kasm-via-authentik/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
2024-02-22 22:27:56 -05:00
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > How to Show More Options By Default in Windows 11
< / h3 >
< div class = "archive-meta" > < span title = '2023-09-05 23:45:25 +0000 UTC' > September 5, 2023< / span > · 1 min · 31 words · Matt< / div >
< a class = "entry-link" aria-label = "post link to How to Show More Options By Default in Windows 11" href = "https://mafyuh.com/posts/how-to-show-more-options-by-default-in-windows-11/" > < / a >
< / div >
2024-02-22 14:42:02 -05:00
< / div >
< / div >
< div class = "archive-month" >
2024-02-22 21:40:08 -05:00
< h3 class = "archive-month-header" > August< sup class = "archive-count" > 3< / sup > < / h3 >
2024-02-22 14:42:02 -05:00
< div class = "archive-posts" >
2024-02-22 21:40:08 -05:00
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > Network Traffic Map
< / h3 >
< div class = "archive-meta" > < span title = '2023-08-31 16:20:00 +0000 UTC' > August 31, 2023< / span > · 1 min · 27 words · Matt< / div >
< a class = "entry-link" aria-label = "post link to Network Traffic Map" href = "https://mafyuh.com/posts/network-traffic-map/" > < / a >
< / div >
2024-02-22 14:42:02 -05:00
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > Software
< / h3 >
2024-02-22 17:24:22 -05:00
< div class = "archive-meta" > < span title = '2023-08-26 00:13:40 +0000 UTC' > August 26, 2023< / span > · 1 min · 124 words · Matt< / div >
2024-02-22 16:21:00 -05:00
< a class = "entry-link" aria-label = "post link to Software" href = "https://mafyuh.com/posts/software/" > < / a >
2024-02-22 14:42:02 -05:00
< / div >
2024-02-22 21:40:08 -05:00
< div class = "archive-entry" >
< h3 class = "archive-entry-title entry-hint-parent" > Hardware
< / h3 >
< div class = "archive-meta" > < span title = '2023-08-25 00:13:40 +0000 UTC' > August 25, 2023< / span > · 1 min · 150 words · Matt< / div >
< a class = "entry-link" aria-label = "post link to Hardware" href = "https://mafyuh.com/posts/hardware/" > < / a >
< / div >
2024-02-22 14:42:02 -05:00
< / div >
< / div >
< / div >
< / main >
< footer class = "footer" >
2024-02-22 16:21:00 -05:00
< span > © 2024 < a href = "https://mafyuh.com/" > Mafyuh' s Blog< / a > < / span >
2024-02-22 14:42:02 -05:00
< span >
Powered by
< a href = "https://gohugo.io/" rel = "noopener noreferrer" target = "_blank" > Hugo< / a > &
< a href = "https://github.com/adityatelange/hugo-PaperMod/" rel = "noopener" target = "_blank" > PaperMod< / a >
< / span >
< / footer >
< a href = "#top" aria-label = "go to top" title = "Go to Top (Alt + G)" class = "top-link" id = "top-link" accesskey = "g" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 12 6" fill = "currentColor" >
< path d = "M12 6H0l6-6z" / >
< / svg >
< / a >
< script >
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
< / script >
< script >
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
< / script >
< script >
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
< / script >
< / body >
< / html >