Skip to content

s4ros/traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traefik basic setup with OAuth2 forwarder

Prerequirements

You need to have at least:

  • docker
  • docker-compose

Create docker networks

docker network create reverse-proxy

Launch the stack

docker-compose up -d

Basic Auth

As you could probaly see inside the docker-compose.yml file, there's a basic auth for the Traefik frontend dashboard. You'll have to generate new htpasswd string for yourself to enter the https://traefik.your-domain.com. The Traefik configuration uses Let's Encrypt to handle the SSL traffic.

There is also a basic auth section for the API entry point - you'll want to generate new htpasswd for yourself as well.

About

Traefik basic setup with OAuth2 forwarder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published