No description
https://aufdietastaturgefallen.de
- Go 78.2%
- Dockerfile 21.8%
|
|
||
|---|---|---|
| .github/workflows | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
A random generator configurable throuh querys
Usage
Querys
| Query | Default | Description |
|---|---|---|
| lenght | 1024 | The length of the response |
| charset | abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | The charset of the response |
Example
https://aufdietastaturgefallen.de/?lenght=100&charset=0123456789abcdef
Hosting
Env vars
| Var | Default | Description |
|---|---|---|
| LISTEN | 0.0.0.0:8080 | where the webserver will listen to |
| GIN_MODE | release | to run gin in debug mode change this to "debug" |