diff --git a/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md b/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md
index 07a3ba02..c4c4af1e 100644
--- a/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md
+++ b/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md
@@ -7,17 +7,18 @@ keywords: []
description: ""
tags:
[
- "azure",
- "database",
- "proxy",
- "socks",
"aks",
- "k8s",
"aws",
+ "azure",
"bastion",
- "eks",
"cloud-sql-proxy",
+ "database",
+ "eks",
+ "k8s",
"kubectl-plugin-socks5-proxy",
+ "proxy",
+ "socat",
+ "socks",
]
categories: []
author: ""
@@ -70,6 +71,10 @@ Because this adds cost (and complexity), it does not seem like a desirable optio
## SOCKS
+> **2023-12-13:**
+> An alternative to using a socks proxy is [socat](http://www.dest-unreach.org/socat/). This would allow you to relay tcp connections to a pod running in k8s, and then port-forward them to your localhost.
+> If this sounds more appealing, install [krew-net-forward](https://github.com/antitree/krew-net-forward/tree/master) and then run "kubectl net-forward -i mydb.postgres.database.azure.com -p 5432 -l 5432" to access the database through "localhost:5432"
+
[SOCKS](https://en.wikipedia.org/wiki/SOCKS) is a protocol that enables a way to proxy connections by exchanging network packets between the client and the server. There are many implementations and many readily available container images that can run a SOCKS server.
It's possible to use this sort of proxy to connect to a private DB, but is it any simpler than using a virtual machine as a jumphost? It wasn't until I stumbled upon [kubectl-plugin-socks5-proxy](https://github.com/yokawasa/kubectl-plugin-socks5-proxy) that I was convinced that using SOCKS could be made simple.
diff --git a/public/about/index.html b/public/about/index.html
index 23101de5..b2910570 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html
index 21540371..e6b20ed8 100644
--- a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html
+++ b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html
index d406860c..3c2efaf0 100644
--- a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html
+++ b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html
index 09ab3d75..f9377c2d 100644
--- a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html
+++ b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html
index 786719a7..414544a5 100644
--- a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html
+++ b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html
index 8bfee1aa..1d6ad718 100644
--- a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html
+++ b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html
index eff21c5c..7de380f6 100644
--- a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html
+++ b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html
index 6d9552d6..1de74219 100644
--- a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html
+++ b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html
index d674f5b1..e4ce4c8f 100644
--- a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html
+++ b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2022/12/10/watching-youtube-in-private/index.html b/public/blog/2022/12/10/watching-youtube-in-private/index.html
index b528f070..58bb1dde 100644
--- a/public/blog/2022/12/10/watching-youtube-in-private/index.html
+++ b/public/blog/2022/12/10/watching-youtube-in-private/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html
index 28189db2..a3dce1dd 100644
--- a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html
+++ b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
@@ -118,6 +117,11 @@
Azure has a fully-managed service called Azure Bastion that provides secure access to virtual machines that do not have public IPs. This looks interesting, but unfortunately it costs money and requires an additional virtual machine.
Because this adds cost (and complexity), it does not seem like a desirable option in its current state. If it provided a more seamless connection to the database, it would be more appealing.
2023-12-13:
+An alternative to using a socks proxy is socat. This would allow you to relay tcp connections to a pod running in k8s, and then port-forward them to your localhost.
+If this sounds more appealing, install krew-net-forward and then run “kubectl net-forward -i mydb.postgres.database.azure.com -p 5432 -l 5432” to access the database through “localhost:5432”
+
SOCKS is a protocol that enables a way to proxy connections by exchanging network packets between the client and the server. There are many implementations and many readily available container images that can run a SOCKS server.
It’s possible to use this sort of proxy to connect to a private DB, but is it any simpler than using a virtual machine as a jumphost? It wasn’t until I stumbled upon kubectl-plugin-socks5-proxy that I was convinced that using SOCKS could be made simple.
So how does it work? By installing the kubectl plugin and then running kubectl socks5-proxy, a SOCKS proxy server is spun up in a pod and then opens up port-forwarding session using kubectl.
@@ -147,28 +151,30 @@ pod/davegallant-proxy created
diff --git a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html
index faf63d9b..1f9bb797 100644
--- a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html
+++ b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html
@@ -10,7 +10,6 @@
-
@@ -21,7 +20,7 @@
-
+
diff --git a/public/categories/index.html b/public/categories/index.html
index 1e216f2e..a20db456 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/categories/index.xml b/public/categories/index.xml
index 4be32f19..236e02c2 100644
--- a/public/categories/index.xml
+++ b/public/categories/index.xml
@@ -6,7 +6,6 @@
Recent content in Categories on davegallantHugo -- gohugo.ioen-us
- Dave Gallant
-
+ Dave Gallant
diff --git a/public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css b/public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css
similarity index 99%
rename from public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css
rename to public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css
index 3bffb71d..4399a6b9 100644
--- a/public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css
+++ b/public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css
@@ -31,7 +31,7 @@ pre {
padding: 1em;
}
blockquote {
- border-color: blue;
+ border-color: #ddd;
}
h1,
diff --git a/public/index.html b/public/index.html
index d7afdfe7..664096ce 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,7 +1,7 @@
-
+
davegallant | Home
@@ -11,7 +11,6 @@
-
@@ -22,7 +21,7 @@
-
+
diff --git a/public/index.xml b/public/index.xml
index 37481b37..3a26b9a8 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -7,91 +7,114 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 10 Dec 2023 17:22:11 -0500
-
+ Sun, 10 Dec 2023 17:22:11 -0500About
/about/
Mon, 01 Jan 0001 00:00:00 +0000
+
/about/I’m a software tinkerer with a passion for infrastructure, tooling, security, and coffee.
+
Setting Up Gitea Actions With Tailscale
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
Sun, 10 Dec 2023 17:22:11 -0500
+
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
+
Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
Watching YouTube in Private
/blog/2022/12/10/watching-youtube-in-private/
Sat, 10 Dec 2022 21:46:55 -0500
+
/blog/2022/12/10/watching-youtube-in-private/
+
Virtualizing My Router With pfSense
/blog/2022/04/02/virtualizing-my-router-with-pfsense/
Sat, 02 Apr 2022 18:50:09 -0400
+
/blog/2022/04/02/virtualizing-my-router-with-pfsense/
+
Backing Up Gmail With Synology
/blog/2022/03/13/backing-up-gmail-with-synology/
Sun, 13 Mar 2022 18:49:10 -0400
+
/blog/2022/03/13/backing-up-gmail-with-synology/
+
Running K3s in LXC on Proxmox
/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/
Sun, 14 Nov 2021 10:07:03 -0500
+
/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/
+
Replacing docker with podman on macOS (and Linux)
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
Mon, 11 Oct 2021 10:43:35 -0400
+
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
+
Automatically Rotating AWS Access Keys
/blog/2021/09/17/automatically-rotating-aws-access-keys/
Fri, 17 Sep 2021 12:48:33 -0400
+
/blog/2021/09/17/automatically-rotating-aws-access-keys/
+
Why I Threw Out My Dotfiles
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
Wed, 08 Sep 2021 00:42:33 -0400
+
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
+
What To Do With A Homelab
/blog/2021/09/06/what-to-do-with-a-homelab/
Mon, 06 Sep 2021 01:12:54 -0400
+
/blog/2021/09/06/what-to-do-with-a-homelab/<p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p>
+
AppGate SDP on Arch Linux
/blog/2020/03/16/appgate-sdp-on-arch-linux/
Mon, 16 Mar 2020 22:00:15 -0400
+
/blog/2020/03/16/appgate-sdp-on-arch-linux/<p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p>
+
diff --git a/public/page/2/index.html b/public/page/2/index.html
index 12645746..786c2cd3 100644
--- a/public/page/2/index.html
+++ b/public/page/2/index.html
@@ -1,7 +1,7 @@
-
+
davegallant | Home
@@ -11,7 +11,6 @@
-
@@ -22,7 +21,7 @@
-
+
diff --git a/public/post/index.html b/public/post/index.html
index 4e39c175..f2402e62 100644
--- a/public/post/index.html
+++ b/public/post/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/post/index.xml b/public/post/index.xml
index 11b2eaa7..1a506371 100644
--- a/public/post/index.xml
+++ b/public/post/index.xml
@@ -7,84 +7,105 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 10 Dec 2023 17:22:11 -0500
-
+ Sun, 10 Dec 2023 17:22:11 -0500Setting Up Gitea Actions With Tailscale
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
Sun, 10 Dec 2023 17:22:11 -0500
+
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
+
Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
Watching YouTube in Private
/blog/2022/12/10/watching-youtube-in-private/
Sat, 10 Dec 2022 21:46:55 -0500
+
/blog/2022/12/10/watching-youtube-in-private/
+
Virtualizing My Router With pfSense
/blog/2022/04/02/virtualizing-my-router-with-pfsense/
Sat, 02 Apr 2022 18:50:09 -0400
+
/blog/2022/04/02/virtualizing-my-router-with-pfsense/
+
Backing Up Gmail With Synology
/blog/2022/03/13/backing-up-gmail-with-synology/
Sun, 13 Mar 2022 18:49:10 -0400
+
/blog/2022/03/13/backing-up-gmail-with-synology/
+
Running K3s in LXC on Proxmox
/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/
Sun, 14 Nov 2021 10:07:03 -0500
+
/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/
+
Replacing docker with podman on macOS (and Linux)
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
Mon, 11 Oct 2021 10:43:35 -0400
+
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
+
Automatically Rotating AWS Access Keys
/blog/2021/09/17/automatically-rotating-aws-access-keys/
Fri, 17 Sep 2021 12:48:33 -0400
+
/blog/2021/09/17/automatically-rotating-aws-access-keys/
+
Why I Threw Out My Dotfiles
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
Wed, 08 Sep 2021 00:42:33 -0400
+
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
+
What To Do With A Homelab
/blog/2021/09/06/what-to-do-with-a-homelab/
Mon, 06 Sep 2021 01:12:54 -0400
+
/blog/2021/09/06/what-to-do-with-a-homelab/<p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p>
+
AppGate SDP on Arch Linux
/blog/2020/03/16/appgate-sdp-on-arch-linux/
Mon, 16 Mar 2020 22:00:15 -0400
+
/blog/2020/03/16/appgate-sdp-on-arch-linux/<p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p>
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 186c8840..a077c323 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -57,6 +57,9 @@
/tags/proxy/2023-05-22T16:31:29-04:00
+
+ /tags/socat/
+ 2023-05-22T16:31:29-04:00/tags/socks/2023-05-22T16:31:29-04:00
diff --git a/public/tags/adguard/index.html b/public/tags/adguard/index.html
index d0a79ace..5e114f63 100644
--- a/public/tags/adguard/index.html
+++ b/public/tags/adguard/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/adguard/index.xml b/public/tags/adguard/index.xml
index 099cdc48..86e66a5a 100644
--- a/public/tags/adguard/index.xml
+++ b/public/tags/adguard/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 06 Sep 2021 01:12:54 -0400
-
+ Mon, 06 Sep 2021 01:12:54 -0400What To Do With A Homelab
/blog/2021/09/06/what-to-do-with-a-homelab/
Mon, 06 Sep 2021 01:12:54 -0400
+
/blog/2021/09/06/what-to-do-with-a-homelab/<p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p>
+
diff --git a/public/tags/aks/index.html b/public/tags/aks/index.html
index 4fc503df..c361c6dc 100644
--- a/public/tags/aks/index.html
+++ b/public/tags/aks/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/aks/index.xml b/public/tags/aks/index.xml
index 361e2a0f..9ca02d2b 100644
--- a/public/tags/aks/index.xml
+++ b/public/tags/aks/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/aws-vault/index.html b/public/tags/aws-vault/index.html
index 9c556c4d..8fa92cab 100644
--- a/public/tags/aws-vault/index.html
+++ b/public/tags/aws-vault/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/aws-vault/index.xml b/public/tags/aws-vault/index.xml
index 07cf28cc..e5dc0faf 100644
--- a/public/tags/aws-vault/index.xml
+++ b/public/tags/aws-vault/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Fri, 17 Sep 2021 12:48:33 -0400
-
+ Fri, 17 Sep 2021 12:48:33 -0400Automatically Rotating AWS Access Keys
/blog/2021/09/17/automatically-rotating-aws-access-keys/
Fri, 17 Sep 2021 12:48:33 -0400
+
/blog/2021/09/17/automatically-rotating-aws-access-keys/
+
diff --git a/public/tags/aws/index.html b/public/tags/aws/index.html
index 7199cf20..b38c3444 100644
--- a/public/tags/aws/index.html
+++ b/public/tags/aws/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/aws/index.xml b/public/tags/aws/index.xml
index a1d98066..5b9c67f7 100644
--- a/public/tags/aws/index.xml
+++ b/public/tags/aws/index.xml
@@ -7,21 +7,24 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
Automatically Rotating AWS Access Keys
/blog/2021/09/17/automatically-rotating-aws-access-keys/
Fri, 17 Sep 2021 12:48:33 -0400
+
/blog/2021/09/17/automatically-rotating-aws-access-keys/
+
diff --git a/public/tags/azure/index.html b/public/tags/azure/index.html
index 3f2cbc20..8849f197 100644
--- a/public/tags/azure/index.html
+++ b/public/tags/azure/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/azure/index.xml b/public/tags/azure/index.xml
index 243a3e0c..21d3cf9f 100644
--- a/public/tags/azure/index.xml
+++ b/public/tags/azure/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/backup/index.html b/public/tags/backup/index.html
index fa1a9513..27f5ac20 100644
--- a/public/tags/backup/index.html
+++ b/public/tags/backup/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/backup/index.xml b/public/tags/backup/index.xml
index db502ddb..a926b1ee 100644
--- a/public/tags/backup/index.xml
+++ b/public/tags/backup/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 13 Mar 2022 18:49:10 -0400
-
+ Sun, 13 Mar 2022 18:49:10 -0400Backing Up Gmail With Synology
/blog/2022/03/13/backing-up-gmail-with-synology/
Sun, 13 Mar 2022 18:49:10 -0400
+
/blog/2022/03/13/backing-up-gmail-with-synology/
+
diff --git a/public/tags/bastion/index.html b/public/tags/bastion/index.html
index 953634cb..7e289f59 100644
--- a/public/tags/bastion/index.html
+++ b/public/tags/bastion/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/bastion/index.xml b/public/tags/bastion/index.xml
index 1ab4bc1e..90ae1f70 100644
--- a/public/tags/bastion/index.xml
+++ b/public/tags/bastion/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/cloud-sql-proxy/index.html b/public/tags/cloud-sql-proxy/index.html
index e7e279d7..f35f9b23 100644
--- a/public/tags/cloud-sql-proxy/index.html
+++ b/public/tags/cloud-sql-proxy/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/cloud-sql-proxy/index.xml b/public/tags/cloud-sql-proxy/index.xml
index f55ce922..2a59db56 100644
--- a/public/tags/cloud-sql-proxy/index.xml
+++ b/public/tags/cloud-sql-proxy/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/containers/index.html b/public/tags/containers/index.html
index bad70cfb..fa5f2bad 100644
--- a/public/tags/containers/index.html
+++ b/public/tags/containers/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/containers/index.xml b/public/tags/containers/index.xml
index 2e8af29b..56069b30 100644
--- a/public/tags/containers/index.xml
+++ b/public/tags/containers/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 11 Oct 2021 10:43:35 -0400
-
+ Mon, 11 Oct 2021 10:43:35 -0400Replacing docker with podman on macOS (and Linux)
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
Mon, 11 Oct 2021 10:43:35 -0400
+
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
+
diff --git a/public/tags/database/index.html b/public/tags/database/index.html
index 6707bf17..0dbccf67 100644
--- a/public/tags/database/index.html
+++ b/public/tags/database/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/database/index.xml b/public/tags/database/index.xml
index 4081e6b8..2c43fd48 100644
--- a/public/tags/database/index.xml
+++ b/public/tags/database/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/degoogle/index.html b/public/tags/degoogle/index.html
index 769d4888..881afba6 100644
--- a/public/tags/degoogle/index.html
+++ b/public/tags/degoogle/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/degoogle/index.xml b/public/tags/degoogle/index.xml
index 8d7e3fd3..016752f9 100644
--- a/public/tags/degoogle/index.xml
+++ b/public/tags/degoogle/index.xml
@@ -7,21 +7,24 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sat, 10 Dec 2022 21:46:55 -0500
-
+ Sat, 10 Dec 2022 21:46:55 -0500Watching YouTube in Private
/blog/2022/12/10/watching-youtube-in-private/
Sat, 10 Dec 2022 21:46:55 -0500
+
/blog/2022/12/10/watching-youtube-in-private/
+
Backing Up Gmail With Synology
/blog/2022/03/13/backing-up-gmail-with-synology/
Sun, 13 Mar 2022 18:49:10 -0400
+
/blog/2022/03/13/backing-up-gmail-with-synology/
+
diff --git a/public/tags/docker/index.html b/public/tags/docker/index.html
index c7c38dc6..6cb5c15b 100644
--- a/public/tags/docker/index.html
+++ b/public/tags/docker/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/docker/index.xml b/public/tags/docker/index.xml
index 3d4a4099..53a80e94 100644
--- a/public/tags/docker/index.xml
+++ b/public/tags/docker/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 11 Oct 2021 10:43:35 -0400
-
+ Mon, 11 Oct 2021 10:43:35 -0400Replacing docker with podman on macOS (and Linux)
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
Mon, 11 Oct 2021 10:43:35 -0400
+
/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/
+
diff --git a/public/tags/dotfiles/index.html b/public/tags/dotfiles/index.html
index 8eab9f9b..0feb2a9e 100644
--- a/public/tags/dotfiles/index.html
+++ b/public/tags/dotfiles/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/dotfiles/index.xml b/public/tags/dotfiles/index.xml
index 6f750e4c..c70cf0b4 100644
--- a/public/tags/dotfiles/index.xml
+++ b/public/tags/dotfiles/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Wed, 08 Sep 2021 00:42:33 -0400
-
+ Wed, 08 Sep 2021 00:42:33 -0400Why I Threw Out My Dotfiles
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
Wed, 08 Sep 2021 00:42:33 -0400
+
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
+
diff --git a/public/tags/eks/index.html b/public/tags/eks/index.html
index 85fb1b03..e80dd0af 100644
--- a/public/tags/eks/index.html
+++ b/public/tags/eks/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/eks/index.xml b/public/tags/eks/index.xml
index 7d719555..cdbc3f83 100644
--- a/public/tags/eks/index.xml
+++ b/public/tags/eks/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 22 May 2023 16:31:29 -0400
-
+ Mon, 22 May 2023 16:31:29 -0400Using AKS and SOCKS to connect to a Private Azure DB
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
Mon, 22 May 2023 16:31:29 -0400
+
/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/
+
diff --git a/public/tags/gitea-actions/index.html b/public/tags/gitea-actions/index.html
index 731b43d4..b26a2525 100644
--- a/public/tags/gitea-actions/index.html
+++ b/public/tags/gitea-actions/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/gitea-actions/index.xml b/public/tags/gitea-actions/index.xml
index 88297cda..ce97473a 100644
--- a/public/tags/gitea-actions/index.xml
+++ b/public/tags/gitea-actions/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 10 Dec 2023 17:22:11 -0500
-
+ Sun, 10 Dec 2023 17:22:11 -0500Setting Up Gitea Actions With Tailscale
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
Sun, 10 Dec 2023 17:22:11 -0500
+
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
+
diff --git a/public/tags/gitea/index.html b/public/tags/gitea/index.html
index 501f2101..ce5b35c9 100644
--- a/public/tags/gitea/index.html
+++ b/public/tags/gitea/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/gitea/index.xml b/public/tags/gitea/index.xml
index 662b2240..b8c15434 100644
--- a/public/tags/gitea/index.xml
+++ b/public/tags/gitea/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 10 Dec 2023 17:22:11 -0500
-
+ Sun, 10 Dec 2023 17:22:11 -0500Setting Up Gitea Actions With Tailscale
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
Sun, 10 Dec 2023 17:22:11 -0500
+
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
+
diff --git a/public/tags/github-actions/index.html b/public/tags/github-actions/index.html
index 2dc522d4..17cbc45e 100644
--- a/public/tags/github-actions/index.html
+++ b/public/tags/github-actions/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/github-actions/index.xml b/public/tags/github-actions/index.xml
index de533cf2..be8133fe 100644
--- a/public/tags/github-actions/index.xml
+++ b/public/tags/github-actions/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 10 Dec 2023 17:22:11 -0500
-
+ Sun, 10 Dec 2023 17:22:11 -0500Setting Up Gitea Actions With Tailscale
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
Sun, 10 Dec 2023 17:22:11 -0500
+
/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/
+
diff --git a/public/tags/gmail/index.html b/public/tags/gmail/index.html
index 87145de8..588eeeb5 100644
--- a/public/tags/gmail/index.html
+++ b/public/tags/gmail/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/gmail/index.xml b/public/tags/gmail/index.xml
index 44b60956..45c75fbd 100644
--- a/public/tags/gmail/index.xml
+++ b/public/tags/gmail/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Sun, 13 Mar 2022 18:49:10 -0400
-
+ Sun, 13 Mar 2022 18:49:10 -0400Backing Up Gmail With Synology
/blog/2022/03/13/backing-up-gmail-with-synology/
Sun, 13 Mar 2022 18:49:10 -0400
+
/blog/2022/03/13/backing-up-gmail-with-synology/
+
diff --git a/public/tags/grafana/index.html b/public/tags/grafana/index.html
index 97a774ac..07a746a2 100644
--- a/public/tags/grafana/index.html
+++ b/public/tags/grafana/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/grafana/index.xml b/public/tags/grafana/index.xml
index 9b26a26c..36168a0c 100644
--- a/public/tags/grafana/index.xml
+++ b/public/tags/grafana/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 06 Sep 2021 01:12:54 -0400
-
+ Mon, 06 Sep 2021 01:12:54 -0400What To Do With A Homelab
/blog/2021/09/06/what-to-do-with-a-homelab/
Mon, 06 Sep 2021 01:12:54 -0400
+
/blog/2021/09/06/what-to-do-with-a-homelab/<p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p>
+
diff --git a/public/tags/home-manager/index.html b/public/tags/home-manager/index.html
index 89bc5968..1da5a4e8 100644
--- a/public/tags/home-manager/index.html
+++ b/public/tags/home-manager/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/home-manager/index.xml b/public/tags/home-manager/index.xml
index b1ae7b63..4ed945a2 100644
--- a/public/tags/home-manager/index.xml
+++ b/public/tags/home-manager/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Wed, 08 Sep 2021 00:42:33 -0400
-
+ Wed, 08 Sep 2021 00:42:33 -0400Why I Threw Out My Dotfiles
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
Wed, 08 Sep 2021 00:42:33 -0400
+
/blog/2021/09/08/why-i-threw-out-my-dotfiles/
+
diff --git a/public/tags/homelab/index.html b/public/tags/homelab/index.html
index 03742f29..1303d1d1 100644
--- a/public/tags/homelab/index.html
+++ b/public/tags/homelab/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
diff --git a/public/tags/homelab/index.xml b/public/tags/homelab/index.xml
index 0b1506f2..c485e12f 100644
--- a/public/tags/homelab/index.xml
+++ b/public/tags/homelab/index.xml
@@ -7,14 +7,15 @@
Hugo -- gohugo.ioen-usDave Gallant
- Mon, 06 Sep 2021 01:12:54 -0400
-
+ Mon, 06 Sep 2021 01:12:54 -0400What To Do With A Homelab
/blog/2021/09/06/what-to-do-with-a-homelab/
Mon, 06 Sep 2021 01:12:54 -0400
+
/blog/2021/09/06/what-to-do-with-a-homelab/<p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p>
+
diff --git a/public/tags/index.html b/public/tags/index.html
index 90b774d3..3f5d7717 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -9,7 +9,6 @@
-
@@ -20,7 +19,7 @@
-
+
@@ -287,6 +286,10 @@
+