From f2c3bbfa51b7f0e0a8e03d48ccc2848b1841d9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Bajsarowicz?= Date: Sun, 22 Mar 2026 21:25:55 +0100 Subject: [PATCH] docs: add SSH tunnel service to global services list Add tunnel.warden.test to the services page with a link to the database connections documentation for configuration details. --- services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/services.md b/services.md index 127a45a..86045c9 100644 --- a/services.md +++ b/services.md @@ -6,6 +6,7 @@ After running `warden svc up` for the first time following installation, the fol * [https://portainer.warden.test/](https://portainer.warden.test/) * [https://dnsmasq.warden.test/](https://dnsmasq.warden.test/) * [https://mailhog.warden.test/](https://mailhog.warden.test/) +* `tunnel.warden.test` (SSH tunnel on port `2222` for connecting database clients — see [Database Connections](https://docs.warden.dev/configuration/database.html)) ## Customizable Settings