https://github.com/tectonic-typesetting/tectonic-relay-service
A simple URL redirection server for Tectonic's web assets
https://github.com/tectonic-typesetting/tectonic-relay-service
Last synced: 5 months ago
JSON representation
A simple URL redirection server for Tectonic's web assets
- Host: GitHub
- URL: https://github.com/tectonic-typesetting/tectonic-relay-service
- Owner: tectonic-typesetting
- License: mit
- Created: 2021-10-09T15:54:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T03:47:18.000Z (over 3 years ago)
- Last Synced: 2025-06-01T06:52:45.452Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/tectonic-typesetting/tectonic/_build/latest?definitionId=12&branchName=main)
# 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](https://hub.docker.com/repository/docker/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.