From f8da2e386a459a34462f42468f395cea9a8f76b1 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 29 Nov 2023 17:43:38 -0700 Subject: [PATCH] Big Builder blog post --- content/blog/2023/10-27-big-builder/index.md | 23 +++++++++++++++++++ .../2023/11-29-self-hosted-email/index.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 content/blog/2023/10-27-big-builder/index.md diff --git a/content/blog/2023/10-27-big-builder/index.md b/content/blog/2023/10-27-big-builder/index.md new file mode 100644 index 0000000..3ae86ac --- /dev/null +++ b/content/blog/2023/10-27-big-builder/index.md @@ -0,0 +1,23 @@ +--- +title: Big Builder +date: 2023-11-29 +tags: + - computers +--- + +I finally set up CI/CD with Forgejo/Gitea. +But I did it my way. + +My way means: + +* I can't run "gitea actions". + These are actually node.js programs that get checked out on demand + from somewhere (github probably). + I don't like that model. +* I can't spawn docker containers in my swarm from CI/CD. +* I have to prebuild an environment with any build tools I want. + +That's the way I like it. +If you think that sounds nice, +go check out +[Big Bulder](https://git.woozle.org/neale/big-builder) diff --git a/content/blog/2023/11-29-self-hosted-email/index.md b/content/blog/2023/11-29-self-hosted-email/index.md index 10d7115..4c110ff 100644 --- a/content/blog/2023/11-29-self-hosted-email/index.md +++ b/content/blog/2023/11-29-self-hosted-email/index.md @@ -2,6 +2,7 @@ title: Self-Hosted Email date: 2023-11-29 tags: + - computers --- I am having trouble delivering mail to work from woozle.org,