Fix about page

This commit is contained in:
Dave Gallant
2021-09-08 00:57:29 -04:00
parent 742a704a87
commit 469deb2b9f
4 changed files with 40 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
---
title: About
weight: -210
menu: "main"
disable_comments: true
---
I'm a software engineer with a passion for open-source, infrastructure, tooling and security.

View File

@@ -5,7 +5,7 @@ lastmod: 2021-09-06T01:12:54-04:00
draft: false
keywords: []
description: ""
tags: ['linux', 'homelab']
tags: ['tailscale', 'homelab', 'netdata', 'plex', 'pihole', 'virtualization', 'linux', 'adguard']
author: "Dave Gallant"
---
@@ -39,7 +39,7 @@ Of course, there is much much more you can self-host, including your own applica
## VPN
You could certainly setup and manage your own VPN by using something like [OpenVPN](https://openvpn.net/community-downloads/), but there is also something else you can try: [tailscale](https://tailscale.com/). It is a very quick way to create fully-encrypted connections between clients. And by using its [MagicDNS](https://tailscale.com/kb/1081/magicdns/), it is a truly magical solution. If one of your nodes names is `plex`, you can simply access it by referring to its name (i.e `ssh plex@plex`).
You could certainly setup and manage your own VPN by using something like [OpenVPN](https://openvpn.net/community-downloads/), but there is also something else you can try: [tailscale](https://tailscale.com/). It is a very quick way to create fully-encrypted connections between clients. And by using its [MagicDNS](https://tailscale.com/kb/1081/magicdns/), it is a truly magical solution. If one of your nodes has a hostname of `plex`, you can simply access it by referring to its hostname (i.e `ssh plex@plex`).
## Monitoring

View File

@@ -0,0 +1,35 @@
---
title: "Throwing Out Your Dotfiles"
date: 2021-09-08T00:42:33-04:00
lastmod: 2021-09-08T00:42:33-04:00
draft: true
keywords: []
description: ""
tags: ['nix','dotfiles']
categories: []
author: ""
# You can also close(false) or open(true) something for this content.
# P.S. comment can only be closed
comment: false
toc: false
autoCollapseToc: false
postMetaInFooter: false
hiddenFromHomePage: false
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
contentCopyright: false
reward: false
mathjax: false
mathjaxEnableSingleDollar: false
flowchartDiagrams:
enable: false
options: ""
sequenceDiagrams:
enable: false
options: ""
---
<!--more-->

View File

@@ -16,7 +16,7 @@
{{- $staticmanEnabled := $config.staticman.enable -}}
{{- $utterancesEnabled := $config.utterances.enable -}}
{{- if ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) -}}
{{- if and ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) ( not .Params.disable_comments) -}}
<section id='comments' class='comments'>
<div class='container sep-before'>
<div class='comments-area'>