A super-simple HTTP server that just sends a redirect
- Go 77%
- Dockerfile 23%
|
All checks were successful
docker-image / docker (push) Successful in 2m32s
|
||
|---|---|---|
| .forgejo/workflows | ||
| Dockerfile | ||
| go.mod | ||
| main.go | ||
| README.md | ||
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.