Introduction To use Plex transcoding with Docker we need to passtrough the NVIDIA GPU to the Docker container. Plex has the ability to fully use the NVIDIA GPU for video transcoding like a bare metal install. In this post I will explain the needed steps to get Plex transcoding to […]
Continue readingCategory: Homelab
Integrate CrowdSec with NGINX
NGINX is a webserver and a reverse proxy. It’s one of the most popular on the internet because it is fast and can handle loads of request with minimal resources. CrowdSec will offer an additional security layer on top of you existing security solutions by leveraging on the community. CrowdSec […]
Continue readingBootstrap your Linux server with Ansible
Introduction Like me a lot of you homelabbers will probably roll out multiple Linux servers for production or test purposes. Alot of these tasks repetitive tasks. To make your deploying easier and take less time I will share my Ansible playbooks that I use to do almost all of the […]
Continue readingHow to setup NGINX reverse proxy for Microsoft Exchange
Introduction on NGINX NGINX is a modern fast webserver which also can be used as an reverse proxy server. A proxy server is a go‑between or intermediary server that forwards requests for content from multiple clients to different servers across the Internet. A reverse proxy server is a type of […]
Continue readingBackup VMware ESXi host with PowerCLI
Introduction to VMware ESXi As you should know right know having backups of your system is a critial part of protecting your data. Although VMware ESXi host don’t contain data themselve it still is a good practice to backup your configuration to make disaster recovery alot easier and faster. In […]
Continue reading