From 8dae47cfb25506690fe32082fb973fabdb57af9f Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 25 Aug 2025 16:24:35 +0000 Subject: [PATCH] appview,docs: touch up copy text Signed-off-by: oppiliappan --- appview/pages/templates/knots/fragments/banner.html | 2 +- appview/pages/templates/user/settings/profile.html | 20 ++++++++++---------- docs/migrations/knot-1.7.0.md | 10 +++------- 3 file(s) changed, 14 insertion(s)(+), 18 deletion(s)(-) diff --git a/appview/pages/templates/knots/fragments/banner.html b/appview/pages/templates/knots/fragments/banner.html --- a/appview/pages/templates/knots/fragments/banner.html +++ b/appview/pages/templates/knots/fragments/banner.html @@ -3,7 +3,7 @@
A knot ({{range $i, $r := .Registrations}}{{if ne $i 0}}, {{end}}{{ $r.Domain }}{{ end }}) that you administer is presently read-only. Consider upgrading this knot to continue creating repositories on it. - Click to read the upgrade guide. + Click to read the upgrade guide.
{{ end }} diff --git a/appview/pages/templates/user/settings/profile.html b/appview/pages/templates/user/settings/profile.html --- a/appview/pages/templates/user/settings/profile.html +++ b/appview/pages/templates/user/settings/profile.html @@ -30,34 +30,34 @@
+
+ Handle +
{{ if .LoggedInUser.Handle }} @{{ .LoggedInUser.Handle }} -
- Handle -
{{ end }}
- - {{ .LoggedInUser.Did }} - -
+
Decentralized Identifier (DID)
+ + {{ .LoggedInUser.Did }} +
+
+ Personal Data Server (PDS) +
{{ .LoggedInUser.Pds }} -
- Personal Data Server (PDS) -
diff --git a/docs/migrations/knot-1.7.0.md b/docs/migrations/knot-1.7.0.md --- a/docs/migrations/knot-1.7.0.md +++ b/docs/migrations/knot-1.7.0.md @@ -2,9 +2,8 @@ # Upgrading from v1.7.0 After v1.7.0, knot secrets have been deprecated. You no longer need a secret from the appview to run a knot. All -authorized commands between services to knots are managed -via [Service -Auth](https://atproto.com/specs/xrpc#inter-service-authentication-jwt). +authorized commands to knots are managed via [Inter-Service +Authentication](https://atproto.com/specs/xrpc#inter-service-authentication-jwt). Knots will be read-only until upgraded. Upgrading is quite easy, in essence: @@ -14,7 +13,7 @@ environment variable entirely - `KNOT_SERVER_OWNER` is now required on boot, set this to your DID. You can find your DID in the [settings](https://tangled.sh/settings) page. -- Restart your knot once you have replace the environment +- Restart your knot once you have replaced the environment variable - Head to the [knot dashboard](https://tangled.sh/knots) and hit the "retry" button to verify your knot. This simply @@ -31,9 +30,6 @@ enable = true; server = { - secretFile = /path/to/secret; + owner = "did:plc:foo"; - . - . - . }; }; ``` -- tangled.sh