Skip to content
/ gargantua Public

A web application that responds with 404/405 responses.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bluk/gargantua

Gargantua

A web application which returns empty responses from the void.

Configuration

Environment Variables

PORT

The port the application should listen on. Defaults to 8080.

Tools

Docker

Build

docker build -f deployments/docker/Dockerfile -t gargantua .

Run

docker run -ti -p 8080:8080 --disable-content-trust gargantua