Skip to content

hedgedoc/web-redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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