feat: Initial commit

This commit is contained in:
2026-04-29 00:02:58 +02:00
commit 1f4eba49cf
15 changed files with 786 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
server:
port: 8080
proxy:
filters:
usernameFilter:
- private
routes:
- https://discord.com/api/webhooks/1498794785475920022/bwoytZA_iDvza86fbR9aOFXNOcv9_Fl5P5taoOaMHjey_X3YLRt5FGbDjt9uPiKHJ8yi
# Spring Boot Actuator — exposes /actuator/health endpoint
management:
endpoints:
web:
exposure:
include: health, info
logging:
level:
dev.webhookproxy: DEBUG