A super-simple HTTP server that just sends a redirect
  • Go 77%
  • Dockerfile 23%
Find a file
Stefan Bethke 8f84d13a78
All checks were successful
docker-image / docker (push) Successful in 2m32s
Need a Dockerfile to build an image
2026-03-15 16:16:51 +01:00
.forgejo/workflows Create httpredir 2026-03-15 15:58:34 +01:00
Dockerfile Need a Dockerfile to build an image 2026-03-15 16:16:51 +01:00
go.mod Create httpredir 2026-03-15 15:58:34 +01:00
main.go Create httpredir 2026-03-15 15:58:34 +01:00
README.md Create httpredir 2026-03-15 15:58:34 +01:00

HTTP Redirect

This super-simple HTTP server always returns a redirect. The target is taken from the REDIRECT_URL environment variable.

The server always listens on port 8080.