this repo has no description
Dockerfile 72.4%
Shell 27.6%
2 1 0

Clone this repository

https://tangled.org/dvjn.dev/knot-docker
git@tangled.org:dvjn.dev/knot-docker

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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