You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message`Accept follow requests from the given actor. The argument can be either an actor URI or a handle, or a wildcard (${"*"}). Can be specified multiple times. If a wildcard is specified, all follow requests will be accepted.`,
92
-
}),
93
-
),
94
-
{
95
-
context: configContext,
96
-
key: (config)=>config.inbox?.acceptFollow??[],
97
-
default: [],
98
-
},
99
-
),
100
-
actorName: bindConfig(
101
-
option("--actor-name",string({metavar: "NAME"}),{
102
-
description: message`Customize the actor display name.`,
brief: message`Run an ephemeral ActivityPub inbox server.`,
142
-
description:
143
-
message`Spins up an ephemeral server that serves the ActivityPub inbox with an one-time actor, through a short-lived public DNS with HTTPS. You can monitor the incoming activities in real-time.`,
message`Accept follow requests from the given actor. The argument can be either an actor URI or a handle, or a wildcard (${"*"}). Can be specified multiple times. If a wildcard is specified, all follow requests will be accepted.`,
43
+
}),
44
+
),
45
+
{
46
+
context: configContext,
47
+
key: (config)=>config.inbox?.acceptFollow??[],
48
+
default: [],
49
+
},
50
+
),
51
+
actorName: bindConfig(
52
+
option("--actor-name",string({metavar: "NAME"}),{
53
+
description: message`Customize the actor display name.`,
brief: message`Run an ephemeral ActivityPub inbox server.`,
94
+
description:
95
+
message`Spins up an ephemeral server that serves the ActivityPub inbox with a one-time actor, through a short-lived public DNS with HTTPS. You can monitor the incoming activities in real-time.`,
0 commit comments