Files
truecharts/charts/stable/neko/values.yaml
T
TrueCharts Bot 5bcc80a0dd chore(helm): update image ghcr.io/m1k1o/neko/xfce 3.0.3 → 3.0.4 (#34322)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/m1k1o/neko/xfce](https://redirect.github.com/m1k1o/neko) |
patch | `f2344d3` -> `761d0ba` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>m1k1o/neko (ghcr.io/m1k1o/neko/xfce)</summary>

###
[`v3.0.4`](https://redirect.github.com/m1k1o/neko/compare/v3.0.3...v3.0.4)

[Compare
Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.3...v3.0.4)

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-13 07:31:16 +00:00

116 lines
3.5 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/firefox
tag: 3.0.4@sha256:c295df7dd047f5470d87ec83f7c2e29da238027d9f980042a48a228018779ba9
braveImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/brave
tag: 3.0.4@sha256:c35813e2639a5e01ac219cbe0c5712e15d321f8d6ff1eb21d6966b4d55650e9b
chromeImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/google-chrome
tag: 3.0.4@sha256:c2d5bc230774ceb9e17444571371aedcc955b981605beba378a2f6bc140d1fa6
chromiumImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/chromium
tag: 3.0.4@sha256:febd67a73b575df279ba2a070bd215949f5592bad10496149b360733f156d58c
edgeImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/microsoft-edge
tag: 3.0.4@sha256:78d28dd53551cb672a00bd05d90384393bc3c99572dd3e82ca04b3c76df99f33
remminaImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/remmina
tag: 3.0.4@sha256:1a475979760bb0c51c48a12869f0ab545815b080583678bfa43babe390b3a216
torImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/tor-browser
tag: 3.0.4@sha256:0436a6e01bbd02c8404e66e9882cf65a78fa1a80f9427de64bf9849d93d5b7f5
vivaldiImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/vivaldi
tag: 3.0.3@sha256:7738ebfc7f65095b48910c6e412820b690fdbd989120abef97b99351b8f223c0
vlcImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/vlc
tag: 3.0.4@sha256:313774edf0ae999353964e10ee3894a52019d01634e53f424f832c4c571f28d1
xfceImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/xfce
tag: 3.0.4@sha256:761d0bab4e346f454cc1a135cc5b4e7261624a66191fa566ef2b6dd29cc13e65
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10294
protocol: http
mux:
enabled: true
ports:
tcp:
enabled: true
port: 52100
protocol: tcp
udp:
enabled: true
port: "{{ .Values.service.mux.ports.tcp.port }}"
protocol: udp
neko:
ip: "0.0.0.0"
auth:
user_pass: ""
admin_pass: ""
proxy: false
screen: "1920x1080@30"
control_protection: false
implicit_control: false
locks:
[]
# - control
# - login
# - file_transfer
cors:
- "*"
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
NEKO_BIND: '{{ printf ":%v" .Values.service.main.ports.main.port }}'
NEKO_PATH_PREFIX: "/"
NEKO_NAT1TO1: "{{ .Values.neko.ip }}"
# NEKO_EPR
NEKO_TCPMUX: "{{ .Values.service.mux.ports.tcp.port }}"
NEKO_UDPMUX: "{{ .Values.service.mux.ports.tcp.port }}"
NEKO_FILE_TRANSFER_ENABLED: true
NEKO_FILE_TRANSFER_PATH: "{{.Values.persistence.downloads.mountPath }}"
NEKO_CONTROL_PROTECTION: "{{ .Values.neko.control_protection }}"
NEKO_IMPLICIT_CONTROL: "{{ .Values.neko.implicit_control }}"
NEKO_LOCKS: '{{ join " " .Values.neko.locks }}'
NEKO_PASSWORD: "{{ .Values.neko.auth.user_pass }}"
NEKO_PASSWORD_ADMIN: "{{ .Values.neko.auth.admin_pass }}"
NEKO_PROXY: "{{ .Values.neko.proxy }}"
NEKO_SCREEN: "{{ .Values.neko.screen }}"
NEKO_CORS: '{{ join " " .Values.neko.cors }}'
# NEKO_NAT1TO1: ""
# NEKO_IPFETCH: ""
# NEKO_ICELITE: false
# NEKO_ICESERVER: ""
# NEKO_ICESERVERS
persistence:
downloads:
enabled: true
mountPath: /home/neko/Downloads