diff --git a/gosmee/templates/index.tmpl b/gosmee/templates/index.tmpl index 0237cd6..f784e66 100644 --- a/gosmee/templates/index.tmpl +++ b/gosmee/templates/index.tmpl @@ -75,7 +75,7 @@
  • Download the gosmee client for your platform: here
  • Use this endpoint URL to configure your webhook service (ie: Github, Gitlab, Zapier etc..):
  • {{ .URL }}
  • -
  • Using the gosmee client you can then forward the endpoint URL to your local service (for example on http://localhost:8080):
  • +
  • Using the gosmee client on your desktop computer (or via a kubernetes service) you can then forward the endpoint URL to your local service. For example to forward the webhook to a service running on your laptop on http://localhost:8080):
  • $ gosmee client {{ .URL }} http://localhost:8080
  • See gosmee help for more options.