fix(rflood): set HOME=/config and flood --auth none --rtsocket for jesec

- 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>
This commit is contained in:
sha
2026-06-17 01:09:59 +03:00
co-authored by Claude Sonnet 4.6
parent 562efdcede
commit b3675933fc
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ data:
rtorrent.rc: |
session.path.set = /config/session/
directory.default.set = /data
network.scgi.open_local = /config/rtorrent.sock
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