···22 "github.com/yuin/goldmark/util"
23 htmlparse "golang.org/x/net/html"
2425- "tangled.sh/tangled.sh/core/api/tangled"
26- "tangled.sh/tangled.sh/core/appview/pages/repoinfo"
27)
2829// RendererType defines the type of renderer to use based on context
···22 "github.com/yuin/goldmark/util"
23 htmlparse "golang.org/x/net/html"
2425+ "tangled.org/core/api/tangled"
26+ "tangled.org/core/appview/pages/repoinfo"
27)
2829// RendererType defines the type of renderer to use based on context
···19First, clone this repository:
2021```
22-git clone https://tangled.sh/@tangled.sh/core
23```
2425Then, build the `knot` CLI. This is the knot administration and operation tool.
···130131You should now have a running knot server! You can finalize
132your registration by hitting the `verify` button on the
133-[/knots](https://tangled.sh/knots) page. This simply creates
134a record on your PDS to announce the existence of the knot.
135136### custom paths
···19First, clone this repository:
2021```
22+git clone https://tangled.org/@tangled.org/core
23```
2425Then, build the `knot` CLI. This is the knot administration and operation tool.
···130131You should now have a running knot server! You can finalize
132your registration by hitting the `verify` button on the
133+[/knots](https://tangled.org/knots) page. This simply creates
134a record on your PDS to announce the existence of the knot.
135136### custom paths
+4-5
docs/migrations.md
···14For knots:
1516- Upgrade to latest tag (v1.9.0 or above)
17-- Head to the [knot dashboard](https://tangled.sh/knots) and
18 hit the "retry" button to verify your knot
1920For spindles:
2122- Upgrade to latest tag (v1.9.0 or above)
23- Head to the [spindle
24- dashboard](https://tangled.sh/spindles) and hit the
25 "retry" button to verify your spindle
2627## Upgrading from v1.7.x
···38 environment variable entirely
39- `KNOT_SERVER_OWNER` is now required on boot, set this to
40 your DID. You can find your DID in the
41- [settings](https://tangled.sh/settings) page.
42- Restart your knot once you have replaced the environment
43 variable
44-- Head to the [knot dashboard](https://tangled.sh/knots) and
45 hit the "retry" button to verify your knot. This simply
46 writes a `sh.tangled.knot` record to your PDS.
47···57 };
58 };
59```
60-
···14For knots:
1516- Upgrade to latest tag (v1.9.0 or above)
17+- Head to the [knot dashboard](https://tangled.org/knots) and
18 hit the "retry" button to verify your knot
1920For spindles:
2122- Upgrade to latest tag (v1.9.0 or above)
23- Head to the [spindle
24+ dashboard](https://tangled.org/spindles) and hit the
25 "retry" button to verify your spindle
2627## Upgrading from v1.7.x
···38 environment variable entirely
39- `KNOT_SERVER_OWNER` is now required on boot, set this to
40 your DID. You can find your DID in the
41+ [settings](https://tangled.org/settings) page.
42- Restart your knot once you have replaced the environment
43 variable
44+- Head to the [knot dashboard](https://tangled.org/knots) and
45 hit the "retry" button to verify your knot. This simply
46 writes a `sh.tangled.knot` record to your PDS.
47···57 };
58 };
59```
0
+1-1
docs/spindle/openbao.md
···44### production
4546You would typically use a systemd service with a configuration file. Refer to
47-[@tangled.sh/infra](https://tangled.sh/@tangled.sh/infra) for how this can be
48achieved using Nix.
4950Then, initialize the bao server:
···44### production
4546You would typically use a systemd service with a configuration file. Refer to
47+[@tangled.org/infra](https://tangled.org/@tangled.org/infra) for how this can be
48achieved using Nix.
4950Then, initialize the bao server:
···5 "net/http"
6 "runtime/debug"
78- "tangled.sh/tangled.sh/core/api/tangled"
9)
1011// version is set during build time.
···24 var modified bool
2526 for _, mod := range info.Deps {
27- if mod.Path == "tangled.sh/tangled.sh/knotserver/xrpc" {
28 modVer = mod.Version
29 break
30 }
···5 "net/http"
6 "runtime/debug"
78+ "tangled.org/core/api/tangled"
9)
1011// version is set during build time.
···24 var modified bool
2526 for _, mod := range info.Deps {
27+ if mod.Path == "tangled.org/tangled.org/knotserver/xrpc" {
28 modVer = mod.Version
29 break
30 }