From 54580adabf9f176b9eee465d13f4c4f4e933ba1f Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Mon, 24 Feb 2025 03:17:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7496e7b..fb7e056 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,9 @@ docker run -d --name ssh-tunnel-tailscale \ - `SSH_USER`: The SSH user on the remote server. - `REMOTE_PORTS`: Ports from the remote server (format: `127.0.0.1:PORT`). - `LOCAL_PORTS`: Ports inside the Docker container (mapped to `REMOTE_PORTS`). -- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) /!\ Must be empty if you want to use `TAILSCALE_PARAM`. +- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) + +/!\ Must be empty if you want to use `TAILSCALE_PARAM`. (You can generate a key here: [Tailscale Keys](https://login.tailscale.com/admin/settings/keys)) - `TAILSCALE_PARAM`: full control over `tailscale up` options. Usefull if you plan to automate deployment with OAuth Client etc. @@ -182,7 +184,9 @@ services: - `SSH_USER`: The SSH user on the remote server. - `REMOTE_PORTS`: Ports from the remote server (format: `127.0.0.1:PORT`). - `LOCAL_PORTS`: Ports inside the Docker network (mapped to `REMOTE_PORTS`). -- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) /!\ Must be empty if you want to use `TAILSCALE_PARAM`. +- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) + +/!\ Must be empty if you want to use `TAILSCALE_PARAM`. (You can generate a key here: [Tailscale Keys](https://login.tailscale.com/admin/settings/keys)) - `TAILSCALE_PARAM`: full control over `tailscale up` options. Usefull if you plan to automate deployment with OAuth Client etc.