Merge pull request 'update doc' (#7) from dev into main

Reviewed-on: #7
This commit is contained in:
2025-12-24 16:51:13 +00:00

View File

@@ -72,8 +72,6 @@ Application runs on http://localhost:8080
Use a service like ngrok. Use a service like ngrok.
---
## Infisical Webhook Configuration ## Infisical Webhook Configuration
When creating a webhook in Infisical, the following rules must be respected. When creating a webhook in Infisical, the following rules must be respected.
@@ -93,8 +91,6 @@ The webhook secret **must exactly match**:
Requests with an invalid or missing secret will be rejected. Requests with an invalid or missing secret will be rejected.
---
## Webhooks Behavior ## Webhooks Behavior
- Incoming webhook signatures are validated - Incoming webhook signatures are validated
@@ -102,8 +98,6 @@ Requests with an invalid or missing secret will be rejected.
- Dokploy is updated using its API - Dokploy is updated using its API
- Invalid or unsigned requests are ignored - Invalid or unsigned requests are ignored
---
## Security Notes ## Security Notes
- Secrets are never persisted - Secrets are never persisted
@@ -111,16 +105,12 @@ Requests with an invalid or missing secret will be rejected.
- HTTPS is recommended in production - HTTPS is recommended in production
- Restrict network access to trusted sources only - Restrict network access to trusted sources only
---
## Testing ## Testing
```sh ```sh
./gradlew test ./gradlew test
``` ```
---
## Tech Stack ## Tech Stack
- Java 21 - Java 21
@@ -128,8 +118,6 @@ Requests with an invalid or missing secret will be rejected.
- Gradle (Kotlin DSL) - Gradle (Kotlin DSL)
- Docker / Docker Compose - Docker / Docker Compose
---
## License ## License
MIT License MIT License