Raspberry
Installing K3s on Raspbery Pi
Gide on how to install Kubernetes in a Raspberry Pi 5 using K3s as orchestrator.
Raspberry
Gide on how to install Kubernetes in a Raspberry Pi 5 using K3s as orchestrator.
Minecraft
Always wanted to have your own Minecraft server? Wanted it to be portable? Today we will learn how to build yours!
Docker
We will cover the needed steps to create a Springboot Rest API application, integrated with an OAuth2 service: Keycloak. This will allow us to authenticate with it and protect our application from unauthorised access. Also, we will be able to store all our users and roles in Keycloak and our
Docker
One of the most simple and useful tools for a homelab is a dashboard. Homarr, like Heimdall or Homer, cover that part ob being a Dashboard, but keeping the good points of each one, allowing a lot more customization from the webapp itself.
Database
MariaDB is an Open Source fork from one of the most used relational databases, MySQL, and for developers, having our dev database locally runing can be pretty useful. Docker can solve this. In this post we will cover two ways to create and configure MariaDB in a container: Docker CLI
Docker
Keycloak is an Open Source user management tool that has implemented several authentication methods such as OpenID and OAuth2. It acts as a user database/active directory. It's pretty useful to build SSO (Single Sing-On) APIs. This is the first of a series of post about Keycloak.
Database
Postgre is one of the most used relational databases nowadays, and for developers, having our dev database locally runing can be pretty usefull. Docker can solve this. In this post we will cover two ways to create and configure PostgreSQL in a container: Docker CLI and Portainer CE.
Docker
Some times you want to run a simple database, API or other piece of sofware ond your local enviroment, but VMs use to be a bit of a pain. Docker solve all of this, and in combination with Portainer, you obtain a pretty useful web admin GUI, so let's get started!
Docker
Docker is a pretty usefull tool to deploy our applications in containers. In this post we will cover how to install Docker, and configure it in Swarm mode on some Raspberry Pi. Also, we will use Portainer (CE), which is a web interface for managing Docker.