···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 to5 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 to5 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 no4longer need a secret from the appview to run a knot. All5-authorized commands between services to knots are managed6-via [Service7-Auth](https://atproto.com/specs/xrpc#inter-service-authentication-jwt).8Knots will be read-only until upgraded.910Upgrading is quite easy, in essence:···13- `KNOT_SERVER_OWNER` is now required on boot, set this to14 your DID. You can find your DID in the15 [settings](https://tangled.sh/settings) page.16-- Restart your knot once you have replace the environment17 variable18- Head to the [knot dashboard](https://tangled.sh/knots) and19 hit the "retry" button to verify your knot. This simply···30 server = {31- secretFile = /path/to/secret;32+ owner = "did:plc:foo";33- .34- .35- .36 };37 };38```
···23After v1.7.0, knot secrets have been deprecated. You no4longer need a secret from the appview to run a knot. All5+authorized commands to knots are managed via [Inter-Service6+Authentication](https://atproto.com/specs/xrpc#inter-service-authentication-jwt).07Knots will be read-only until upgraded.89Upgrading is quite easy, in essence:···14- `KNOT_SERVER_OWNER` is now required on boot, set this to15 your DID. You can find your DID in the16 [settings](https://tangled.sh/settings) page.17+- Restart your knot once you have replaced the environment18 variable19- Head to the [knot dashboard](https://tangled.sh/knots) and20 hit the "retry" button to verify your knot. This simply···31 server = {32- secretFile = /path/to/secret;33+ owner = "did:plc:foo";00034 };35 };36```