Configuration files for self-hosted Tangled knot

Clean up README

Changed files
-15
-15
README.md
···
5. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
(knot verification will not work over HTTP port 80!)
-
<!--
-
Once the container is up, the Git repositories directory
-
needs to be specified explicitly as `/home/git/repositories` in `AuthorizedKeysCommand`
-
(see [knot-hosting](https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md#repositories)).
-
Create the file `/etc/ssh/sshd_config.d/authorized_keys_command.conf` with the following:
-
-
```
-
Match User git
-
AuthorizedKeysCommand /usr/bin/knot keys -o authorized-keys -git-dir /home/git/repositories
-
AuthorizedKeysCommandUser nobody
-
```
-
-
(This should probably be done in the Dockerfile when building the image.)
-
-->
-
## Repository troubleshooting
* SSH keys must be added to Tangled *after* the knot is created for it to pick them up.