From 6fd885ab7b8882d34b9495036ba9819385731ed3 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 1 Oct 2023 11:08:50 +0200 Subject: [PATCH] feat(scripts): add syncthing-container-webui for convenience --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index a884f3a..cc8e0b9 100644 --- a/flake.nix +++ b/flake.nix @@ -198,6 +198,10 @@ DISPLAY=:3 \ 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;