Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
How to build docker containers using gitea runners
Gitea has pretty recently introduced actions, which is basically CI/CD pipelines. They work very match as Gitlab Actions. In fact a Gitea CI/CD pipeline is...
Using webhooks to trigger actions when a docker image are pushed to a private docker registry
Start by setting up your own docker registry. Here is a little shell script doing it for you
Using react-query for all kind of async logic
Using @tanstack/react-query for REST calls performed by axios is a well known pattern. But you can use it for all kind of async logic. Here I will present ho...
Sending Home Assistant logs to Elasticsearch (ELK)
Do you want a better overview of you Home Assiatant logs? Do you want the home assistant logs to be searchable over time? Then you can export then to Elastic...
Creating REST based sensors for Home Assistant using the custom pyscript integration
Have you felt that the RESTful Sensor in Home Assistant is somewhat limited. Is the REST API behind some kind of login flow you need to complete to be able t...