DEPRECATED: Use the community maintained https://tangled.sh/@tangled.sh/knot-docker instead
1Quick instructions:
2- run `gen-key.sh` to generate an ssh host key
3- set the server name in both `conf/Caddyfile` and in `knot.env.template`
4- register a knot on tangled.sh and put the secret key in `knot.env.template`
5- spin up the container and test that it works
6
7The default service runs the ssh daemon on port 2222, so I use something
8like this in my `~/.ssh/config` to make it more seamless.
9
10```
11Host git.recoil.org
12 User git
13 Port 2222
14```
15
16Buyer beware, this is a very new and untested setup for alpha software,
17so don't commit any overly precious code to this.
18
19-- Anil Madhavapeddy <anil@recoil.org>