awesome-traefik
awesome-traefik copied to clipboard
Welcome to Awesome Traefik, a collection of contributions around Traefik.
Hi there, Did a fresh install of awesome-traefik and successfully ran traefik on vps, then followed the instructions for jitsi... the jitsi website comes up successfully, but when you start...
Can you add an example for gitlab and how to enable traefik dashboard in docker-compose.yaml ???
Hello, Just to show the changes to tls.yaml, in order to make the cipher suite: ``` tls: options: default: minVersion: VersionTLS12 sniStrict: true cipherSuites: - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305...