mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
- HOME=/config makes rtorrent read /config/.rtorrent.rc and use /config/session/ - flood --auth none disables login requirement - flood --rtsocket points to socket path from rtorrent.rc - rtorrentSocket value used consistently in both configmap and command args Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
469 B
YAML
15 lines
469 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ .Release.Name }}-rtorrent-config
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
rtorrent.rc: |
|
|
session.path.set = /config/session/
|
|
directory.default.set = /data
|
|
network.scgi.open_local = {{ .Values.rtorrentSocket }}
|
|
network.port_range.set = {{ .Values.torrentPort }}-{{ .Values.torrentPort }}
|
|
network.port_random.set = no
|
|
network.max_open_files.set = 600
|
|
network.max_open_sockets.set = 300
|