Compare commits
6 Commits
dev
...
6000582d55
| Author | SHA1 | Date | |
|---|---|---|---|
| 6000582d55 | |||
| 22a244832e | |||
| c98900a9ff | |||
| 32cb5b57d7 | |||
| 6037788dbd | |||
| 706631c57b |
26
README.md
26
README.md
@@ -76,32 +76,12 @@ Use a service like ngrok.
|
|||||||
|
|
||||||
When creating a webhook in Infisical, the following rules must be respected.
|
When creating a webhook in Infisical, the following rules must be respected.
|
||||||
|
|
||||||
### Webhook URL Formats
|
### Webhook URL format
|
||||||
|
|
||||||
Infisical bridge supports two webhook URL formats, depending on the Dokploy resource you want to update.
|
|
||||||
|
|
||||||
#### Dokploy Compose Webhook
|
|
||||||
|
|
||||||
`${INFISICAL_API_URL}/webhook?dokployComposeId=${DOKPLOY_COMPOSE_ID}`
|
`${INFISICAL_API_URL}/webhook?dokployComposeId=${DOKPLOY_COMPOSE_ID}`
|
||||||
|
|
||||||
Parameters:
|
- `dokployComposeId` must be the target Dokploy compose identifier
|
||||||
- dokployComposeId (required):
|
- This value is required and used to determine which Dokploy service is updated
|
||||||
The identifier of the target Dokploy Compose.
|
|
||||||
This value is used to determine which Dokploy compose service should be updated when the webhook is triggered.
|
|
||||||
|
|
||||||
#### Dokploy Application Webhook
|
|
||||||
|
|
||||||
`${INFISICAL_API_URL}/webhook?dokployApplicationId=${DOKPLOY_APPLICATION_ID}`
|
|
||||||
|
|
||||||
Parameters:
|
|
||||||
- dokployApplicationId (required):
|
|
||||||
The identifier of the target Dokploy Application.
|
|
||||||
This value is used to determine which Dokploy application should be updated when the webhook is triggered.
|
|
||||||
|
|
||||||
#### Notes
|
|
||||||
- Exactly one identifier must be provided per webhook URL.
|
|
||||||
- If no identifier or multiple identifiers are provided, the webhook request will be rejected.
|
|
||||||
- Ensure the provided ID matches an existing Dokploy resource.
|
|
||||||
|
|
||||||
### Webhook Secret
|
### Webhook Secret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user