An open API service indexing awesome lists of open source software.

https://github.com/bluk/gargantua

A web application that responds with 404/405 responses.
https://github.com/bluk/gargantua

404 rust web-application webapp

Last synced: about 1 year ago
JSON representation

A web application that responds with 404/405 responses.

Awesome Lists containing this project

README

          

# 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
```