webhippie / redirects

Simple pattern-based redirect server
https://webhippie.github.io/redirects/
Apache License 2.0
3 stars 1 forks source link
pattern redirects server webserver

Redirects

Current Tag Build Status Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org Go Reference Go Report Card Codacy Badge

Redirects is a pretty simple pattern-based redirect server. It supports different kinds of backends to store the patterns like JSON, YAML, TOML, Etcd, Consul and Zookeeper. We are using it mostly as a default route for our reverse proxy like Træfɪk.

Install

You can download prebuilt binaries from our GitHub releases, or you can use our Docker images published on Docker Hub or Quay. If you need further guidance how to install this take a look at our documentation.

Development

Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.19, at least that's the version we are using.

git clone https://github.com/webhippie/redirects.git
cd redirects

make generate build

./bin/redirects -h

Security

If you find a security issue please contact thomas@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2017 Thomas Boerger <thomas@webhippie.de>