Skip to content

Releases: SquireOfSoftware/check-in

Working beta with a working scanner

14 Mar 00:57
Compare
Choose a tag to compare

Docker hub links:

Checkin-ui (0.9.1) is a self signed SSL nginx front end with two react applications under it:

  • checkin-report/
  • qr-scanner/

Respectively.

Checkin-service (0.5.3) is just an average http spring boot application

Postgres 13:1 was selected as the backend

In any case, this marks the first working beta with a working self signed certificate. To get this working you need to hit the http webserver first to get both the root CA certificate and sites certificate. Once these are installed on your device you may proceed to visit the https version of the endpoint and it should work from there.

Simply run docker-compose up -d on the root with the certificate files located on disk appropriately and it should "just work"

This is a working beta with self signed certificates

06 Mar 11:16
Compare
Choose a tag to compare

Docker hub links:

Checkin-ui (0.9.0) is a self signed SSL nginx front end with two react applications under it:

  • checkin-report/
  • qr-scanner/

Respectively.

Checkin-service (0.5.3) is just an average http spring boot application

Postgres 13:1 was selected as the backend

In any case, this marks the first working beta with a working self signed certificate. To get this working you need to hit the http webserver first to get both the root CA certificate and sites certificate. Once these are installed on your device you may proceed to visit the https version of the endpoint and it should work from there.

Simply run docker-compose up -d on the root with the certificate files located on disk appropriately and it should "just work"