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.
- Host: GitHub
- URL: https://github.com/bluk/gargantua
- Owner: bluk
- License: apache-2.0
- Created: 2020-05-10T18:51:58.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-09T16:04:14.000Z (over 1 year ago)
- Last Synced: 2025-03-09T17:19:12.401Z (over 1 year ago)
- Topics: 404, rust, web-application, webapp
- Language: Rust
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```