Skip to content

Category: Tutorials ๐Ÿ“

Deploying a Matrix Synapse Server with Docker and Traefik

This guide will walk you through deploying a powerful, federated Matrix Synapse homeserver. We will use the popular matrix-docker-ansible-deploy playbook, which simplifies the setup of Synapse and its various components, including bridges for other cโ€ฆ

Deploying a Secure Nginx Website with Traefik and Docker Compose

This tutorial explains how to deploy a simple and secure Nginx web server using Docker Compose. This setup is designed to run behind an existing Traefik reverse proxy, providing a robust and easily manageable solution for hosting a static website. Chโ€ฆ

Traefik v3 and CrowdSec with Docker Compose: A Modern Security Stack

This guide provides a streamlined approach to deploying a powerful and secure web stack using Traefik as a reverse proxy and CrowdSec for threat protection. We will use Docker Compose to orchestrate the services, creating a setup that is easy to manaโ€ฆ

Secure Server-to-Server File Transfers with rsync and tmux

This guide provides a definitive, โ€œterminal-firstโ€ approach to transferring large amounts of data directly between two remote servers. By combining the power of rsync for data synchronization, tmux for session persistence, and a securely configured Sโ€ฆ

A Smart, mimeapps.list-Aware File Opener for Neomutt

Tired of being locked into a single default program for your email attachments in Neomutt? This tutorial will guide you through creating an intelligent file-open-chooser that dynamically reads your systemโ€™s mimeapps.list configuration. With a single โ€ฆ