···11111212### [appview](appview)
13131414-Builds `appview` from tag [v1.7.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.7.0-alpha).
1414+Builds `appview` from tag [v1.8.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.8.0-alpha).
15151616### [knotserver](knotserver)
17171818-Builds `knot` from tag [v1.7.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.7.0-alpha).
1818+Builds `knot` from tag [v1.8.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.8.0-alpha).
19192020### [knotserver-git](knotserver-git)
2121
···22 echo
33 echo knotserver installed, with repositories stored in: /var/lib/tangled
44 echo
55- echo Set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver
66- echo and 'KNOT_SERVER_HOSTNAME' if 'hostname' does not return the FQDN
77- echo of your knot.
55+ echo Use `systemctl edit knotserver.service` to set `KNOT_SERVER_OWNER` to the DID of the knot owner,
66+ echo and override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot.
87 echo
98 echo To enable git push over ssh for tangled repositories, run:
109 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
-2
knotserver-git/knotserver.service
···99Environment="KNOT_SERVER_HOSTNAME=%H"
1010Environment="KNOT_SERVER_LISTEN_ADDR=127.0.0.1:5555"
1111Environment="KNOT_REPO_SCAN_PATH=/var/lib/tangled"
1212-EnvironmentFile=-/etc/tangled/knotserver
1313-1412WorkingDirectory=/var/lib/knotserver
1513ExecStart=/usr/bin/knot server
1614Restart=always
···22 echo
33 echo knotserver installed, with repositories stored in: /var/lib/tangled
44 echo
55- echo Set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver
66- echo and 'KNOT_SERVER_HOSTNAME' if 'hostname' does not return the FQDN
77- echo of your knot.
55+ echo Use `systemctl edit knotserver.service` to set `KNOT_SERVER_OWNER` to the DID of the knot owner,
66+ echo and override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot.
87 echo
98 echo To enable git push over ssh for tangled repositories, run:
109 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
-2
knotserver/knotserver.service
···99Environment="KNOT_SERVER_HOSTNAME=%H"
1010Environment="KNOT_SERVER_LISTEN_ADDR=127.0.0.1:5555"
1111Environment="KNOT_REPO_SCAN_PATH=/var/lib/tangled"
1212-EnvironmentFile=-/etc/tangled/knotserver
1313-1412WorkingDirectory=/var/lib/knotserver
1513ExecStart=/usr/bin/knot server
1614Restart=always
···44 echo
55 echo knotserver installed, with repositories stored in: ${knotserver_repo_path:-/var/lib/tangled/repositories}
66 echo
77- echo Set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver
88- echo and 'KNOT_SERVER_HOSTNAME' if 'hostname' does not return the FQDN
99- echo of your knot.
77+ echo Use \`systemctl edit knotserver.service\` to set \`KNOT_SERVER_OWNER\` to the DID of the knot owner,
88+ echo and override \`KNOT_SERVER_HOSTNAME\` if 'hostname' does not return the FQDN echo of your knot.
109 echo
1110 echo To enable git push over ssh for tangled repositories, run:
1211 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
-2
src/common/service.sh
···1111Environment="KNOT_SERVER_HOSTNAME=%H"
1212Environment="KNOT_SERVER_LISTEN_ADDR=127.0.0.1:5555"
1313Environment="KNOT_REPO_SCAN_PATH=${knotserver_repo_path:-/var/lib/tangled/repositories}"
1414-EnvironmentFile=-/etc/tangled/knotserver
1515-1614WorkingDirectory=${knotserver_path:-/var/lib/tangled}
1715ExecStart=/usr/bin/knot server
1816Restart=always