Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/sshwifty/0.0.1/CHANGELOG.md
Normal file
8
incubator/sshwifty/0.0.1/CHANGELOG.md
Normal file
@@ -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)
|
||||
|
||||
27
incubator/sshwifty/0.0.1/Chart.yaml
Normal file
27
incubator/sshwifty/0.0.1/Chart.yaml
Normal file
@@ -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"
|
||||
1
incubator/sshwifty/0.0.1/README.md
Normal file
1
incubator/sshwifty/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
4
incubator/sshwifty/0.0.1/app-changelog.md
Normal file
4
incubator/sshwifty/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [sshwifty-0.0.1]sshwifty-0.0.1 (2023-04-30)
|
||||
|
||||
8
incubator/sshwifty/0.0.1/app-readme.md
Normal file
8
incubator/sshwifty/0.0.1/app-readme.md
Normal file
@@ -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!
|
||||
BIN
incubator/sshwifty/0.0.1/charts/common-12.4.21.tgz
Normal file
BIN
incubator/sshwifty/0.0.1/charts/common-12.4.21.tgz
Normal file
Binary file not shown.
56
incubator/sshwifty/0.0.1/ix_values.yaml
Normal file
56
incubator/sshwifty/0.0.1/ix_values.yaml
Normal file
@@ -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
|
||||
1876
incubator/sshwifty/0.0.1/questions.yaml
Normal file
1876
incubator/sshwifty/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/sshwifty/0.0.1/templates/NOTES.txt
Normal file
1
incubator/sshwifty/0.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
incubator/sshwifty/0.0.1/templates/common.yaml
Normal file
1
incubator/sshwifty/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/sshwifty/0.0.1/values.yaml
Normal file
0
incubator/sshwifty/0.0.1/values.yaml
Normal file
4
incubator/sshwifty/item.yaml
Normal file
4
incubator/sshwifty/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
|
||||
categories:
|
||||
- ssh
|
||||
|
||||
Reference in New Issue
Block a user