From 0c54979ee7c524e91946366cb17b029b62a529c2 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 5 Jun 2024 12:48:54 -0700 Subject: [PATCH] Update Ananke to latest version See [issue](https://github.com/StefMa/hugo-fresh/issues/195) --- blog/content/posts/self-hosting-blog.md | 2 +- blog/themes/ananke | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/content/posts/self-hosting-blog.md b/blog/content/posts/self-hosting-blog.md index 94077f0..8f51d76 100644 --- a/blog/content/posts/self-hosting-blog.md +++ b/blog/content/posts/self-hosting-blog.md @@ -5,7 +5,7 @@ tags: - meta - homelab --- -Despite this blog being [initially set up to primarily talk about self-hosting]({{< ref "/posts/my-first-post." >}}), I'd actually been hosting it on AWS until very recently. This was due to caution - I know just enough about security to know that I know next-to-nothing about security, and so I didn't want to expose any ports on my _own_ network to the Internet. Instead, I set up [an AWS CodePipeline](https://github.com/scubbo/blogCDN) to build the blog and deploy to S3 anytime I pushed a new change. Admittedly, this was a pretty cool project in itself that taught me a lot more about CDK and some AWS services; but it didn't feel like true self-hosting, even though I wasn't using anything like Medium or WordPress. +Despite this blog being [initially set up to primarily talk about self-hosting]({{< ref "/posts/my-first-post" >}}), I'd actually been hosting it on AWS until very recently. This was due to caution - I know just enough about security to know that I know next-to-nothing about security, and so I didn't want to expose any ports on my _own_ network to the Internet. Instead, I set up [an AWS CodePipeline](https://github.com/scubbo/blogCDN) to build the blog and deploy to S3 anytime I pushed a new change. Admittedly, this was a pretty cool project in itself that taught me a lot more about CDK and some AWS services; but it didn't feel like true self-hosting, even though I wasn't using anything like Medium or WordPress. Thanks to [this great blog post](https://eevans.co/blog/garage/), I found an alternative that allowed me to feel the nerd-pride of self-hosting while retaining security. [Cloudflare](https://www.cloudflare.com/) offer a free service called "_Cloudflare Tunnel_" (formerly "_Cloudflare Argo_"). To quote that blog: diff --git a/blog/themes/ananke b/blog/themes/ananke index 57e38aa..33fbda0 160000 --- a/blog/themes/ananke +++ b/blog/themes/ananke @@ -1 +1 @@ -Subproject commit 57e38aad389fb114d82e98591d64b5abeba758c9 +Subproject commit 33fbda0e9d3e97c92af5d195be94e8eea8003239