Adding screenshot of the current version to visualize what this service does
Using stable toolchain instead of nightly. While nightly is nice for formatting rules, stable avoids bunch of warnings in cross-rs compilation.
We rely on timestamps to be comparable for filtering database mirrors by
Cloned from this template.
Web server that manages git
repositories.
Copy the .env.example
file to .env
.
Install cross
to compile the project for the same target that this Dockerfile
uses.
Then run $ just up
or, if you don't have just
, look for the recipe with $ cat justfile
.
Finally, visit http://localhost:8000 in your browser.