Go to file
Marcus Noble f7af7212a4
Added config directory
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-01-19 20:43:30 +00:00
.dockerignore Initial commit 2022-01-19 19:37:44 +00:00
.gitignore Initial commit 2022-01-19 19:37:44 +00:00
Dockerfile Initial commit 2022-01-19 19:37:44 +00:00
LICENSE Initial commit 2022-01-19 19:37:44 +00:00
Makefile Initial commit 2022-01-19 19:37:44 +00:00
README.md Initial commit 2022-01-19 19:37:44 +00:00
go.mod Initial commit 2022-01-19 19:37:44 +00:00
go.sum Initial commit 2022-01-19 19:37:44 +00:00
main.go Added config directory 2022-01-19 20:43:30 +00:00

README.md

link

Tiny link redirector. Best used with a short domain.

Features

  • yaml based URL mapping
  • live config reloading

Building from source

With Docker:

make docker-build

Standalone:

make build

Resources

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE