diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 09:51:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 09:51:47 +0300 |
| commit | aee51283bbc0dcf1e84c772188d6b80a691afc93 (patch) | |
| tree | 51f8e4879fba02f5bfc8d98af2f3553127591fe4 /gemfeed | |
| parent | 50ba608e5ce00b828d5e8be6f2fa89e4d5ed55e8 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2022-06-15-sweating-the-small-stuff.md | 2 | ||||
| -rw-r--r-- | gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md | 2 | ||||
| -rw-r--r-- | gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.md b/gemfeed/2022-06-15-sweating-the-small-stuff.md index 43807184..1f7d8b3b 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.md +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.md @@ -160,7 +160,7 @@ This all is of no real practical use but fun! The `rexfiles` project contains all Rex files for my (personal) server setup automation. A `Rexfile` is written in a Perl DSL run by the Rex configuration management system. It's pretty much KISS and that's why I love it. It suits my personal needs perfectly. -[https://codeberg.org/snonux/rexfiles](https://codeberg.org/snonux/rexfiles) +[https://codeberg.org/snonux/conf](https://codeberg.org/snonux/conf) [https://www.rexify.org](https://www.rexify.org) This is an E-Mail I posted to the Rex mailing list: diff --git a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md index f70661ff..89733b51 100644 --- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md +++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md @@ -654,7 +654,7 @@ match from local for any action outbound For the complete `Rexfile` example and all the templates, please look at the Git repository: -[https://codeberg.org/snonux/rexfiles](https://codeberg.org/snonux/rexfiles) +[https://codeberg.org/snonux/conf](https://codeberg.org/snonux/conf) Besides ACME, other things, such as DNS servers, are also rexified. The following command will run all the Rex tasks and configure everything on my frontend machines automatically: diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md index adf3ef55..0c8455af 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md @@ -205,7 +205,7 @@ The authorative nameserver for my domains runs on both VMs, and both are configu Check out the whole script here: -[dns-failover.ksh](https://codeberg.org/snonux/rexfiles/src/branch/master/frontends/scripts/dns-failover.ksh) +[dns-failover.ksh](https://codeberg.org/snonux/conf/src/branch/master/frontends/scripts/dns-failover.ksh) ### Fairly cheap and geo-redundant @@ -264,7 +264,7 @@ The ACME automation is yet another daily CRON script `/usr/local/bin/acme.sh`. I Let's encrypt certificates usually expire after 3 months, so a weekly failover of my VMs is plenty. -[`acme.sh.tpl` - Rex template for the `acme.sh` script of mine.](https://codeberg.org/snonux/rexfiles/src/branch/master/frontends/scripts/acme.sh.tpl) +[`acme.sh.tpl` - Rex template for the `acme.sh` script of mine.](https://codeberg.org/snonux/conf/src/branch/master/frontends/scripts/acme.sh.tpl) [https://man.OpenBSD.org/acme-client.1](https://man.OpenBSD.org/acme-client.1) [Let's Encrypt with OpenBSD and Rex](./2022-07-30-lets-encrypt-with-openbsd-and-rex.md) @@ -282,7 +282,7 @@ Gogios, as I developed it by myself, isn't part of the OpenBSD base system. I use Rexify, a friendly configuration management system that allows automatic deployment and configuration. [https://www.rexify.org](https://www.rexify.org) -[codeberg.org/snonux/rexfiles/frontends](https://codeberg.org/snonux/rexfiles/src/branch/master/frontends) +[codeberg.org/snonux/rexfiles/frontends](https://codeberg.org/snonux/conf/src/branch/master/frontends) Rex isn't part of the OpenBSD base system, but I didn't need to install any external software on OpenBSD either as Rex is invoked from my Laptop! |
