39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
# Dockhand Environments
|
|
|
|
Dockhand manages two Docker environments. Select an environment with the `?env=[id]` query parameter in the API.
|
|
|
|
## Environment 1 — Homelab
|
|
|
|
| Property | Value |
|
|
|---|---|
|
|
| ID | `1` |
|
|
| Name | Homelab |
|
|
| Connection | Local Unix socket (`/var/run/docker.sock`) |
|
|
| Public IP | `192.168.2.114` |
|
|
| Timezone | America/Chicago |
|
|
| Auto-update checks | Enabled (auto-apply: off) |
|
|
| Image pruning | Enabled |
|
|
| Activity collection | Enabled |
|
|
| Metrics collection | Enabled |
|
|
|
|
This is the primary server. All stacks documented in [[stacks/README]] run here.
|
|
|
|
## Environment 2 — Pihole
|
|
|
|
| Property | Value |
|
|
|---|---|
|
|
| ID | `2` |
|
|
| Name | Pihole |
|
|
| Connection | Hawser (remote agent) |
|
|
| Host | `100.89.172.56` (Tailscale) |
|
|
| Port | `2376` |
|
|
| Timezone | America/Chicago |
|
|
| Auto-update checks | Enabled (auto-apply: off) |
|
|
| Image pruning | Enabled |
|
|
| Activity collection | Enabled |
|
|
| Metrics collection | Enabled |
|
|
|
|
A separate device running Pi-hole (network-wide ad blocker / DNS). Connected to Dockhand via the **Hawser** agent over Tailscale. Documentation for this environment is tracked separately.
|
|
|
|
> **Note:** The Hawser agent on the Pihole was last seen as disconnected at the time of this writing — `hawserLastSeen: null`. Hawser may need to be restarted on that device.
|