saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
573 stars 65 forks source link

Traefik: Change HTTPS redirect. #56

Closed saltydk closed 2 years ago

saltydk commented 2 years ago

Currently we redirect to HTTPS on every HTTP request. There may be use cases (Plex) where it could be useful to allow HTTP traffic on a specific container.

Revert back to redirection middleware that is applied on a per container basis to solve this particular headache.