Changelog
- 7efd3fd add error message to container healthcheck API
- 9ef99c6 add name, image, state filters to
GET /v1/container
API (#22) - 12d47d9 add openapi base code and container healthcheck API (#17)
- dbedb14 fix strconv.Atoi error on update app's settings (#18)
- a54bdb3 fix wrong container healthcheck logic
- 5fe6eae include additional app properties in the
notify.Application
struct sent to the frontend via socket.io (#20) - b2e4c5e include installation status in
AppList
andAppInfo
(#21) - 2d65911 remove port check upon app setting update (#23)
- c4377f7 update protocol comparision to be case insensitive (#25)
- bd92220 update to use batch event type registration with message bus (#19)
- 1a0d4cb use
Accept: application/html
in the request header when checking container health (#26)