Bug Fixes
-
embedded DB failing to start
More cases in which the embedded DB server failed
to start have been addressed. Specifically, if the
server is not gracefully shutdown Retrom will now
attempt to clean up the environment when it is next
brought back up which should address many of these
failures.fixes #391
Newly Added
-
(docker) Redirect root path to
/web
When navigating to your Retrom server in the browser,
the root path (e.g.localhost:5101/
orretrom.my-website.com/
)
will now redirect to the web client at/web
(e.g.localhost:5101/web
orretrom.my-website.com/web
).