Traefik - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki
Table of Contents
. About Traefik
Traefik for PTS serves as a reverse proxy that deploys in an automatic, hasty, and dynamic manner. Traefik enables PTS Docker applications to utilize a subdomain for each of their containers. In order for Traefik to work, a user must select a provider and input the required information based on that provider. Once complete, PTS will deploy Traefik and rewrite all currently running containers to ensure that your subdomain and selected application for your domain is working! Please review the following list of providers for more detailed information and what is required of you!
WARNING: Port 80 and 443 have to be open for Traefik to work. By default, your ports should work. If you have Caddy, CPanel, or some server website hosting software installed; you WILL have problems. Without Traefik being able to route through 80 and 443, your certificates will not work! Make sure these ports are open to the internet by disabling them on any firewall. If you are using a cloud server then turn the firewall off and let traefik control the ports.
Traefik's Website: https://traefik.io
2. Provider List
Just so your tracking, here is the list of providers supported officially by Traefik! We can add other ones officially from there lists ~ https://docs.traefik.io/configuration/acme/#provider
NOTE: It is quite difficult to obtain all the information for how to configure each provider. Even Traefiks' website has items listed and has not tested everything on their end. If you have any new information to help others, please edit this page!
Providers
- ACME-DNS
- CloudFlare
- Digital Ocean
- DreamHost
- DuckDNS
- Dyn
- FreeNom
- Gandiv5
- GCloud
- GoDaddy
- NameCheap
- NameDotCom
- NetCup
- OVH
- Route53
- VScale
- Vultr
3. Conclusion
Deploying Traefik will make life much easier for you. Prior, PTS attempted to use NGINX; but discovered that it was bloated, complicated, and difficult to troubleshoot. Now you will be able to reach your applications in a hasty and efficient manner, which provides more overall usefulness to your server!