···11+post_install() {
22+ echo
33+ echo Remember to set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver
44+ echo and 'KNOT_SERVER_HOSTNAME' if `hostname` does not return the FQDN
55+ echo of your knot.
66+ echo
77+ echo You will need to setup a reverse proxy to http://localhost:5555
88+ echo
99+ echo To enable git push over ssh for tangled repositories, run:
1010+ echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
1111+ echo " usermod -s /usr/bin/bash -d /var/lib/tangled git"
1212+ echo
1313+ echo and reload sshd
1414+ echo
1515+}