Protect Pangolin With CrowdSec and Traefik (Complete Setup Guide)
This guide provides an alternative approach to the community guide by using Traefik access logs instead of Syslog or Journalctl. This method allows CrowdSec to analyze requests directly from Traefik’s access log output, which can simplify the setup in containerized environments and avoid relying on host-level logging systems. 1.
How to Invite Users With Invitation Codes in Authentik
By default, invitations in Authentik work by generating a unique invitation link that uses an invitation flow validated by a long token, such as: https://authentik.company/if/flow/invitation-enrollment-flow-internal/?itoken=2a77c53f-1632-41e7-ad35-58d3cfdac55c. Instead of relying on these long URLs, I want to invite users using a simple invitation code. This
How to install Traefik on linux / vps
Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. With Traefik you can use domain to access your services like for example using https://blog.example.com instead of plain http://192.168.1.1:8080 Traefik is a leading modern open source reverse
Understanding docker networking: host vs bridge
Docker provides several networking options to connect containers to each other and to external networks. The most common network drivers are: * Bridge: The default network driver. It creates an isolated network for containers on a single host. * Host: Removes network isolation between the container and the Docker host, using the
How to install Dozzle on synology / linux / vps
Dozzle is log viewer for Docker containers. It allows you to view logs of Docker containers through a web interface and is useful for monitoring and debugging purposes without needing to use the command line. Dozzle is a small lightweight application with a web based interface to monitor Docker logs.
Understanding docker volume and path mapping
What is docker path mapping Docker path mapping, or volume mounting, is the process of linking a directory on your host machine to a directory inside a Docker container. This is achieved using Docker volumes or bind mounts. Volumes are managed by Docker, whereas bind mounts are dependent on the
How to install Portainer on synology / linux / vps
Portainer supports both Docker standalone installations and Docker Swarm clusters, making it a versatile tool for managing Docker environments. Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. It is designed to be as simple
How to install Docker on synology / linux / vps
Docker simplifies deployment and scaling by allowing applications to be easily moved between different environments, including local machines, staging servers, and production systems. Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.[1] A container is a standard