diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 09:47:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 09:47:52 +0300 |
| commit | bed203144ffa12a28d621a19e31221f01a65c713 (patch) | |
| tree | 61bc36f1a8787bf546d00ab1323637b087950fb9 /gemfeed | |
| parent | 218a6b4169af73836f4f5920b5b3c4d539cd8694 (diff) | |
rename rexfiles to conf
Diffstat (limited to 'gemfeed')
7 files changed, 13 insertions, 13 deletions
diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi index 1e0c4e8c..e2c22c0b 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi @@ -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/conf => https://www.rexify.org This is an E-Mail I posted to the Rex mailing list: diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi.tpl b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi.tpl index 423be12e..d95880a2 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi.tpl +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi.tpl @@ -137,7 +137,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/conf => 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.gmi b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi index b03610d3..1efa22e1 100644 --- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi +++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi @@ -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/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/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi.tpl b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi.tpl index 55eea7b6..f161bf53 100644 --- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi.tpl +++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi.tpl @@ -640,7 +640,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/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.gmi b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi index 3d02b234..c79cb573 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi @@ -205,7 +205,7 @@ The authorative nameserver for my domains runs on both VMs, and both are configu Check out the whole script here: -=> 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 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. -=> 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 `acme.sh.tpl` - Rex template for the `acme.sh` script of mine. => https://man.OpenBSD.org/acme-client.1 => ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex @@ -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://codeberg.org/snonux/rexfiles/src/branch/master/frontends codeberg.org/snonux/rexfiles/frontends +=> https://codeberg.org/snonux/conf/src/branch/master/frontends codeberg.org/snonux/rexfiles/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! diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl index 041327ce..f1af4277 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl @@ -193,7 +193,7 @@ The authorative nameserver for my domains runs on both VMs, and both are configu Check out the whole script here: -=> 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 dns-failover.ksh ### Fairly cheap and geo-redundant @@ -252,7 +252,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. -=> 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 `acme.sh.tpl` - Rex template for the `acme.sh` script of mine. => https://man.OpenBSD.org/acme-client.1 => ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex @@ -270,7 +270,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://codeberg.org/snonux/rexfiles/src/branch/master/frontends codeberg.org/snonux/rexfiles/frontends +=> https://codeberg.org/snonux/conf/src/branch/master/frontends codeberg.org/snonux/rexfiles/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! diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 909adb6e..239222b4 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -10358,7 +10358,7 @@ echo <font color="#808080">"Failover of zone $zone to $MASTER completed"</font> <br /> <span>Check out the whole script here:</span><br /> <br /> -<a class='textlink' href='https://codeberg.org/snonux/rexfiles/src/branch/master/frontends/scripts/dns-failover.ksh'>dns-failover.ksh</a><br /> +<a class='textlink' href='https://codeberg.org/snonux/conf/src/branch/master/frontends/scripts/dns-failover.ksh'>dns-failover.ksh</a><br /> <br /> <h3 style='display: inline' id='fairly-cheap-and-geo-redundant'>Fairly cheap and geo-redundant</h3><br /> <br /> @@ -10421,7 +10421,7 @@ http://www.gnu.org/software/src-highlite --> <br /> <span>Let's encrypt certificates usually expire after 3 months, so a weekly failover of my VMs is plenty.</span><br /> <br /> -<a class='textlink' href='https://codeberg.org/snonux/rexfiles/src/branch/master/frontends/scripts/acme.sh.tpl'><span class='inlinecode'>acme.sh.tpl</span> - Rex template for the <span class='inlinecode'>acme.sh</span> script of mine.</a><br /> +<a class='textlink' href='https://codeberg.org/snonux/conf/src/branch/master/frontends/scripts/acme.sh.tpl'><span class='inlinecode'>acme.sh.tpl</span> - Rex template for the <span class='inlinecode'>acme.sh</span> script of mine.</a><br /> <a class='textlink' href='https://man.OpenBSD.org/acme-client.1'>https://man.OpenBSD.org/acme-client.1</a><br /> <a class='textlink' href='./2022-07-30-lets-encrypt-with-openbsd-and-rex.html'>Let's Encrypt with OpenBSD and Rex</a><br /> <br /> @@ -10439,7 +10439,7 @@ http://www.gnu.org/software/src-highlite --> <span>I use Rexify, a friendly configuration management system that allows automatic deployment and configuration.</span><br /> <br /> <a class='textlink' href='https://www.rexify.org'>https://www.rexify.org</a><br /> -<a class='textlink' href='https://codeberg.org/snonux/rexfiles/src/branch/master/frontends'>codeberg.org/snonux/rexfiles/frontends</a><br /> +<a class='textlink' href='https://codeberg.org/snonux/conf/src/branch/master/frontends'>codeberg.org/snonux/rexfiles/frontends</a><br /> <br /> <span>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!</span><br /> <br /> |
