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.
---
## Infisical Webhook Configuration
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.
---
## Webhooks Behavior
- 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
- Invalid or unsigned requests are ignored
---
## Security Notes
- Secrets are never persisted
@@ -111,16 +105,12 @@ Requests with an invalid or missing secret will be rejected.
- HTTPS is recommended in production
- Restrict network access to trusted sources only
---
## Testing
```sh
./gradlew test
```
---
## Tech Stack
- Java 21
@@ -128,8 +118,6 @@ Requests with an invalid or missing secret will be rejected.
- Gradle (Kotlin DSL)
- Docker / Docker Compose
---
## License
MIT License