mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Fix about page
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: About
|
title: About
|
||||||
weight: -210
|
weight: -210
|
||||||
|
menu: "main"
|
||||||
|
disable_comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm a software engineer with a passion for open-source, infrastructure, tooling and security.
|
I'm a software engineer with a passion for open-source, infrastructure, tooling and security.
|
@@ -5,7 +5,7 @@ lastmod: 2021-09-06T01:12:54-04:00
|
|||||||
draft: false
|
draft: false
|
||||||
keywords: []
|
keywords: []
|
||||||
description: ""
|
description: ""
|
||||||
tags: ['linux', 'homelab']
|
tags: ['tailscale', 'homelab', 'netdata', 'plex', 'pihole', 'virtualization', 'linux', 'adguard']
|
||||||
author: "Dave Gallant"
|
author: "Dave Gallant"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ Of course, there is much much more you can self-host, including your own applica
|
|||||||
|
|
||||||
## VPN
|
## 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
|
## Monitoring
|
||||||
|
|
||||||
|
35
content/post/throwing-out-your-dotfiles.md
Normal file
35
content/post/throwing-out-your-dotfiles.md
Normal 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-->
|
@@ -16,7 +16,7 @@
|
|||||||
{{- $staticmanEnabled := $config.staticman.enable -}}
|
{{- $staticmanEnabled := $config.staticman.enable -}}
|
||||||
{{- $utterancesEnabled := $config.utterances.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'>
|
<section id='comments' class='comments'>
|
||||||
<div class='container sep-before'>
|
<div class='container sep-before'>
|
||||||
<div class='comments-area'>
|
<div class='comments-area'>
|
||||||
|
Reference in New Issue
Block a user