update ui

This commit is contained in:
2026-05-17 00:04:52 +02:00
parent a285dda742
commit 9a9275dae5
26 changed files with 618 additions and 34 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 1704 1705 1780
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s \
CMD wget -qO- http://localhost:1780/jsonrpc \
CMD curl -fsS http://localhost:1780/jsonrpc \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"Server.GetStatus","id":1}' \
| grep -q '"id":1' || exit 1