From 6e49a9f6ab81f1b135b9895a88b7b7bf718ba704 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 23 Jan 2017 15:33:20 +0100 Subject: [PATCH] Add traefik, reverse-proxy and load balancer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af47f5a..cf9c28aa 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [oauth2](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library. * [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. +* [traefik](https://github.com/containous/traefik) - A reverse proxy and load balancer with support for multiple backends. * [yubigo](https://github.com/GeertJohan/yubigo) - a Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application.