feat(scripts): add syncthing-container-webui for convenience
This commit is contained in:
parent
de98ab7426
commit
6fd885ab7b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue