r
Radicle
Git
Final copyedits to seeders guide
4 files changed
+74
-55
087484d0
→
ebb9b8f8
modified .gitignore
@@ -6,3 +6,4 @@ node_modules/
|
|
|
|
|
|
| + | |
|
added .vscode/extensions.json
@@ -0,0 +1,5 @@
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified _guides/seeder.md
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -120,8 +120,8 @@ set up our basic node.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -139,7 +139,7 @@ is mainly used for securing connections with peers.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,23 +149,23 @@ the Ed25519 key pair generated above, via `rad auth`.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,7 +208,7 @@ Broadly, there are two options for the default policy.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -230,13 +230,15 @@ Set `node.policy` to `allow` to configure your node this way.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -259,31 +261,36 @@ won't seed anything until you explicitly allow it to.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -292,20 +299,20 @@ example:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -322,8 +329,8 @@ for the first time.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -334,7 +341,7 @@ Share this with others, and they will be able to connect to your node using
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -351,7 +358,7 @@ session by entering:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -370,9 +377,11 @@ be found by `systemctl`:
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -397,7 +406,7 @@ To tail your node's logs, use:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -415,12 +424,10 @@ This will prevent anyone from logging in as the `seed` user. Note that from
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -430,16 +437,16 @@ connections. This will allow inbound connections to your node.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -457,6 +464,11 @@ file for the daemon:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -475,7 +487,7 @@ For your HTTP Daemon to be accessible from a frontend such as
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -516,7 +528,8 @@ If you encounter issues setting up Caddy, you can try following their
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -528,7 +541,7 @@ well. For example, <https://app.radicle.xyz/nodes/seed.radicle.garden>.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified _pages/guides.md
@@ -14,5 +14,5 @@ also check out our [FAQ](/faq) if you can't find what you're looking for.
|
|
|
|
|
|
| - | |
| + | |
|