diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch) | |
| tree | f391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl | |
| parent | 87d2c5cdd30fbed688eeac23e173398e95edda10 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl')
| -rw-r--r-- | gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl b/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl index d09bf49a..47a363cf 100644 --- a/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl +++ b/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi.tpl @@ -2,6 +2,18 @@ > Published at 2022-10-30T11:03:19+02:00 +This will be a quick blog post, as I am busy with my personal life now. I have relocated to a different country and am still busy arranging things. So bear with me :-) + + In this post, I want to give a quick overview (or how-to) about installing DTail on OpenBSD, as the official documentation only covers Red Hat and Fedora Linux! And this blog post will also be used as my reference! + +=> https://dtail.dev + +I am using Rexify for my OpenBSD automation. Check out the following article covering my Rex setup in a little bit more detail: + +=> ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex + +I will also mention some relevant `Rexfile` snippets in this post! + ``` ,_---~~~~~----._ _,,_,*^____ _____``*g*\"*, @@ -41,20 +53,6 @@ << template::inline::toc -## Introduction - -This will be a quick blog post, as I am busy with my personal life now. I have relocated to a different country and am still busy arranging things. So bear with me :-) - - In this post, I want to give a quick overview (or how-to) about installing DTail on OpenBSD, as the official documentation only covers Red Hat and Fedora Linux! And this blog post will also be used as my reference! - -=> https://dtail.dev - -I am using Rexify for my OpenBSD automation. Check out the following article covering my Rex setup in a little bit more detail: - -=> ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex - -I will also mention some relevant `Rexfile` snippets in this post! - ## Compile it First of all, DTail needs to be downloaded and compiled. For that, `git`, `go`, and `gmake` are required: |
