From 4d2e2b806fce158229a0d7d8a6a729c8535707d3 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 19 Oct 2024 22:53:33 -0500 Subject: [PATCH] stop mirroring content to gemini, remove links to capsule --- .github/workflows/deploy-prod.yml | 6 +----- config/_default/params.toml | 5 ----- content/about.md | 1 - content/changelog.md | 5 ++++- content/colophon.md | 3 +-- content/homelab.md | 2 -- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index acb4f5b..60ef96f 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -68,8 +68,4 @@ jobs: pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}" upload: "true" remove: "true" - purgePullZone: "true" - - name: Deploy GMI to Agate - run: | - rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }} - + purgePullZone: "true" \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index 0652224..46e7e4d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -147,11 +147,6 @@ icon = "fa-solid fa-pen-to-square" title = "Weblog" url = "https://srsbsns.lol" -[[socialLinks]] -icon = "fa-solid fa-satellite" -title = "Gemini Capsule" -url = "gemini://capsule.jbowdre.lol" - [[socialLinks]] icon = "fa-solid fa-circle-user" title = "CounterSocial" diff --git a/content/about.md b/content/about.md index de4197d..f2c3d0b 100644 --- a/content/about.md +++ b/content/about.md @@ -28,7 +28,6 @@ And in the free time I have left, I game on my Steam Deck. ### See what I've been up to on: - [GitHub](https://github.com/jbowdre) - [Weblog](https://srsbsns.lol) -- [Gemlog](https://capsule.jbowdre.lol/gemlog/) - [status.lol](https://status.jbowdre.lol) - [social.lol](https://social.lol/@jbowdre) - [CounterSocial](https://counter.social/@john_b) diff --git a/content/changelog.md b/content/changelog.md index 59757ae..908a32c 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -1,7 +1,7 @@ --- title: "/changelog" date: "2024-05-26T21:19:08Z" -lastmod: "2024-08-21T03:11:27Z" +lastmod: "2024-10-20T03:51:49Z" description: "Maybe I should keep a log of all my site-related tinkering?" featured: false toc: false @@ -10,6 +10,9 @@ categories: slashes --- *Running list of config/layout changes to the site. The full changelog is of course [on GitHub](https://github.com/jbowdre/runtimeterror/commits/main/).* +**2024-10-19:** +- Shut down Gemini mirror, removed links pointing to it + **2024-08-20:** - Added anchor links on section headings diff --git a/content/colophon.md b/content/colophon.md index 4e531a9..bc79ead 100644 --- a/content/colophon.md +++ b/content/colophon.md @@ -1,7 +1,7 @@ --- title: "/colophon" date: "2024-05-26T22:30:58Z" -lastmod: "2024-08-02T21:16:41Z" +lastmod: "2024-10-20T03:51:35Z" description: "There's a lot that goes into this site. Let me tell you how it works." featured: false toc: true @@ -21,7 +21,6 @@ categories: slashes - displays my latest status from [omg.lol](https://home.omg.lol/referred-by/jbowdre). - resolves via [Bunny DNS](https://bunny.net/dns/). - is published to / hosted on [Bunny Storage](https://bunny.net/storage/) and [Bunny CDN](https://bunny.net/cdn/) with a [GitHub Actions workflow](//further-down-the-bunny-hole/). -- has a [Gemini](https://geminiprotocol.net) mirror at `gemini://gmi.runtimeterror.dev`. This is generated from a [Hugo gemtext post layout](https://github.com/jbowdre/runtimeterror/blob/main/layouts/_default/single.gmi), deployed to a [Vultr](https://www.vultr.com/) VPS through that same GitHub Actions workflow, and served with [Agate](https://github.com/mbrubeck/agate). The post content is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/); the site code is under the [MIT License](https://github.com/jbowdre/runtimeterror/blob/main/LICENSE). diff --git a/content/homelab.md b/content/homelab.md index c6eefe3..8776d74 100644 --- a/content/homelab.md +++ b/content/homelab.md @@ -76,8 +76,6 @@ I like to know what's flying overhead, and I'm also feeding flight data to [flig **[Vultr](https://www.vultr.com)** - `volly`: Ubuntu 22.04 Docker host for various workloads, served either through [Caddy](https://caddyserver.com/) or [Caddy + Tailscale](/caddy-tailscale-alternative-cloudflare-tunnel/): - - [Agate](https://github.com/mbrubeck/agate) Gemini server ([post](/gemini-capsule-gempost-github-actions/)) - - [Kineto](https://github.com/beelux/kineto) Gemini-to-HTTP proxy ([post](/gemini-capsule-gempost-github-actions/)) - [ntfy](https://ntfy.sh/) notification service ([post](/easy-push-notifications-with-ntfy/)) - [Uptime Kuma](https://github.com/louislam/uptime-kuma) for monitoring internal services (via Tailscale) - [vault-unseal](https://github.com/lrstanley/vault-unseal) to auto-unseal my on-prem Vault instance