Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
23c1a7b477
commit
6a76dd5e5f
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [sshwifty-0.0.1]sshwifty-0.0.1 (2023-04-30)
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.21
|
||||
deprecated: false
|
||||
description: SSHwifty is a SSH and Telnet connector made for the Web.
|
||||
home: https://truecharts.org/charts/incubator/sshwifty
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
|
||||
keywords:
|
||||
- ssh
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: sshwifty
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/sshwifty
|
||||
- https://github.com/niruix/sshwifty
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- ssh
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [sshwifty-0.0.1]sshwifty-0.0.1 (2023-04-30)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
SSHwifty is a SSH and Telnet connector made for the Web.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/sshwifty](https://truecharts.org/charts/incubator/sshwifty)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,56 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/sshwifty
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:3f4f3c44825a1bf3b1320194077b9e1fda44b5ad30f9070c4db2a638512bbf10
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/"
|
||||
readiness:
|
||||
path: "/"
|
||||
startup:
|
||||
path: "/"
|
||||
env:
|
||||
# empty to accept request from all hosts
|
||||
SSHWIFTY_HOSTNAME: ""
|
||||
# web access password
|
||||
SSHWIFTY_SHAREDKEY: ""
|
||||
DialTimeout: 10
|
||||
# SSHWIFTY_SOCKS5: "" When set, Sshwifty backend will try to connect remote through the given proxy
|
||||
# SSHWIFTY_SOCKS5_USER
|
||||
# SSHWIFTY_SOCKS5_PASSWORD
|
||||
SSHWIFTY_LISTENPORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
SSHWIFTY_LISTENINTERFACE: "0.0.0.0"
|
||||
SSHWIFTY_INITIALTIMEOUT: 3
|
||||
SSHWIFTY_READTIMEOUT: 60
|
||||
SSHWIFTY_WRITETIMEOUT: 60
|
||||
SSHWIFTY_HEARTBEATTIMEOUT: 20
|
||||
SSHWIFTY_READDELAY: 10
|
||||
SSHWIFTY_WRITEELAY: 10
|
||||
# SSHWIFTY_TLSCERTIFICATEFILE: ""
|
||||
# SSHWIFTY_TLSCERTIFICATEKEYFILE: ""
|
||||
# SSHWIFTY_PRESETS: [] json obj array https://github.com/nirui/sshwifty#configuration-file | preset section.
|
||||
SSHWIFTY_ONLYALLOWPRESETREMOTES: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 8182
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
|
||||
categories:
|
||||
- ssh
|
||||
|
Loading…
Reference in New Issue