Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Default domain: `warden.test`. Configure in `~/.warden/.env` (`WARDEN_SERVICE_DO
| Webmail (Mailpit) | `https://webmail.warden.test` |
| Portainer | `https://portainer.warden.test` |
| phpMyAdmin | `https://phpmyadmin.warden.test` |
| SSH Tunnel | `tunnel.warden.test:2222` (DB clients) |

**Email (Mailpit):** No SMTP config needed. Warden routes sendmail to Mailpit. All emails at `https://webmail.warden.test`.

Expand Down
16 changes: 16 additions & 0 deletions references/global-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,25 @@
| Webmail (Mailpit) | https://webmail.warden.test |
| Portainer | https://portainer.warden.test |
| phpMyAdmin | https://phpmyadmin.warden.test |
| SSH Tunnel | `tunnel.warden.test:2222` (for DB clients) |

Per-project: RabbitMQ, Elasticsearch, OpenSearch at `https://{service}.{project}.test`

## SSH Tunnel (Database Clients)

Warden runs an SSH tunnel service for connecting external database clients (TablePlus, Sequel Pro, PhpStorm, DBeaver, etc.) to project database containers.

| Setting | Value |
|---------|-------|
| SSH Host | `tunnel.warden.test` |
| SSH Port | `2222` |
| SSH User | `user` |
| SSH Key | `~/.warden/tunnel/ssh_key` |
| MySQL Host | container name from `warden env ps` |
| MySQL Port | `3306` |

Auto-configured during `warden install`. No manual setup needed.

## Global Configuration (~/.warden/.env)

| Variable | Default | Description |
Expand Down
Loading