Files
truecharts/charts/incubator/slskd/values.yaml
T
TrueCharts BotandGitHub 29b3e15aff chore(deps): update container image ghcr.io/slskd/slskd to v0.21.4@34c6130 by renovate (#26406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/slskd/slskd](https://slskd.org)
([source](https://redirect.github.com/slskd/slskd)) | patch | `0.21.3`
-> `0.21.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>slskd/slskd (ghcr.io/slskd/slskd)</summary>

###
[`v0.21.4`](https://redirect.github.com/slskd/slskd/releases/tag/0.21.4)

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.21.3...0.21.4)

#### What's Changed

- Ignore private and public messages from blacklisted users by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1180](https://redirect.github.com/slskd/slskd/pull/1180)
- Properly ignore room messages from blacklisted users by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1184](https://redirect.github.com/slskd/slskd/pull/1184)
- Bump webpack from 5.86.0 to 5.94.0 in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1195](https://redirect.github.com/slskd/slskd/pull/1195)
- fix(docker): Allow container to be ran on read-only filesystem and
non-root user by [@&#8203;onedr0p](https://redirect.github.com/onedr0p)
in
[https://github.com/slskd/slskd/pull/1196](https://redirect.github.com/slskd/slskd/pull/1196)
- Bump dset from 3.1.3 to 3.1.4 in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1205](https://redirect.github.com/slskd/slskd/pull/1205)
- Bump path-to-regexp and express in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1204](https://redirect.github.com/slskd/slskd/pull/1204)
- Bump upload- and download-artifact actions to v4 by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1210](https://redirect.github.com/slskd/slskd/pull/1210)
- Remember theme setting between page loads by
[@&#8203;nhawke](https://redirect.github.com/nhawke) in
[https://github.com/slskd/slskd/pull/1201](https://redirect.github.com/slskd/slskd/pull/1201)
- Bump caniuse-lite and browserslist by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1211](https://redirect.github.com/slskd/slskd/pull/1211)
- Bump deprecated actions by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1212](https://redirect.github.com/slskd/slskd/pull/1212)
- Resolve some more build warnings by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1213](https://redirect.github.com/slskd/slskd/pull/1213)

#### New Contributors

- [@&#8203;nhawke](https://redirect.github.com/nhawke) made their first
contribution in
[https://github.com/slskd/slskd/pull/1201](https://redirect.github.com/slskd/slskd/pull/1201)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.21.3...0.21.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:eyJjcmVhdGVkSW5WZXIiOiIzOC43OS4wIiwidXBkYXRlZEluVmVyIjoiMzguNzkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-15 02:44:23 +02:00

75 lines
2.1 KiB
YAML

image:
repository: ghcr.io/slskd/slskd
pullPolicy: IfNotPresent
tag: 0.21.4@sha256:34c613067dac899eddee137fc90cf0c0510e573e083b4c7589e6a823009a859a
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 5030
workload:
main:
podSpec:
containers:
main:
env:
# listens on any interface
SLSKD_SLSK_LISTEN_IP_ADDRESS: 0.0.0.0
# sets the port internally
SLSKD_SLSK_LISTEN_PORT: "{{ .Values.service.main.ports.main.port }}"
SLSKD_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
APP_DIR: "{{.Values.persistence.data.mountPath }}"
SLSKD_SHARED_DIR: "{{.Values.persistence.share.mountPath }}"
SLSKD_DOWNLOADS_DIR: "{{ .Values.persistence.complete.mountPath }}"
SLSKD_INCOMPLETE_DIR: "{{ .Values.persistence.incomplete.mountPath }}"
SLSKD_USERNAME: "admin"
SLSKD_PASSWORD: "admin123"
SLSKD_JWT_KEY:
secretKeyRef:
name: slskd-secrets
key: SLSKD_JWT_KEY
# SLSKD_INSTANCE_NAME: default
# SLSKD_NO_AUTH:
# true | false
# SLSKD_REMOTE_FILE_MANAGEMENT: false
# memory | disk
# SLSKD_SHARE_CACHE_STORAGE_MODE: memory
# SLSKD_SHARE_CACHE_WORKERS: 4
# 1 week
# SLSKD_SHARE_CACHE_RETENTION: 10080
# true | false
# SLSKD_RELAY:
# controller | agent | debug
# SLSKD_RELAY_MODE:
# ROOMS
# SLSKD_SLSK_ADDRESS: vps.slsknet.org
# SLSKD_SLSK_PORT: 2271
# SLSKD_SLSK_CONNECTION_TIMEOUT: 10000
# SLSKD_SLSK_INACTIVITY_TIMEOUT: 15000
persistence:
data:
enabled: true
mountPath: "/app"
share:
enabled: true
mountPath: "/share"
incomplete:
enabled: true
mountPath: "/downloads/incomplete"
complete:
enabled: true
mountPath: "/downloads/complete"
portal:
open:
enabled: true