From be77d34818189e1c4f43f4aef3fdfced84920a29 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sun, 29 Mar 2026 09:48:42 +0200 Subject: [PATCH] updates --- content/posts/get_of_that_cloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/get_of_that_cloud.md b/content/posts/get_of_that_cloud.md index aa5bab3..3d9b4cb 100644 --- a/content/posts/get_of_that_cloud.md +++ b/content/posts/get_of_that_cloud.md @@ -3,7 +3,7 @@ title: "Get off that cloud" date: 2026-03-28 draft: false tags: ["selfhosted", "saas", "rust", "raspberry pi"] -description: "Get off the cloud and DIY everything." +description: "And also means get off github" --- We are living in the end-of-saas era. Instead you ask the LLM to build stuff for you, the way you want it, instead of paying for a subscription, or becoming the product as they say. But how are you going to host all those shiny apps? Yet another cloud provider? Then you are still a 'cloud serf' (as Yannis Varoufakis says). Real resistance comes from the self hoster... or maybe. @@ -21,7 +21,7 @@ _What does it have?_ - automated let's encrypt server certificates. - a Caddy reverse proxy, handling TLS and routing dynamcally. - forgejo for hosting my projects (selfhosted codeberg). -- a forgego agent to build stuff. Currently still idle +- a forgego agent to build stuff. Currently idle, but useful for testing apps before deploying them. - build pipeline: git clone → detect stack → build container image → run via Podman - webhooks for app updates or `git push hyi main` - a postgres database. At the moment it's only purpose is datastore for forgejo