Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch pkgbuild
at main 17 lines 490 B view raw view rendered
1# knotserver 2 3Builds and packages `knot`. 4 5When installed, knotserver's database files will be stored in `/var/lib/knotserver`. Repositories will 6be stored in `/var/lib/tangled`. 7 8## SSH 9 10SSH access is required to push to repositories. To enable, use the sshd_config.d drop-in, and give the 11`git` user a shell and a home directory: 12 13```bash 14ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf 15usermod -s /usr/bin/bash -d /var/lib/tangled git 16``` 17