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- copy `.env.template` to `.env` 4- set the server name in `.env` to your fully-qualified domain name 5- register a knot on tangled.sh and put the secret key in `.env` 6- spin up the container and test that it works 7 8The default service runs the ssh daemon on port 2222, so I use something 9like this in my `~/.ssh/config` to make it more seamless. 10 11``` 12Host git.recoil.org 13 User git 14 Port 2222 15``` 16 17Buyer beware, this is a very new and untested setup for alpha software, 18so don't commit any overly precious code to this. 19 20-- Anil Madhavapeddy <anil@recoil.org>