Traefik Proxmox LXC script

Traefik is an open-source edge router and reverse proxy that simplifies managing microservices. It automatically discovers services, dynamically updates routing rules without downtime, provides load balancing, handles SSL termination, and supports various middleware for added functionality. Ideal for cloud-native environments, it integrates seamlessly with platforms like Docker and Kubernetes.

To create a new Proxmox VE Traefik LXC, run the command below in the Proxmox VE Shell.
To Update Traefik, run the command below (or type update) in the LXC Console.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/traefik.sh)"

Default settings

CPU: 1vCPU
RAM: 512MiB
HDD: 2GB
Traefik Interface: IP:8080

1 Like