fa4ac4d70b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/niruix/sshwifty | digest | `36e6a84` → `676b4c3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3Nod2lmdHkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/niruix/sshwifty
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:676b4c32640183eeeb7e3785fa1d45eda756715c8c369efaceca0962e58ef605
|
|
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
|