Skip to content
Snippets Groups Projects

HedgeDoc redirect

This project manages all redirects for the HedgeDoc project.

How to build

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 .

How to run

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