callback container integrated fully

This commit is contained in:
root
2026-08-09 13:17:44 +02:00
parent 639c2b68c8
commit 5594431749
12 changed files with 196 additions and 65 deletions
+3 -1
View File
@@ -5,12 +5,14 @@
Release notes are stored outside the project root to keep the repository overview compact.
The current release is **0.5.5.47**.
The current release is **0.5.5.65**.
Older notes are concise English summaries migrated from the original release documents. Git history remains authoritative for exact implementation details.
## Releases
- [0.5.5.65](UPDATE-0.5.5.65.md)
- [0.5.5.47](UPDATE-0.5.5.47.md)
- [0.5.5.46](UPDATE-0.5.5.46.md)
- [0.5.5.45](UPDATE-0.5.5.45.md)
+10
View File
@@ -0,0 +1,10 @@
# Update 0.5.5.65
## Callback service lifecycle, health tests, and documentation
- The callback-only Docker service now starts with the normal Compose stack; the callback profile is no longer required.
- Added `CALLBACK_BIND_IP` so deployments can bind the callback listener to loopback, a selected host interface, or explicitly all interfaces.
- Added separate internal and public callback health checks in the GUI with tested URL, HTTP status, response time, and reachability result.
- The internal test validates Docker service networking; the public test validates the configured FQDN/reverse-proxy path.
- Updated installation, security, README, environment example, and callback deployment documentation.
- Reworded the repository warning about `.env` and runtime data as normal deployment/security guidance rather than a development note.