···3 A knot ({{range $i, $r := .Registrations}}{{if ne $i 0}}, {{end}}{{ $r.Domain }}{{ end }})
4 that you administer is presently read-only. Consider upgrading this knot to
5 continue creating repositories on it.
6- <a href="https://tangled.sh/@tangled.sh/core/tree/master/docs/migrations">Click to read the upgrade guide</a>.
7</div>
8{{ end }}
9
···3 A knot ({{range $i, $r := .Registrations}}{{if ne $i 0}}, {{end}}{{ $r.Domain }}{{ end }})
4 that you administer is presently read-only. Consider upgrading this knot to
5 continue creating repositories on it.
6+ <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/migrations/knot-1.7.0.md">Click to read the upgrade guide</a>.
7</div>
8{{ end }}
9
···23After v1.7.0, knot secrets have been deprecated. You no
4longer need a secret from the appview to run a knot. All
5-authorized commands between services to knots are managed
6-via [Service
7-Auth](https://atproto.com/specs/xrpc#inter-service-authentication-jwt).
8Knots will be read-only until upgraded.
910Upgrading is quite easy, in essence:
···14- `KNOT_SERVER_OWNER` is now required on boot, set this to
15 your DID. You can find your DID in the
16 [settings](https://tangled.sh/settings) page.
17-- Restart your knot once you have replace the environment
18 variable
19- Head to the [knot dashboard](https://tangled.sh/knots) and
20 hit the "retry" button to verify your knot. This simply
···31 server = {
32- secretFile = /path/to/secret;
33+ owner = "did:plc:foo";
34- .
35- .
36- .
37 };
38 };
39```
···23After v1.7.0, knot secrets have been deprecated. You no
4longer need a secret from the appview to run a knot. All
5+authorized commands to knots are managed via [Inter-Service
6+Authentication](https://atproto.com/specs/xrpc#inter-service-authentication-jwt).
07Knots will be read-only until upgraded.
89Upgrading is quite easy, in essence:
···13- `KNOT_SERVER_OWNER` is now required on boot, set this to
14 your DID. You can find your DID in the
15 [settings](https://tangled.sh/settings) page.
16+- Restart your knot once you have replaced the environment
17 variable
18- Head to the [knot dashboard](https://tangled.sh/knots) and
19 hit the "retry" button to verify your knot. This simply
···30 server = {
31- secretFile = /path/to/secret;
32+ owner = "did:plc:foo";
00033 };
34 };
35```