This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | patch | `57f87d8` -> `28df532` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.23.2`](https://redirect.github.com/slskd/slskd/releases/tag/0.23.2) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.23.1...0.23.2) #### What's Changed - Add a few indexes on the Transfers database to improve performance by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1390](https://redirect.github.com/slskd/slskd/pull/1390) - Adjust auto-reconnect logic by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1385](https://redirect.github.com/slskd/slskd/pull/1385) - Refactor handling of searches, attempt to trap un-Completed condition and correct it by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1395](https://redirect.github.com/slskd/slskd/pull/1395) - Don't log warnings when failing to find a file in a share by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1398](https://redirect.github.com/slskd/slskd/pull/1398) - Add chat events for webhooks and scripts by [@​Lemmmy](https://redirect.github.com/Lemmmy) in [https://github.com/slskd/slskd/pull/1376](https://redirect.github.com/slskd/slskd/pull/1376) - Add chat events for webhooks and scripts by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1399](https://redirect.github.com/slskd/slskd/pull/1399) - Bump Soulseek.NET to 7.1.1 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1407](https://redirect.github.com/slskd/slskd/pull/1407) - Bump on-headers and compression in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/slskd/slskd/pull/1408](https://redirect.github.com/slskd/slskd/pull/1408)8 - Add metric to count search requests per second by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1409](https://redirect.github.com/slskd/slskd/pull/1409) - Fix bug preventing proper change detection when updating options with an enum type by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1411](https://redirect.github.com/slskd/slskd/pull/1411) - Substantially improve performance of search request filtering by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1413](https://redirect.github.com/slskd/slskd/pull/1413) - Ensure lists stored as class property values are read only and properly materialized by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1418](https://redirect.github.com/slskd/slskd/pull/1418) - Bump Soulseek.NET to 7.1.2 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1419](https://redirect.github.com/slskd/slskd/pull/1419) #### New Contributors - [@​Lemmmy](https://redirect.github.com/Lemmmy) made their first contribution in [https://github.com/slskd/slskd/pull/1376](https://redirect.github.com/slskd/slskd/pull/1376) **Full Changelog**: https://github.com/slskd/slskd/compare/0.23.1...0.23.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
72 lines
2.1 KiB
YAML
72 lines
2.1 KiB
YAML
image:
|
|
repository: ghcr.io/slskd/slskd
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.23.2@sha256:28df5325f301537ea8669b2ef90112a30cc9f2efd3eb714c9a778460b5dc6288
|
|
|
|
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"
|