Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch pkgbuild
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 66b6e1fdb52985a6d289a17e2a88d6488161a53a 15 lines 531 B view raw
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}