You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/management.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,36 @@ docker run -d \
105
105
willfarrell/autoheal
106
106
```
107
107
108
+
### HTTP Healthcheck Endpoint
109
+
110
+
Dashy also exposes an unauthenticated HTTP liveness endpoint at `/healthz`, which returns a `200` with a small JSON body (`status`, `uptime`, `version`). It bypasses auth and SSL redirection so probes keep working regardless of how Dashy is configured.
111
+
112
+
Useful when fronting Dashy with a load balancer / reverse proxy that needs an HTTP probe for auto-failover, or when running on Kubernetes:
**`apiKey`** | `string` | Required | Your addy.io API Key / Personal Access Token. You can generate this under [Account Settings](https://app.addy.io/settings)
621
+
**`apiKey`** | `string` | Required | Your addy.io API Key / Personal Access Token. You can generate this under [API Settings](https://app.addy.io/settings/api)
622
622
**`hostname`** | `string` | _Optional_ | If your self-hosting addy.io, then supply the host name. By default it will use the public hosted instance
623
623
**`apiVersion`** | `string` | _Optional_ | If you're using an API version that is not version `v1`, then specify it here
624
624
**`limit`** | `number` | _Optional_ | Limit the number of emails shown per page. Defaults to `10`
@@ -631,7 +631,7 @@ This widget display email addresses / aliases from addy.io. Click an email addre
0 commit comments