Install Docker and Portainer CE

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!

0 Comments

Docker Swarm in Raspberry Pi

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.

0 Comments

Express Node API Hosted on Proxmox with LXC

I've been programing an API for content creators (which you can find on github), that extracts some usefull information from diverse APIs (like Twitch, RIOT, etc...). This API is programed with JavaScript, and running on a NodeJS server. I wanted to host it by myself, so I've decided to run throught all the steps, software and tools I've used to achieve it.

0 Comments

Using Apache as Reverse Proxy

A reverse proxy is a service that stays between your router/firewall and your clients. Its a way to concentrate all the clients requests through one server, avoiding opening multiple ports at the firewall or router. It also has balancing capabilities.

0 Comments

Installing Homer as a home lab dashboard

When you have lots of different services running in your servers, could be a little messy to have all of them grouped in different markers on your web browser. To solve that, there are several web applications that acts as a dashboard to all of that services. Homer is one…

0 Comments

Installing Bitwarden on Linux

Bitwarden is an open souce password vault, that uses both cloud and selfhosted solutions. You can store encrypted notes or credit cards inside, and it uses a master password to lock, encrypt, and decrypt all the data.

0 Comments