Find a file
Minionflo d70a85a28c
All checks were successful
build / docker (push) Successful in 52s
test
2024-05-10 12:43:54 +02:00
.github/workflows fixed 2024-05-10 08:16:27 +02:00
.gitignore fixed git ignore 2023-12-21 11:44:22 +01:00
Dockerfile added LISTEN env var 2023-12-21 11:44:06 +01:00
go.mod removed gin 2024-05-10 09:01:39 +02:00
go.sum readded go.sum 2024-05-10 09:02:48 +02:00
LICENSE added LICENSE 2023-12-15 12:29:08 +01:00
main.go test 2024-05-10 12:43:54 +02:00
README.md updateted readme with the new env settings 2023-12-21 11:53:07 +01:00

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"