mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Add linktree link and email mailto
This commit is contained in:
@@ -25,12 +25,15 @@ params:
|
|||||||
- css/custom.css
|
- css/custom.css
|
||||||
|
|
||||||
social:
|
social:
|
||||||
|
- name: Email
|
||||||
|
icon: at-sign
|
||||||
|
url: 'mailto:me@davegallant.ca'
|
||||||
|
- name: LinkTree
|
||||||
|
icon: compass
|
||||||
|
url: 'https://linktr.ee/davegallant'
|
||||||
- name: GitHub
|
- name: GitHub
|
||||||
icon: github
|
icon: github
|
||||||
url: 'https://github.com/davegallant'
|
url: 'https://github.com/davegallant'
|
||||||
- name: Twitter
|
|
||||||
icon: twitter
|
|
||||||
url: 'https://twitter.com/davega11ant/'
|
|
||||||
- name: Mastodon
|
- name: Mastodon
|
||||||
icon: speaker
|
icon: speaker
|
||||||
url: https://mastodon.social/@davegallant
|
url: https://mastodon.social/@davegallant
|
||||||
|
@@ -134,9 +134,9 @@ http:
|
|||||||
- url: "http://gitea:3000"
|
- url: "http://gitea:3000"
|
||||||
```
|
```
|
||||||
|
|
||||||
Something to consider is whether or not you want to use ssh with git. One method of getting this to work with containers is to use [ssh container passthrough](https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough). I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case.
|
Something to consider is whether or not you want to use ssh with git. One method to get this to work with containers is to use [ssh container passthrough](https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough). I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case.
|
||||||
|
|
||||||
After adding the above configuration, running `docker compose up -d` should be enough to get an instance up and running. It will be accessible at [https://gitea.my-tailnet-name.ts.net](https://gitea.my-tailnet-name.ts.net) from within your tailnet.
|
After adding the above configuration, running `docker compose up -d` should be enough to get an instance up and running. It will be accessible at [https://gitea.my-tailnet-name.ts.net](https://gitea.my-tailnet-name.ts.net) from within the tailnet.
|
||||||
|
|
||||||
## Connecting a Runner
|
## Connecting a Runner
|
||||||
|
|
||||||
@@ -199,6 +199,10 @@ And voilà:
|
|||||||
|
|
||||||
{{< video src="gitea-runner" >}}
|
{{< video src="gitea-runner" >}}
|
||||||
|
|
||||||
|
## Areas for improvement
|
||||||
|
|
||||||
|
One enhancement that I would like to see is the ability to send notifications on workflow failures. Currently, this [doesn't seem possible](https://github.com/go-gitea/gitea/issues/23725).
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantionally more resources (ahem, gitlab). It likely helps that the codebase is largely written in go.
|
Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantionally more resources (ahem, gitlab). It likely helps that the codebase is largely written in go.
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/about/" /><meta property="article:section" content="" />
|
<meta property="og:url" content="/about/" /><meta property="article:section" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="About"/>
|
<meta name="twitter:title" content="About"/>
|
||||||
<meta name="twitter:description" content="I’m a software engineer with a passion for open-source, infrastructure, tooling and security."/>
|
<meta name="twitter:description" content="I’m a software engineer with a passion for open-source, infrastructure, tooling and security."/>
|
||||||
@@ -112,8 +111,9 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2020/03/16/appgate-sdp-on-arch-linux/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2020/03/16/appgate-sdp-on-arch-linux/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2020-03-16T22:00:15-04:00" />
|
<meta property="article:published_time" content="2020-03-16T22:00:15-04:00" />
|
||||||
<meta property="article:modified_time" content="2020-03-16T22:00:15-04:00" />
|
<meta property="article:modified_time" content="2020-03-16T22:00:15-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="AppGate SDP on Arch Linux"/>
|
<meta name="twitter:title" content="AppGate SDP on Arch Linux"/>
|
||||||
<meta name="twitter:description" content="AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP 4.3.2 working on Arch Linux."/>
|
<meta name="twitter:description" content="AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP 4.3.2 working on Arch Linux."/>
|
||||||
@@ -240,8 +239,9 @@ module 'platform' has no attribute 'linux_distribution'
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2021/09/06/what-to-do-with-a-homelab/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2021/09/06/what-to-do-with-a-homelab/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2021-09-06T01:12:54-04:00" />
|
<meta property="article:published_time" content="2021-09-06T01:12:54-04:00" />
|
||||||
<meta property="article:modified_time" content="2021-09-06T01:12:54-04:00" />
|
<meta property="article:modified_time" content="2021-09-06T01:12:54-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="What To Do With A Homelab"/>
|
<meta name="twitter:title" content="What To Do With A Homelab"/>
|
||||||
<meta name="twitter:description" content="A homelab can be an inexpensive way to host a multitude of internal/external services and learn a lot in the process."/>
|
<meta name="twitter:description" content="A homelab can be an inexpensive way to host a multitude of internal/external services and learn a lot in the process."/>
|
||||||
@@ -188,8 +187,9 @@ Containers have much less overhead in terms of boot time and storage allocation.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2021/09/08/why-i-threw-out-my-dotfiles/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2021/09/08/why-i-threw-out-my-dotfiles/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2021-09-08T00:42:33-04:00" />
|
<meta property="article:published_time" content="2021-09-08T00:42:33-04:00" />
|
||||||
<meta property="article:modified_time" content="2021-09-08T00:42:33-04:00" />
|
<meta property="article:modified_time" content="2021-09-08T00:42:33-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Why I Threw Out My Dotfiles"/>
|
<meta name="twitter:title" content="Why I Threw Out My Dotfiles"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -284,8 +283,9 @@ nix-shell '<home-manager>' -A install
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2021/09/17/automatically-rotating-aws-access-keys/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2021/09/17/automatically-rotating-aws-access-keys/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2021-09-17T12:48:33-04:00" />
|
<meta property="article:published_time" content="2021-09-17T12:48:33-04:00" />
|
||||||
<meta property="article:modified_time" content="2021-09-17T12:48:33-04:00" />
|
<meta property="article:modified_time" content="2021-09-17T12:48:33-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Automatically Rotating AWS Access Keys"/>
|
<meta name="twitter:title" content="Automatically Rotating AWS Access Keys"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -148,8 +147,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2021-10-11T10:43:35-04:00" />
|
<meta property="article:published_time" content="2021-10-11T10:43:35-04:00" />
|
||||||
<meta property="article:modified_time" content="2021-10-11T10:43:35-04:00" />
|
<meta property="article:modified_time" content="2021-10-11T10:43:35-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Replacing docker with podman on macOS (and Linux)"/>
|
<meta name="twitter:title" content="Replacing docker with podman on macOS (and Linux)"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -235,8 +234,9 @@ Hello world
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2021-11-14T10:07:03-05:00" />
|
<meta property="article:published_time" content="2021-11-14T10:07:03-05:00" />
|
||||||
<meta property="article:modified_time" content="2021-11-14T10:07:03-05:00" />
|
<meta property="article:modified_time" content="2021-11-14T10:07:03-05:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Running K3s in LXC on Proxmox"/>
|
<meta name="twitter:title" content="Running K3s in LXC on Proxmox"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -229,8 +228,9 @@ horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook Deployment/tekton
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2022/03/13/backing-up-gmail-with-synology/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2022/03/13/backing-up-gmail-with-synology/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2022-03-13T18:49:10-04:00" />
|
<meta property="article:published_time" content="2022-03-13T18:49:10-04:00" />
|
||||||
<meta property="article:modified_time" content="2022-03-13T18:49:10-04:00" />
|
<meta property="article:modified_time" content="2022-03-13T18:49:10-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Backing Up Gmail With Synology"/>
|
<meta name="twitter:title" content="Backing Up Gmail With Synology"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -168,8 +167,9 @@ Encrypting your shared volumes should also be done, since unfortunately <a href=
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2022/04/02/virtualizing-my-router-with-pfsense/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2022/04/02/virtualizing-my-router-with-pfsense/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2022-04-02T18:50:09-04:00" />
|
<meta property="article:published_time" content="2022-04-02T18:50:09-04:00" />
|
||||||
<meta property="article:modified_time" content="2022-04-02T18:50:09-04:00" />
|
<meta property="article:modified_time" content="2022-04-02T18:50:09-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Virtualizing My Router With pfSense"/>
|
<meta name="twitter:title" content="Virtualizing My Router With pfSense"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -188,8 +187,9 @@ When setting up the machine, I mostly went with all of the defaults. Configurati
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2022/12/10/watching-youtube-in-private/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2022/12/10/watching-youtube-in-private/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2022-12-10T21:46:55-05:00" />
|
<meta property="article:published_time" content="2022-12-10T21:46:55-05:00" />
|
||||||
<meta property="article:modified_time" content="2022-12-10T21:46:55-05:00" />
|
<meta property="article:modified_time" content="2022-12-10T21:46:55-05:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Watching YouTube in Private"/>
|
<meta name="twitter:title" content="Watching YouTube in Private"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -206,8 +205,9 @@ volumes:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2023-05-22T16:31:29-04:00" />
|
<meta property="article:published_time" content="2023-05-22T16:31:29-04:00" />
|
||||||
<meta property="article:modified_time" content="2023-05-22T16:31:29-04:00" />
|
<meta property="article:modified_time" content="2023-05-22T16:31:29-04:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Using AKS and SOCKS to connect to a Private Azure DB"/>
|
<meta name="twitter:title" content="Using AKS and SOCKS to connect to a Private Azure DB"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -194,8 +193,9 @@ pod/davegallant-proxy created
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/" /><meta property="article:section" content="post" />
|
<meta property="og:url" content="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/" /><meta property="article:section" content="post" />
|
||||||
<meta property="article:published_time" content="2023-12-10T17:22:11-05:00" />
|
<meta property="article:published_time" content="2023-12-10T17:22:11-05:00" />
|
||||||
<meta property="article:modified_time" content="2023-12-10T17:22:11-05:00" />
|
<meta property="article:modified_time" content="2023-12-10T17:22:11-05:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Setting Up Gitea Actions With Tailscale"/>
|
<meta name="twitter:title" content="Setting Up Gitea Actions With Tailscale"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -182,8 +181,8 @@ log:
|
|||||||
servers:
|
servers:
|
||||||
- url: "http://gitea:3000"
|
- url: "http://gitea:3000"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Something to consider is whether or not you want to use ssh with git. One method of getting this to work with containers is to use <a href="https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough">ssh container passthrough</a>. I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case.</p>
|
<p>Something to consider is whether or not you want to use ssh with git. One method to get this to work with containers is to use <a href="https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough">ssh container passthrough</a>. I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case.</p>
|
||||||
<p>After adding the above configuration, running <code>docker compose up -d</code> should be enough to get an instance up and running. It will be accessible at <a href="https://gitea.my-tailnet-name.ts.net">https://gitea.my-tailnet-name.ts.net</a> from within your tailnet.</p>
|
<p>After adding the above configuration, running <code>docker compose up -d</code> should be enough to get an instance up and running. It will be accessible at <a href="https://gitea.my-tailnet-name.ts.net">https://gitea.my-tailnet-name.ts.net</a> from within the tailnet.</p>
|
||||||
<h2 id="connecting-a-runner">Connecting a Runner<a href="#connecting-a-runner" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
<h2 id="connecting-a-runner">Connecting a Runner<a href="#connecting-a-runner" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
||||||
<p>I installed the runner by <a href="https://docs.gitea.com/usage/actions/quickstart#set-up-runner">following the docs</a>. I opted for installing it on a separate host (another lxc container) as recommended in the docs. I used the systemd unit file to ensure that the runner comes back online after system reboots. I installed tailscale on this act runner as well, so that it can have the same “networking privileges” as the main instance.</p>
|
<p>I installed the runner by <a href="https://docs.gitea.com/usage/actions/quickstart#set-up-runner">following the docs</a>. I opted for installing it on a separate host (another lxc container) as recommended in the docs. I used the systemd unit file to ensure that the runner comes back online after system reboots. I installed tailscale on this act runner as well, so that it can have the same “networking privileges” as the main instance.</p>
|
||||||
<p>After registering this runner and starting the daemon, it appeared in <code>/admin/actions/runners</code>:</p>
|
<p>After registering this runner and starting the daemon, it appeared in <code>/admin/actions/runners</code>:</p>
|
||||||
@@ -236,6 +235,8 @@ jobs:
|
|||||||
<source src="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm" type="video/webm">
|
<source src="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm" type="video/webm">
|
||||||
<span>Your browser doesn't support embedded videos, but don't worry, you can <a href="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm">download it</a> and watch it with your favorite video player!</span>
|
<span>Your browser doesn't support embedded videos, but don't worry, you can <a href="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm">download it</a> and watch it with your favorite video player!</span>
|
||||||
</video>
|
</video>
|
||||||
|
<h2 id="areas-for-improvement">Areas for improvement<a href="#areas-for-improvement" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
||||||
|
<p>One enhancement that I would like to see is the ability to send notifications on workflow failures. Currently, this <a href="https://github.com/go-gitea/gitea/issues/23725">doesn’t seem possible</a>.</p>
|
||||||
<h2 id="conclusion">Conclusion<a href="#conclusion" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
<h2 id="conclusion">Conclusion<a href="#conclusion" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
||||||
<p>Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantionally more resources (ahem, gitlab). It likely helps that the codebase is largely written in go.</p>
|
<p>Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantionally more resources (ahem, gitlab). It likely helps that the codebase is largely written in go.</p>
|
||||||
<p>By combining gitea with the networking marvel that is tailscale, running workflows becomes simple and fun. Whether you are working on a team or working alone, this setup ensures that your workflows are securely accessible from anywhere with an internet connection.</p></section>
|
<p>By combining gitea with the networking marvel that is tailscale, running workflows becomes simple and fun. Whether you are working on a team or working alone, this setup ensures that your workflows are securely accessible from anywhere with an internet connection.</p></section>
|
||||||
@@ -283,8 +284,9 @@ jobs:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/categories/" />
|
<meta property="og:url" content="/categories/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Categories"/>
|
<meta name="twitter:title" content="Categories"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -129,8 +128,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -6,7 +6,6 @@
|
|||||||
<description>Recent content in Categories on davegallant</description>
|
<description>Recent content in Categories on davegallant</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.120.3">
|
<meta name="generator" content="Hugo 0.111.3">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>davegallant | Home </title><link rel="icon" type="image/png" href=https://davegallant.ca/favicon.ico /><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>davegallant | Home </title><link rel="icon" type="image/png" href=https://davegallant.ca/favicon.ico /><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/" />
|
<meta property="og:url" content="/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="davegallant"/>
|
<meta name="twitter:title" content="davegallant"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -219,8 +218,9 @@
|
|||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,98 +7,123 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>About</title>
|
<title>About</title>
|
||||||
<link>/about/</link>
|
<link>/about/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/about/</guid>
|
<guid>/about/</guid>
|
||||||
<description>I&rsquo;m a software engineer with a passion for open-source, infrastructure, tooling and security.</description>
|
<description>I&rsquo;m a software engineer with a passion for open-source, infrastructure, tooling and security.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Setting Up Gitea Actions With Tailscale</title>
|
<title>Setting Up Gitea Actions With Tailscale</title>
|
||||||
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Watching YouTube in Private</title>
|
<title>Watching YouTube in Private</title>
|
||||||
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Virtualizing My Router With pfSense</title>
|
<title>Virtualizing My Router With pfSense</title>
|
||||||
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Backing Up Gmail With Synology</title>
|
<title>Backing Up Gmail With Synology</title>
|
||||||
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Running K3s in LXC on Proxmox</title>
|
<title>Running K3s in LXC on Proxmox</title>
|
||||||
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Replacing docker with podman on macOS (and Linux)</title>
|
<title>Replacing docker with podman on macOS (and Linux)</title>
|
||||||
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Automatically Rotating AWS Access Keys</title>
|
<title>Automatically Rotating AWS Access Keys</title>
|
||||||
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Why I Threw Out My Dotfiles</title>
|
<title>Why I Threw Out My Dotfiles</title>
|
||||||
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>AppGate SDP on Arch Linux</title>
|
<title>AppGate SDP on Arch Linux</title>
|
||||||
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
||||||
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
<link>/page/search/</link>
|
<link>/page/search/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/page/search/</guid>
|
<guid>/page/search/</guid>
|
||||||
<description>test</description>
|
<description>test</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.120.3">
|
<meta name="generator" content="Hugo 0.111.3">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>davegallant | Home </title><link rel="icon" type="image/png" href=https://davegallant.ca/favicon.ico /><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>davegallant | Home </title><link rel="icon" type="image/png" href=https://davegallant.ca/favicon.ico /><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/" />
|
<meta property="og:url" content="/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="davegallant"/>
|
<meta name="twitter:title" content="davegallant"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -129,8 +128,9 @@
|
|||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/page/" />
|
<meta property="og:url" content="/page/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Pages"/>
|
<meta name="twitter:title" content="Pages"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -120,8 +119,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -6,14 +6,15 @@
|
|||||||
<description>Recent content in Pages on davegallant</description>
|
<description>Recent content in Pages on davegallant</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright><atom:link href="/page/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/page/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
<link>/page/search/</link>
|
<link>/page/search/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/page/search/</guid>
|
<guid>/page/search/</guid>
|
||||||
<description>test</description>
|
<description>test</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
<meta property="og:url" content="/page/search/" /><meta property="article:section" content="page" />
|
<meta property="og:url" content="/page/search/" /><meta property="article:section" content="page" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="test"/>
|
<meta name="twitter:description" content="test"/>
|
||||||
@@ -132,8 +131,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/post/" />
|
<meta property="og:url" content="/post/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Posts"/>
|
<meta name="twitter:title" content="Posts"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -142,8 +141,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,84 +7,105 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Setting Up Gitea Actions With Tailscale</title>
|
<title>Setting Up Gitea Actions With Tailscale</title>
|
||||||
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Watching YouTube in Private</title>
|
<title>Watching YouTube in Private</title>
|
||||||
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Virtualizing My Router With pfSense</title>
|
<title>Virtualizing My Router With pfSense</title>
|
||||||
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Backing Up Gmail With Synology</title>
|
<title>Backing Up Gmail With Synology</title>
|
||||||
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Running K3s in LXC on Proxmox</title>
|
<title>Running K3s in LXC on Proxmox</title>
|
||||||
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Replacing docker with podman on macOS (and Linux)</title>
|
<title>Replacing docker with podman on macOS (and Linux)</title>
|
||||||
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Automatically Rotating AWS Access Keys</title>
|
<title>Automatically Rotating AWS Access Keys</title>
|
||||||
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Why I Threw Out My Dotfiles</title>
|
<title>Why I Threw Out My Dotfiles</title>
|
||||||
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>AppGate SDP on Arch Linux</title>
|
<title>AppGate SDP on Arch Linux</title>
|
||||||
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
||||||
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/adguard/" />
|
<meta property="og:url" content="/tags/adguard/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="adguard"/>
|
<meta name="twitter:title" content="adguard"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/adguard/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/adguard/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/aks/" />
|
<meta property="og:url" content="/tags/aks/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="aks"/>
|
<meta name="twitter:title" content="aks"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/aks/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/aks/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/aws-vault/" />
|
<meta property="og:url" content="/tags/aws-vault/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="aws-vault"/>
|
<meta name="twitter:title" content="aws-vault"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Fri, 17 Sep 2021 12:48:33 -0400</lastBuildDate>
|
<lastBuildDate>Fri, 17 Sep 2021 12:48:33 -0400</lastBuildDate><atom:link href="/tags/aws-vault/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/aws-vault/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Automatically Rotating AWS Access Keys</title>
|
<title>Automatically Rotating AWS Access Keys</title>
|
||||||
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/aws/" />
|
<meta property="og:url" content="/tags/aws/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="aws"/>
|
<meta name="twitter:title" content="aws"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -124,8 +123,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,21 +7,24 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/aws/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/aws/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Automatically Rotating AWS Access Keys</title>
|
<title>Automatically Rotating AWS Access Keys</title>
|
||||||
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/azure/" />
|
<meta property="og:url" content="/tags/azure/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="azure"/>
|
<meta name="twitter:title" content="azure"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/azure/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/azure/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/backup/" />
|
<meta property="og:url" content="/tags/backup/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="backup"/>
|
<meta name="twitter:title" content="backup"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 13 Mar 2022 18:49:10 -0400</lastBuildDate>
|
<lastBuildDate>Sun, 13 Mar 2022 18:49:10 -0400</lastBuildDate><atom:link href="/tags/backup/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/backup/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Backing Up Gmail With Synology</title>
|
<title>Backing Up Gmail With Synology</title>
|
||||||
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/bastion/" />
|
<meta property="og:url" content="/tags/bastion/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="bastion"/>
|
<meta name="twitter:title" content="bastion"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/bastion/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/bastion/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/cloud-sql-proxy/" />
|
<meta property="og:url" content="/tags/cloud-sql-proxy/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="cloud-sql-proxy"/>
|
<meta name="twitter:title" content="cloud-sql-proxy"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/cloud-sql-proxy/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/cloud-sql-proxy/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/containers/" />
|
<meta property="og:url" content="/tags/containers/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="containers"/>
|
<meta name="twitter:title" content="containers"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate><atom:link href="/tags/containers/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/containers/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Replacing docker with podman on macOS (and Linux)</title>
|
<title>Replacing docker with podman on macOS (and Linux)</title>
|
||||||
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/database/" />
|
<meta property="og:url" content="/tags/database/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="database"/>
|
<meta name="twitter:title" content="database"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/database/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/database/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/degoogle/" />
|
<meta property="og:url" content="/tags/degoogle/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="degoogle"/>
|
<meta name="twitter:title" content="degoogle"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -124,8 +123,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,21 +7,24 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate>
|
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate><atom:link href="/tags/degoogle/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/degoogle/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Watching YouTube in Private</title>
|
<title>Watching YouTube in Private</title>
|
||||||
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Backing Up Gmail With Synology</title>
|
<title>Backing Up Gmail With Synology</title>
|
||||||
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/docker/" />
|
<meta property="og:url" content="/tags/docker/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="docker"/>
|
<meta name="twitter:title" content="docker"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate><atom:link href="/tags/docker/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/docker/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Replacing docker with podman on macOS (and Linux)</title>
|
<title>Replacing docker with podman on macOS (and Linux)</title>
|
||||||
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/dotfiles/" />
|
<meta property="og:url" content="/tags/dotfiles/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="dotfiles"/>
|
<meta name="twitter:title" content="dotfiles"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate>
|
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate><atom:link href="/tags/dotfiles/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/dotfiles/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Why I Threw Out My Dotfiles</title>
|
<title>Why I Threw Out My Dotfiles</title>
|
||||||
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/eks/" />
|
<meta property="og:url" content="/tags/eks/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="eks"/>
|
<meta name="twitter:title" content="eks"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/eks/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/eks/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/gitea-actions/" />
|
<meta property="og:url" content="/tags/gitea-actions/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="gitea actions"/>
|
<meta name="twitter:title" content="gitea actions"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/tags/gitea-actions/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/gitea-actions/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Setting Up Gitea Actions With Tailscale</title>
|
<title>Setting Up Gitea Actions With Tailscale</title>
|
||||||
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/gitea/" />
|
<meta property="og:url" content="/tags/gitea/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="gitea"/>
|
<meta name="twitter:title" content="gitea"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/tags/gitea/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/gitea/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Setting Up Gitea Actions With Tailscale</title>
|
<title>Setting Up Gitea Actions With Tailscale</title>
|
||||||
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/github-actions/" />
|
<meta property="og:url" content="/tags/github-actions/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="github actions"/>
|
<meta name="twitter:title" content="github actions"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/tags/github-actions/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/github-actions/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Setting Up Gitea Actions With Tailscale</title>
|
<title>Setting Up Gitea Actions With Tailscale</title>
|
||||||
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/gmail/" />
|
<meta property="og:url" content="/tags/gmail/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="gmail"/>
|
<meta name="twitter:title" content="gmail"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 13 Mar 2022 18:49:10 -0400</lastBuildDate>
|
<lastBuildDate>Sun, 13 Mar 2022 18:49:10 -0400</lastBuildDate><atom:link href="/tags/gmail/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/gmail/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Backing Up Gmail With Synology</title>
|
<title>Backing Up Gmail With Synology</title>
|
||||||
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/grafana/" />
|
<meta property="og:url" content="/tags/grafana/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="grafana"/>
|
<meta name="twitter:title" content="grafana"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/grafana/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/grafana/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/home-manager/" />
|
<meta property="og:url" content="/tags/home-manager/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="home-manager"/>
|
<meta name="twitter:title" content="home-manager"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate>
|
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate><atom:link href="/tags/home-manager/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/home-manager/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Why I Threw Out My Dotfiles</title>
|
<title>Why I Threw Out My Dotfiles</title>
|
||||||
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/homelab/" />
|
<meta property="og:url" content="/tags/homelab/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="homelab"/>
|
<meta name="twitter:title" content="homelab"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/homelab/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/homelab/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/" />
|
<meta property="og:url" content="/tags/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="Tags"/>
|
<meta name="twitter:title" content="Tags"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -333,8 +332,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,364 +7,465 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>gitea</title>
|
<title>gitea</title>
|
||||||
<link>/tags/gitea/</link>
|
<link>/tags/gitea/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/gitea/</guid>
|
<guid>/tags/gitea/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>gitea actions</title>
|
<title>gitea actions</title>
|
||||||
<link>/tags/gitea-actions/</link>
|
<link>/tags/gitea-actions/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/gitea-actions/</guid>
|
<guid>/tags/gitea-actions/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>github actions</title>
|
<title>github actions</title>
|
||||||
<link>/tags/github-actions/</link>
|
<link>/tags/github-actions/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/github-actions/</guid>
|
<guid>/tags/github-actions/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>tailscale</title>
|
<title>tailscale</title>
|
||||||
<link>/tags/tailscale/</link>
|
<link>/tags/tailscale/</link>
|
||||||
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/tailscale/</guid>
|
<guid>/tags/tailscale/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>aks</title>
|
<title>aks</title>
|
||||||
<link>/tags/aks/</link>
|
<link>/tags/aks/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/aks/</guid>
|
<guid>/tags/aks/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>aws</title>
|
<title>aws</title>
|
||||||
<link>/tags/aws/</link>
|
<link>/tags/aws/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/aws/</guid>
|
<guid>/tags/aws/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>azure</title>
|
<title>azure</title>
|
||||||
<link>/tags/azure/</link>
|
<link>/tags/azure/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/azure/</guid>
|
<guid>/tags/azure/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>bastion</title>
|
<title>bastion</title>
|
||||||
<link>/tags/bastion/</link>
|
<link>/tags/bastion/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/bastion/</guid>
|
<guid>/tags/bastion/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>cloud-sql-proxy</title>
|
<title>cloud-sql-proxy</title>
|
||||||
<link>/tags/cloud-sql-proxy/</link>
|
<link>/tags/cloud-sql-proxy/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/cloud-sql-proxy/</guid>
|
<guid>/tags/cloud-sql-proxy/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>database</title>
|
<title>database</title>
|
||||||
<link>/tags/database/</link>
|
<link>/tags/database/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/database/</guid>
|
<guid>/tags/database/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>eks</title>
|
<title>eks</title>
|
||||||
<link>/tags/eks/</link>
|
<link>/tags/eks/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/eks/</guid>
|
<guid>/tags/eks/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>k8s</title>
|
<title>k8s</title>
|
||||||
<link>/tags/k8s/</link>
|
<link>/tags/k8s/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/k8s/</guid>
|
<guid>/tags/k8s/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>kubectl-plugin-socks5-proxy</title>
|
<title>kubectl-plugin-socks5-proxy</title>
|
||||||
<link>/tags/kubectl-plugin-socks5-proxy/</link>
|
<link>/tags/kubectl-plugin-socks5-proxy/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/kubectl-plugin-socks5-proxy/</guid>
|
<guid>/tags/kubectl-plugin-socks5-proxy/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>proxy</title>
|
<title>proxy</title>
|
||||||
<link>/tags/proxy/</link>
|
<link>/tags/proxy/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/proxy/</guid>
|
<guid>/tags/proxy/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>socks</title>
|
<title>socks</title>
|
||||||
<link>/tags/socks/</link>
|
<link>/tags/socks/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/socks/</guid>
|
<guid>/tags/socks/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>degoogle</title>
|
<title>degoogle</title>
|
||||||
<link>/tags/degoogle/</link>
|
<link>/tags/degoogle/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/degoogle/</guid>
|
<guid>/tags/degoogle/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>invidious</title>
|
<title>invidious</title>
|
||||||
<link>/tags/invidious/</link>
|
<link>/tags/invidious/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/invidious/</guid>
|
<guid>/tags/invidious/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>privacy</title>
|
<title>privacy</title>
|
||||||
<link>/tags/privacy/</link>
|
<link>/tags/privacy/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/privacy/</guid>
|
<guid>/tags/privacy/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>yewtu.be</title>
|
<title>yewtu.be</title>
|
||||||
<link>/tags/yewtu.be/</link>
|
<link>/tags/yewtu.be/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/yewtu.be/</guid>
|
<guid>/tags/yewtu.be/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>youtube</title>
|
<title>youtube</title>
|
||||||
<link>/tags/youtube/</link>
|
<link>/tags/youtube/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/youtube/</guid>
|
<guid>/tags/youtube/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>openwrt</title>
|
<title>openwrt</title>
|
||||||
<link>/tags/openwrt/</link>
|
<link>/tags/openwrt/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/openwrt/</guid>
|
<guid>/tags/openwrt/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>pfsense</title>
|
<title>pfsense</title>
|
||||||
<link>/tags/pfsense/</link>
|
<link>/tags/pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/pfsense/</guid>
|
<guid>/tags/pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>proxmox</title>
|
<title>proxmox</title>
|
||||||
<link>/tags/proxmox/</link>
|
<link>/tags/proxmox/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/proxmox/</guid>
|
<guid>/tags/proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>router</title>
|
<title>router</title>
|
||||||
<link>/tags/router/</link>
|
<link>/tags/router/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/router/</guid>
|
<guid>/tags/router/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>router-on-a-stick</title>
|
<title>router-on-a-stick</title>
|
||||||
<link>/tags/router-on-a-stick/</link>
|
<link>/tags/router-on-a-stick/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/router-on-a-stick/</guid>
|
<guid>/tags/router-on-a-stick/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>vlan</title>
|
<title>vlan</title>
|
||||||
<link>/tags/vlan/</link>
|
<link>/tags/vlan/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/vlan/</guid>
|
<guid>/tags/vlan/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>backup</title>
|
<title>backup</title>
|
||||||
<link>/tags/backup/</link>
|
<link>/tags/backup/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/backup/</guid>
|
<guid>/tags/backup/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>gmail</title>
|
<title>gmail</title>
|
||||||
<link>/tags/gmail/</link>
|
<link>/tags/gmail/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/gmail/</guid>
|
<guid>/tags/gmail/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>ransomware</title>
|
<title>ransomware</title>
|
||||||
<link>/tags/ransomware/</link>
|
<link>/tags/ransomware/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/ransomware/</guid>
|
<guid>/tags/ransomware/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>synology</title>
|
<title>synology</title>
|
||||||
<link>/tags/synology/</link>
|
<link>/tags/synology/</link>
|
||||||
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/synology/</guid>
|
<guid>/tags/synology/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>k3s</title>
|
<title>k3s</title>
|
||||||
<link>/tags/k3s/</link>
|
<link>/tags/k3s/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/k3s/</guid>
|
<guid>/tags/k3s/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>lxc</title>
|
<title>lxc</title>
|
||||||
<link>/tags/lxc/</link>
|
<link>/tags/lxc/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/tags/lxc/</guid>
|
<guid>/tags/lxc/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>containers</title>
|
<title>containers</title>
|
||||||
<link>/tags/containers/</link>
|
<link>/tags/containers/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/containers/</guid>
|
<guid>/tags/containers/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>docker</title>
|
<title>docker</title>
|
||||||
<link>/tags/docker/</link>
|
<link>/tags/docker/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/docker/</guid>
|
<guid>/tags/docker/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>podman</title>
|
<title>podman</title>
|
||||||
<link>/tags/podman/</link>
|
<link>/tags/podman/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/podman/</guid>
|
<guid>/tags/podman/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>aws-vault</title>
|
<title>aws-vault</title>
|
||||||
<link>/tags/aws-vault/</link>
|
<link>/tags/aws-vault/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/aws-vault/</guid>
|
<guid>/tags/aws-vault/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>python</title>
|
<title>python</title>
|
||||||
<link>/tags/python/</link>
|
<link>/tags/python/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/python/</guid>
|
<guid>/tags/python/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>security</title>
|
<title>security</title>
|
||||||
<link>/tags/security/</link>
|
<link>/tags/security/</link>
|
||||||
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/security/</guid>
|
<guid>/tags/security/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>dotfiles</title>
|
<title>dotfiles</title>
|
||||||
<link>/tags/dotfiles/</link>
|
<link>/tags/dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/dotfiles/</guid>
|
<guid>/tags/dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>home-manager</title>
|
<title>home-manager</title>
|
||||||
<link>/tags/home-manager/</link>
|
<link>/tags/home-manager/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/home-manager/</guid>
|
<guid>/tags/home-manager/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>nix</title>
|
<title>nix</title>
|
||||||
<link>/tags/nix/</link>
|
<link>/tags/nix/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/nix/</guid>
|
<guid>/tags/nix/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>adguard</title>
|
<title>adguard</title>
|
||||||
<link>/tags/adguard/</link>
|
<link>/tags/adguard/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/adguard/</guid>
|
<guid>/tags/adguard/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>grafana</title>
|
<title>grafana</title>
|
||||||
<link>/tags/grafana/</link>
|
<link>/tags/grafana/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/grafana/</guid>
|
<guid>/tags/grafana/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>homelab</title>
|
<title>homelab</title>
|
||||||
<link>/tags/homelab/</link>
|
<link>/tags/homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/homelab/</guid>
|
<guid>/tags/homelab/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>jellyfin</title>
|
<title>jellyfin</title>
|
||||||
<link>/tags/jellyfin/</link>
|
<link>/tags/jellyfin/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/jellyfin/</guid>
|
<guid>/tags/jellyfin/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>netdata</title>
|
<title>netdata</title>
|
||||||
<link>/tags/netdata/</link>
|
<link>/tags/netdata/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/netdata/</guid>
|
<guid>/tags/netdata/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>pihole</title>
|
<title>pihole</title>
|
||||||
<link>/tags/pihole/</link>
|
<link>/tags/pihole/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/pihole/</guid>
|
<guid>/tags/pihole/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>plex</title>
|
<title>plex</title>
|
||||||
<link>/tags/plex/</link>
|
<link>/tags/plex/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/plex/</guid>
|
<guid>/tags/plex/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>virtualization</title>
|
<title>virtualization</title>
|
||||||
<link>/tags/virtualization/</link>
|
<link>/tags/virtualization/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/virtualization/</guid>
|
<guid>/tags/virtualization/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>linux</title>
|
<title>linux</title>
|
||||||
<link>/tags/linux/</link>
|
<link>/tags/linux/</link>
|
||||||
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/linux/</guid>
|
<guid>/tags/linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>vpn</title>
|
<title>vpn</title>
|
||||||
<link>/tags/vpn/</link>
|
<link>/tags/vpn/</link>
|
||||||
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/tags/vpn/</guid>
|
<guid>/tags/vpn/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/invidious/" />
|
<meta property="og:url" content="/tags/invidious/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="invidious"/>
|
<meta name="twitter:title" content="invidious"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate>
|
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate><atom:link href="/tags/invidious/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/invidious/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Watching YouTube in Private</title>
|
<title>Watching YouTube in Private</title>
|
||||||
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/jellyfin/" />
|
<meta property="og:url" content="/tags/jellyfin/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="jellyfin"/>
|
<meta name="twitter:title" content="jellyfin"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/jellyfin/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/jellyfin/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/k3s/" />
|
<meta property="og:url" content="/tags/k3s/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="k3s"/>
|
<meta name="twitter:title" content="k3s"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 14 Nov 2021 10:07:03 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 14 Nov 2021 10:07:03 -0500</lastBuildDate><atom:link href="/tags/k3s/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/k3s/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Running K3s in LXC on Proxmox</title>
|
<title>Running K3s in LXC on Proxmox</title>
|
||||||
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/k8s/" />
|
<meta property="og:url" content="/tags/k8s/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="k8s"/>
|
<meta name="twitter:title" content="k8s"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/k8s/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/k8s/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/kubectl-plugin-socks5-proxy/" />
|
<meta property="og:url" content="/tags/kubectl-plugin-socks5-proxy/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="kubectl-plugin-socks5-proxy"/>
|
<meta name="twitter:title" content="kubectl-plugin-socks5-proxy"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 22 May 2023 16:31:29 -0400</lastBuildDate><atom:link href="/tags/kubectl-plugin-socks5-proxy/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/kubectl-plugin-socks5-proxy/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
|
||||||
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
|
||||||
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/linux/" />
|
<meta property="og:url" content="/tags/linux/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="linux"/>
|
<meta name="twitter:title" content="linux"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 16 Mar 2020 22:00:15 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 16 Mar 2020 22:00:15 -0400</lastBuildDate><atom:link href="/tags/linux/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/linux/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>AppGate SDP on Arch Linux</title>
|
<title>AppGate SDP on Arch Linux</title>
|
||||||
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
|
||||||
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/lxc/" />
|
<meta property="og:url" content="/tags/lxc/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="lxc"/>
|
<meta name="twitter:title" content="lxc"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sun, 14 Nov 2021 10:07:03 -0500</lastBuildDate>
|
<lastBuildDate>Sun, 14 Nov 2021 10:07:03 -0500</lastBuildDate><atom:link href="/tags/lxc/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/lxc/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Running K3s in LXC on Proxmox</title>
|
<title>Running K3s in LXC on Proxmox</title>
|
||||||
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/netdata/" />
|
<meta property="og:url" content="/tags/netdata/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="netdata"/>
|
<meta name="twitter:title" content="netdata"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/netdata/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/netdata/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/nix/" />
|
<meta property="og:url" content="/tags/nix/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="nix"/>
|
<meta name="twitter:title" content="nix"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate>
|
<lastBuildDate>Wed, 08 Sep 2021 00:42:33 -0400</lastBuildDate><atom:link href="/tags/nix/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/nix/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Why I Threw Out My Dotfiles</title>
|
<title>Why I Threw Out My Dotfiles</title>
|
||||||
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
|
||||||
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/openwrt/" />
|
<meta property="og:url" content="/tags/openwrt/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="openwrt"/>
|
<meta name="twitter:title" content="openwrt"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate>
|
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate><atom:link href="/tags/openwrt/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/openwrt/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Virtualizing My Router With pfSense</title>
|
<title>Virtualizing My Router With pfSense</title>
|
||||||
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/pfsense/" />
|
<meta property="og:url" content="/tags/pfsense/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="pfsense"/>
|
<meta name="twitter:title" content="pfsense"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate>
|
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate><atom:link href="/tags/pfsense/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/pfsense/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Virtualizing My Router With pfSense</title>
|
<title>Virtualizing My Router With pfSense</title>
|
||||||
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/pihole/" />
|
<meta property="og:url" content="/tags/pihole/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="pihole"/>
|
<meta name="twitter:title" content="pihole"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/pihole/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/pihole/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/plex/" />
|
<meta property="og:url" content="/tags/plex/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="plex"/>
|
<meta name="twitter:title" content="plex"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 06 Sep 2021 01:12:54 -0400</lastBuildDate><atom:link href="/tags/plex/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/plex/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>What To Do With A Homelab</title>
|
<title>What To Do With A Homelab</title>
|
||||||
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
|
||||||
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
|
||||||
<description><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></description>
|
<description><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></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/podman/" />
|
<meta property="og:url" content="/tags/podman/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="podman"/>
|
<meta name="twitter:title" content="podman"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate>
|
<lastBuildDate>Mon, 11 Oct 2021 10:43:35 -0400</lastBuildDate><atom:link href="/tags/podman/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/podman/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Replacing docker with podman on macOS (and Linux)</title>
|
<title>Replacing docker with podman on macOS (and Linux)</title>
|
||||||
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
|
||||||
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/privacy/" />
|
<meta property="og:url" content="/tags/privacy/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="privacy"/>
|
<meta name="twitter:title" content="privacy"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -122,8 +121,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,14 +7,15 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate>
|
<lastBuildDate>Sat, 10 Dec 2022 21:46:55 -0500</lastBuildDate><atom:link href="/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Watching YouTube in Private</title>
|
<title>Watching YouTube in Private</title>
|
||||||
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
|
||||||
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="/tags/proxmox/" />
|
<meta property="og:url" content="/tags/proxmox/" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="proxmox"/>
|
<meta name="twitter:title" content="proxmox"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content=""/>
|
||||||
@@ -124,8 +123,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section><footer>
|
</section><footer>
|
||||||
<div style="display:flex"><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://twitter.com/davega11ant/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
|
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
|
||||||
|
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
|
||||||
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
|
||||||
<a class="border"></a></div>
|
<a class="border"></a></div>
|
||||||
|
@@ -7,21 +7,24 @@
|
|||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<copyright>Dave Gallant</copyright>
|
<copyright>Dave Gallant</copyright>
|
||||||
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate>
|
<lastBuildDate>Sat, 02 Apr 2022 18:50:09 -0400</lastBuildDate><atom:link href="/tags/proxmox/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<atom:link href="/tags/proxmox/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
<item>
|
||||||
<title>Virtualizing My Router With pfSense</title>
|
<title>Virtualizing My Router With pfSense</title>
|
||||||
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
|
||||||
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Running K3s in LXC on Proxmox</title>
|
<title>Running K3s in LXC on Proxmox</title>
|
||||||
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
|
||||||
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
|
||||||
|
|
||||||
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user