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