Go to file
akastijn d4359bf480 Add notification server and file download service implementation
- Introduce `NotificationServer` for handling HTTP notifications.
- Register `ProxyShutdownEvent` to stop the notification server on shutdown.
- Add `FileDownloadService` for asynchronous file downloads using the configured endpoint.
- Update `Config` to include `download-endpoint`.
- Add Javalin and SLF4J dependencies for the HTTP server.
2025-06-23 23:06:47 +02:00
gradle/wrapper Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
src/main/java/com/alttd/webinterface Add notification server and file download service implementation 2025-06-23 23:06:47 +02:00
.gitignore Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
build.gradle.kts Add notification server and file download service implementation 2025-06-23 23:06:47 +02:00
gradlew Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
gradlew.bat Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
Jenkinsfile - Update logging message in reloadConfig method for accuracy. 2025-06-23 21:41:24 +02:00
settings.gradle.kts Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00