RSSAmplifier

Blog

shimun's blog

blog.shimun.netRSS feed ↗3 posts

Latest posts

Making the Valetuduo UI available from outside

Preface Valetudo is an great replacement for the OEMs cloud native firmware. The cloud however, still has some advantages the biggest being imo, to be able to start cleaning when everyone has left the home. Starting the cleaning job while still in wifi range can be challening when in a hurry. Possible solutions In order to make Valetudo accessible from outside my wifi I've explored a couple…

Extending agenix to derive secrets

Why Agenix is a fine soultion for managing distinct secrets, e.g. the kind you can't generate since the secret has to conform to a very specific format or is generated by an external party like an API key. For a lot of other uses like JWT secrets or initial admin passwords it'd be a lot more convenient to just an add a like of nix config defining the secret rather than generating and…

Exploring jj rebase

Intro The switch from git to Jujutsu (jj) has been quite a walk so far, due to how jj reimagines some core git concepts. Getting used to the concept of everthing is a commit took a couple of days to fully get used to, just like getting used to change ids being mutable instead of being content address like git commits. jj rebase however seems to be a different beast, which isn't really covered…