Logo Joan's Blog
  • Home
  • About
  • Skills
  • Experiences
  • Education
  • More
    Projects Recent Posts
  • Posts
  • Notes
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Introduction
  • Automation
    • AWX-Install
    • GitLab
    • Terraform
    • Wazuh Agents management with ansible
  • Data
    • Data Integration
    • Datamart
  • Docker
    • Authentik
    • Bind9
    • Traefik
  • Kubernetes
    • Monitoring with Grafana
    • Traefik with Cert-Manager
  • Security
    • GPG
    • SIEM Elastic
    • SIEM Wazuh
Hero Image
Authentik

💡 To secure access to applications using Traefik as a proxy/reverse proxy and Authentik as an Identity Provider, it's crucial to understand the role of each component and how they interact. Here's a detailed documentation based on the provided configuration files and specified requirements. Traefik Configuration Traefik acts as a dynamic reverse proxy, routing client requests to the appropriate backend services. It’s configured to use Let’s Encrypt for SSL certificates via Cloudflare, enabling secure HTTPS traffic.

  • Identity Provider
  • Docker
Saturday, April 20, 2024 | 5 minutes Read
Hero Image
Bind9

💡 DNS (Domain Name System) is a crucial component of the internet infrastructure, and BIND9 is one of the most widely used DNS server software. This tutorial will guide you through the basics of setting up and configuring BIND9 for your DNS needs. Installing BIND9 with Docker Compose To install BIND9 using Docker Compose, follow these steps: Create a new directory for your BIND9 configuration files. Create a new file named docker-compose.

  • DNS
  • Docker
Saturday, April 20, 2024 | 4 minutes Read
Hero Image
Traefik

1. Prerequisites Docker and Docker Compose installed on your server. Access to a domain and Cloudflare API credentials for SSL certificate management via ACME. 2. Traefik Configuration Your Traefik setup is split into two main parts: the docker-compose.yml file and the traefik.yml configuration. Docker Compose for Traefik docker-compose.yml --- networks: frontend: external: true services: traefik_NESS: container_name: traefik_NESS image: traefik:2.10.5 ports: - 80:80 - 443:443 volumes: - ./config:/etc/traefik - /var/run/docker.sock:/var/run/docker.sock:ro - .

  • Reverse Proxy
  • Docker
Saturday, April 20, 2024 | 4 minutes Read
Navigation
  • About
  • Skills
  • Experiences
  • Education
  • Projects
  • Recent Posts
Contact me:
  • [email protected]
  • welp99
  • Joan Larcher
  • +33 6 32 50 79 68

Toha Theme Logo Toha
© 2024 Copyright.
Powered by Hugo Logo