Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch
pkgbuild
1post_install() {
2 echo
3 echo Remember to set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver
4 echo and 'KNOT_SERVER_HOSTNAME' if `hostname` does not return the FQDN
5 echo of your knot.
6 echo
7 echo You will need to setup a reverse proxy to http://localhost:5555
8 echo
9 echo To enable git push over ssh for tangled repositories, run:
10 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
11 echo " usermod -s /usr/bin/bash -d /home/git git"
12 echo
13 echo and reload sshd
14 echo
15}