Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-01 20:09:48 +00:00
parent 8e871e341f
commit e545588fc7
12 changed files with 2019 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [sshwifty-1.0.0](https://github.com/truecharts/charts/compare/sshwifty-0.0.9...sshwifty-1.0.0) (2023-06-01)

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.10.4
deprecated: false
description: SSHwifty is a SSH and Telnet connector made for the Web.
home: https://truecharts.org/charts/stable/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/stable/sshwifty
- https://github.com/niruix/sshwifty
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- ssh
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
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!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [sshwifty-1.0.0](https://github.com/truecharts/charts/compare/sshwifty-0.0.9...sshwifty-1.0.0) (2023-06-01)

View 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/stable/sshwifty](https://truecharts.org/charts/stable/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.

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/sshwifty
pullPolicy: IfNotPresent
tag: vlatest@sha256:6e3b1db5e973f4177039fcca867f4a799ad71a691a9912a1110c1ded7165266e
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.
# Can not set this variable, only functional via config file.
# SSHWIFTY_ONLYALLOWPRESETREMOTES:
service:
main:
ports:
main:
protocol: http
port: 8182
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
categories:
- ssh