This commit is contained in:
Shautvast 2026-03-29 09:48:42 +02:00
parent 819ac224c6
commit be77d34818

View file

@ -3,7 +3,7 @@ title: "Get off that cloud"
date: 2026-03-28 date: 2026-03-28
draft: false draft: false
tags: ["selfhosted", "saas", "rust", "raspberry pi"] 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. 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. - automated let's encrypt server certificates.
- a Caddy reverse proxy, handling TLS and routing dynamcally. - a Caddy reverse proxy, handling TLS and routing dynamcally.
- forgejo for hosting my projects (selfhosted codeberg). - 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 - build pipeline: git clone → detect stack → build container image → run via Podman
- webhooks for app updates or `git push hyi main` - webhooks for app updates or `git push hyi main`
- a postgres database. At the moment it's only purpose is datastore for forgejo - a postgres database. At the moment it's only purpose is datastore for forgejo