Install PostgreSQL on Ubuntu Linux

PostgreSQL is one of the most used relational databases nowadays, and, if we want to host it to our production projects, or on a more static way, we will need to do it on a server, using bare metal, VMs, or LXC containers. In this post we will cover how to install and configure PostgreSQL in Linux, in this case, using Ubuntu server on an LXC container over Proxmox.

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