Skip to content

tectonic-typesetting/tectonic-relay-service

Repository files navigation

Build Status

Tectonic Relay Service

This repository defines a Docker container that implements Tectonic’s "relay" URL redirection service.

Building / Installation

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.

Legalities

The code in this repository is copyright the Tectonic Project, and licensed under the MIT License.

About

A simple URL redirection server for Tectonic's web assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published