add readme

This commit is contained in:
Boshi Lian 2022-07-19 04:22:55 +00:00
parent f37c89a6d6
commit 520c16f56a
2 changed files with 2 additions and 3 deletions

View file

@ -87,6 +87,7 @@ Plugin list
* [workingdirbykey](plugin/workingdirbykey/) 🔀: same as `workingdir` but uses public key to route.
* [yaml](plugin/yaml/) 🔀: config routing with a single yaml file.
* [docker](plugin/docker/) 🔀: pipe into docker containers.
* [kubernetes](plugin/kubernetes/) 🔀: manage pipes via Kubernetes CRD.
* [azdevicecode](plugin/azdevicecode/) 🔒: ask user to enter [azure device code](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code) before login
* [fixed](plugin/fixed/) 🔀: fixed targetting the dummy sshd server
* [simplemath](plugin/simplemath/) 🔒: ask for very simple math question before login, demo purpose

View file

@ -39,11 +39,9 @@ spec:
serviceAccountName: sshpiper-account
containers:
- name: sshpiper
image: sshpiper
imagePullPolicy: Never
image: farmer1992/sshpiperd:latest
ports:
- containerPort: 2222
# command: ['/bin/sh', '-c', 'sleep 1d']
env:
- name: PLUGIN
value: "kubernetes"