Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
guide/seeder: Add listen to minimal configuration example
Merged did:key:z6MkgFWv...1Lu7 opened 10 months ago

While the configuration works together with the supplied systemd config later in the guide, the node config shown here is actually dependent on supplying --listen during startup. This can be confusing and it might not be clear to users how to change the default port.

1 file changed +1 -0 c23a29d6 0a2752d4
modified _guides/seeder.md
@@ -182,6 +182,7 @@ and an external address set:
{
  "node": {
    "alias": "seed.radicle.example",
+
    "listen": ["0.0.0.0:8776"],
    "externalAddresses": ["seed.radicle.example:8776"],
    "seedingPolicy": {
      "default": "allow",