This project manages all redirects for the HedgeDoc project.
Simply build the docker container
git clone https://git.shivering-isles.com/codimd/redirect.git
cd codimd-redirect
docker build -t quay.io/sheogorath/codimd-redirect:latest .
Simply run the container
docker run -d --restart always -p 80:80 quay.io/sheogorath/codimd-redirect
Or run locally to check details:
docker run --rm -it -p 80:80 quay.io/sheogorath/codimd-redirect