From 23d2efa7773c3a1cf997967bf3d6cd908e24a380 Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 10 Aug 2026 00:45:34 +0200 Subject: [PATCH] Two vps mounts --- apps-kustomized/sshfs2smb/all.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps-kustomized/sshfs2smb/all.yaml b/apps-kustomized/sshfs2smb/all.yaml index b67c0db..04505a8 100644 --- a/apps-kustomized/sshfs2smb/all.yaml +++ b/apps-kustomized/sshfs2smb/all.yaml @@ -49,7 +49,11 @@ data: browseable = yes writable = yes - + [slskd] + path = /slskd + comment = ZFS + browseable = yes + writable = yes ;EOF way past actual end of file @@ -112,7 +116,7 @@ spec: command: - /bin/sh - -c - - "apk add samba sshfs; mkdir /data; mkdir ~/.ssh; cp /keyfile/keyfile ~/.ssh; ssh-keyscan 75.102.10.189 >~/.ssh/known_hosts ; chmod 600 ~/.ssh/keyfile; sed -i s/'^#user_allow_other'/'user_allow_other'/ /etc/fuse.conf ; sshfs debian-transmission@75.102.10.189:/var/lib/transmission-daemon/downloads /data -o IdentityFile=~/.ssh/keyfile,uid=1000,gid=1000,allow_other && cd /scripts && sh ./k8s.sh" + - "apk add samba sshfs; mkdir /data; mkdir /slskd; mkdir ~/.ssh; cp /keyfile/keyfile ~/.ssh; ssh-keyscan 75.102.10.189 >~/.ssh/known_hosts ; chmod 600 ~/.ssh/keyfile; sed -i s/'^#user_allow_other'/'user_allow_other'/ /etc/fuse.conf ; sshfs debian-transmission@75.102.10.189:/var/lib/transmission-daemon/downloads /data -o IdentityFile=~/.ssh/keyfile,uid=1000,gid=1000,allow_other && sshfs slskd-docker@75.102.10.189:/slskd /slskd -o IdentityFile=~/.ssh/keyfile,uid=1000,gid=1000,allow_other && cd /scripts && sh ./k8s.sh" imagePullPolicy: IfNotPresent ports: - name: cifs