From 243831864d138b77139b8d35baaabace681df823 Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:44:52 -0400 Subject: [PATCH] add success --- _cache/webmentions.json | 2 +- content/.obsidian/workspace.json | 8 ++++---- content/blog/2025-08-31-success.md | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 content/blog/2025-08-31-success.md diff --git a/_cache/webmentions.json b/_cache/webmentions.json index ed7a095..9209bea 100644 --- a/_cache/webmentions.json +++ b/_cache/webmentions.json @@ -1,5 +1,5 @@ { - "lastFetched": "2025-08-31T18:27:31.212Z", + "lastFetched": "2025-08-31T18:43:43.036Z", "children": [ { "type": "entry", diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 2b13dae..ef193c1 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "blog/2025-08-18-longevity.md", + "file": "blog/2025-08-31-success.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "2025-08-18-longevity" + "title": "2025-08-31-success" } } ] @@ -168,9 +168,10 @@ "active": "8023859adaab86ea", "lastOpenFiles": [ "blog/2025-08-09-networking-cont.md", + "blog/2025-08-31-success.md", + "blog/2025-05-11-networking.md", "blog/2025-08-18-longevity.md", "networking.md", - "blog/2025-05-11-networking.md", "blog/2025-06-26-distinguished.md", "index.njk", "blog/2025-05-30-all-this.md", @@ -193,7 +194,6 @@ "blog/2024-11-30-defeat.md", "blog/2023-11-30-lecture.md", "blog/2023-12-26-smart-notes.md", - "blog/2023-12-29-concerns.md", "blog.njk", "blog/img/msu-paths.jpg", "blog/img/weekend.png" diff --git a/content/blog/2025-08-31-success.md b/content/blog/2025-08-31-success.md new file mode 100644 index 0000000..2c19230 --- /dev/null +++ b/content/blog/2025-08-31-success.md @@ -0,0 +1,11 @@ +--- +permalink: /success-at-last/ +date: 2025-08-31T14:34:18-04:00 +title: Success, at Last +tag: tinkering +--- +After a [whole](/networking/) [lot](/networking-continued/) of tinkering, I think I have at last managed to get my home server up and running the way I want. Doing so required a change of ISP, which I wanted to do anyway as I'm getting a much better deal (including double the network speed) from my new provider. It also required a day and a half of further frustration, as the port forwarding setup that ought to have worked wasn't working at all, but after further futzing I've managed to get it all working pretty slickly. + +In my current setup, I have Nginx Proxy Manager running in a container on my Proxmox, with a DNS entry set up pointing my IP address to it. Then I have a proxy host pointing to another container in which I'm running Gitea, and I'm successfully pushing and pulling code for this site to and from it. + +Next up is setting the actual hosting of this site and a few others that I've been wanting to pull in house. It's nice to see the end of the network architecture phase of this project near and to have the creative work of writing and building opening up in front of me at last! \ No newline at end of file