This repository defines a Docker container that implements Tectonic’s "relay" URL redirection service.
This isn't really software that "install" yourself. The output artifact of this repository is a Docker image that you obtain with the command:
docker build -t tectonictypesetting/relay-service:latest .
You can then run the server locally with a command such as:
docker run --rm -p 8888:80 tectonictypesetting/relay-service:latest
The build and publication of this image is automated through the
azure-pipelines.yml file. The image ultimately emerges as
tectonictypesetting/relay-service.
A webhook is configured there to update the running service on Azure, which is
exposed at relay.fullyjustified.net.
The code in this repository is copyright the Tectonic Project, and licensed under the MIT License.