beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add server did

+6
+6
nix/module.nix
··· 21 21 description = "Host to bind the frontend to"; 22 22 }; 23 23 24 + serverDid = mkOption { 25 + type = types.str; 26 + description = "DID of the labeler server"; 27 + example = "did:plc:example"; 28 + }; 29 + 24 30 pdsUrl = mkOption { 25 31 type = types.str; 26 32 description = "URL of the labeler's PDS";