mateothegreat / docker-alpine-htpasswd

htpasswd generator

Home Page:https://k8.matthewdavis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clickity click Docker Build Status Twitter Follow Skype Contact

htpasswd generator

k8 by example -- straight to the point, simple execution.

Usage

yomateod@proliant:/mnt/c/workspace/docker/docker-alpine-htpasswd$ make
Deploy & Manage Kibana in Kubernetes.

Usage:

  make <target>

Targets:

  build                Build local docker image using $NAME and $VERSION environment variables
  run                  Generate htpasswd outputs using $USERNAME and $PASSWORD environment variables

Example

Outputs plaintext value of the .htpasswd file:

yomateod@proliant:/mnt/c/workspace/docker/docker-alpine-htpasswd$ make run

docker run --rm -it appsoa/docker-alpine-htpasswd:1.0.0 "user" "bu5ZHe1s24+NiECqPAqc7gg7cIy1HiRJxIS1PzGBoq8="

user:$2y$05$oLXPXn9igJ9SsexPZ8MgdO52I9ypJPbwJusepb/ncV.6p1AYj4I2K

About

htpasswd generator

https://k8.matthewdavis.io


Languages

Language:Makefile 100.0%