2021-09-13 19:23:45 +02:00

40 lines
1.5 KiB
Markdown

[ENGLISH](./README.md)
[<img src="https://git.sthope.dev/sthope/.gitea/raw/branch/master/avatar-sthope.png" align="right" width="8%" height="8%">](https://www.sthope.dev/)
# Random Password Generator (x10) &middot; [![Build Status](https://img.shields.io/drone/build/sthope/DockerContainer-randomPwd?server=https%3A%2F%2Fdrone.sthope.dev&style=plastic)](https://drone.sthope.dev/sthope/DockerContainer-randomPwd) [![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic&logo=appveyor)](LICENSE)
> 🔥[Sthope](https://www.sthope.dev)
Docker container usado para gerar 10 random passwords compridas. Usado maioritariamente no meu site para criar passwords templates.
## Installing / Getting started
Script usado para gerar passwords templates para usar nos meus dockers (e outros..) templates.
```shell
docker run -it --rm ghcr.io/sthopeless/randompwd:latest
```
ou com sudo
```shell
sudo docker run -it --rm ghcr.io/sthopeless/randompwd:latest
```
![test](test.png)
## Versioning
We can maybe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [link to tags on this repository](/tags).
## Configuration
Simplesmente corre um dos commandos ali de cima e ira imprimir 10 random passwords na terminal.
## Issue feedback
You can ge feedback on issues you encounter via [Issue](https://git.sthope.dev/sthope/DockerContainer-randomPwd/issues)
## Licensing
For more information, please refer to the [LICENSE](LICENSE) file.