strfry-cloudron/POSTINSTALL.md
2025-03-05 12:17:50 +00:00

525 B

By default the relay will accept events from any pubkey and any kind.

If you want to apply a policy, apply the following modifications using the File Manager.

  1. Update the writePolicy section of the strfry.conf file to read like this:
writePolicy {
    plugin = "/app/code/chief"
}
  1. Update the chief.json file with your desired policy. For examples of policies please refer to this url.
  2. Restart the app to apply the changes.