From 26cda8ffb9c3f25cc68cb0d0be50c4db942b43de Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:31:38 +0530 Subject: [PATCH] feat: separate directory for javascript apps --- content/post/easy-ssh-tunnel.md | 19 +++++++++++++++++++ content/post/project-mana-demo.md | 2 +- .../easy-ssh-tunnel.html} | 0 content/{ => webapps}/project_mana.html | 0 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 content/post/easy-ssh-tunnel.md rename content/{easy-ssh-tunnel/index.html => webapps/easy-ssh-tunnel.html} (100%) rename content/{ => webapps}/project_mana.html (100%) diff --git a/content/post/easy-ssh-tunnel.md b/content/post/easy-ssh-tunnel.md new file mode 100644 index 00000000..592c2bd0 --- /dev/null +++ b/content/post/easy-ssh-tunnel.md @@ -0,0 +1,19 @@ +--- +title: "Easy SSH Tunnel" +date: 2026-02-03T17:14:13+05:30 +draft: false +tags: +- SSH +- Proxy +- Tools +- Webapp +--- + +Sometimes I forget the correct syntax to tunnel a port through SSH but I don't want to read through a bunch of AD infested websites. + +This simple tool outputs the command to run on the local machine. + +You can edit the local port, remote host and port, and traffic direction. + +{{< rawhtml "content/webapps/easy-ssh-tunnel.html" >}} + diff --git a/content/post/project-mana-demo.md b/content/post/project-mana-demo.md index 0bfd8f7e..f2f86b9e 100644 --- a/content/post/project-mana-demo.md +++ b/content/post/project-mana-demo.md @@ -20,4 +20,4 @@ Feel free to look around: rotate, zoom or pan the 3D view. Frames for the outline animation will be recomputed on the fly! The hardcoded duration for the animation is 5 seconds in this example. -{{< rawhtml "content/project_mana.html" >}} +{{< rawhtml "content/webapps/project_mana.html" >}} diff --git a/content/easy-ssh-tunnel/index.html b/content/webapps/easy-ssh-tunnel.html similarity index 100% rename from content/easy-ssh-tunnel/index.html rename to content/webapps/easy-ssh-tunnel.html diff --git a/content/project_mana.html b/content/webapps/project_mana.html similarity index 100% rename from content/project_mana.html rename to content/webapps/project_mana.html