hhromic / traefik-fwdauth

Simple Forward Auth service for Traefik (and possibly other compatible proxies), written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traefik Forward Auth Service

Simple Forward Auth service for Traefik (and possibly other compatible proxies), written in Go.

This Forward Auth service implements the following features:

Usage

Usage examples can be found in the examples/ directory.

Building

To build a release Docker image for the project:

git checkout vX.Y.Z
docker buildx build -t ghcr.io/hhromic/traefik-fwdauth:vX.Y.Z .

Note: Ready-to-use images are available in the GitHub Container Registry.

To build a snapshot locally Using GoReleaser:

goreleaser build --clean --single-target --output traefik-fwdauth --snapshot

License

This project is licensed under the Apache License Version 2.0.

About

Simple Forward Auth service for Traefik (and possibly other compatible proxies), written in Go.

License:Apache License 2.0


Languages

Language:Go 93.9%Language:Dockerfile 6.1%