Advanced Search
Search Results
35 total results found
Configuring Custom Middleware Rules for Specific IP Addresses: Bypass or Apply Unique Middleware Sets
This setup demonstrates how to configure Traefik routers to apply different sets of middlewares based on the client’s IP address. In this case, all IPs except 192.168.50.16 will go through Authentik for authentication. The specific IP 192.168.50.16 bypasses Au...
Restic Commands
Restic & Autorestic Backup Management Guide This guide provides step-by-step instructions for managing backups stored in Backblaze B2 using Restic and Autorestic. It covers how to check snapshots, delete snapshots, prune old backups, and other useful commands...
Autorestic quick start
Install autorestic: sudo wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | sudo bash Config file: /home/mac/.autorestic.yml version: 2 locations: ansible_semaphore-mysql: from: ansible_semaphore-mysql # T...
SSH Key Authentication Setup Guide
🎯 Goal: Enable secure, passwordless SSH login from your client machine to your server using SSH key authentication. 🧱 Prerequisites: You have access to both your client machine (where you initiate the SSH connection) and your server. You know the...