feat(scripts): add syncthing-container-webui for convenience

This commit is contained in:
steveej 2023-10-01 11:08:50 +02:00
parent de98ab7426
commit 6fd885ab7b

View file

@ -198,6 +198,10 @@
DISPLAY=:3 \ DISPLAY=:3 \
ledger-live-desktop ledger-live-desktop
''; '';
syncthing-container-webui = pkgs.writeShellScriptBin "reverse-port-forward-syncthing-container" ''
ssh root@${self.colmena.sj-vps-htz0.deployment.targetHost} -L 8385:syncthing.containers:8384
'';
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;