projectbuendia / buendia

Main project repository (see the Wiki for details)
Apache License 2.0
117 stars 36 forks source link

Redesign the dashboard, including reverse proxies to the OpenMRS and package servers. #231

Closed zestyping closed 5 years ago

zestyping commented 5 years ago

Issues: Closes #224.

This makes the OpenMRS server at :9000 appear at /openmrs and the package server at :9001 appear at /packages, allowing us to make proper links to them from the main dashboard page. Previously we could not make these links reliable, as http://buendia:9000 only works if the server is accessible by the hostname buendia, and it isn't possible to make a relative URL that points to a different port with the same hostname.

This also makes several other improvements to the dashboard:

The old dashboard page: image

The new dashboard page: image