this repo has no description

knot-docker#

quickstart#

  • register a knot on tangled.sh/knots
  • copy .env.example to .env
  • fill the host name and secret in the .env file
  • run docker-compose up -d

ssh client setup#

the ssh daemon runs on port 2222. you can configure your ssh client to use port 2222 to push code to the server by adding the following to your ssh config:

Host knot.example.com
    User git
    Port 2222