https://github.com/coffee2codenl/dokku-traefik-proxy
Traefik Reverse Proxy for Dokku
https://github.com/coffee2codenl/dokku-traefik-proxy
Last synced: 11 days ago
JSON representation
Traefik Reverse Proxy for Dokku
- Host: GitHub
- URL: https://github.com/coffee2codenl/dokku-traefik-proxy
- Owner: Coffee2CodeNL
- Created: 2018-02-24T02:17:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T20:05:47.000Z (about 7 years ago)
- Last Synced: 2025-05-08T23:08:02.603Z (11 days ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Traefik Proxy Plugin for Dokku
======### :warning: This plugin is under active development :warning:
This project is powered by [Traefik](https://traefik.io/)
Traefik is a reverse proxy, written in Go and works seamlessly with Docker.This makes it the perfect reverse proxy for Dokku.
No more worries about SSL certificates, HTTPS by default.
Scaling? No problem.
Restarting a container? Traefik reconfigures automatically.Traefik also comes with a Dashboard and API, opening up possibilities that were impossible with Nginx.
This plugin pulls the Traefik docker image on install and starts Traefik.
You will be able to find the dashboard and API at `traefik.yourdomain.tld` after installation.### Current triggers and actions
| Trigger | Action |
|:---------------------|:-----------------------------|
|`proxy-build-config` | (Re)create the flags file |
|`proxy-enable` | Enable proxying for the app |
|`proxy-disable` | Disable proxying for the app |
|`post-domains-update` | Grab domain updates |
|`docker-args-deploy` | Supply the flags file |