- Port 443 open on your local machine
- Either:
- Docker
- A locally-running web server capable of serving pages over SSL
Add to your hosts file (/etc/hosts
, etc.):
127.0.0.1 outlinks.example.com # replace with the hostname you want to route
docker-compose up -d
- There is no step 2
- Well, you'll need to tell your browser to trust the self-signed cert
- Configure a web server to support SSL and listen on port 443
- Point your web server to the
public
directory in this project
- Copy
public/allowed.sample.json
topublic/allowed.json
. - Modify to include domains for which you want allow automatic redirects.
npm install