feat: separate directory for javascript apps

This commit is contained in:
Himadri Bhattacharjee
2026-02-03 17:31:38 +05:30
parent 4392446af0
commit 26cda8ffb9
4 changed files with 20 additions and 1 deletions

View File

@@ -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" >}}

View File

@@ -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" >}}