# Copy to .env and fill in. Never commit .env. BOT_NSEC=nsec1... # the bot's own key; give it an admin role in the group GROUP_RELAY=wss://groups.example.com # your NIP-29 relay GROUP_ID=abc123 # the group id (the h tag) MIN_TIER=building # admit at this Mask.ID band or above: unproven | low | building | trusted # ROLE_MEMBER= # optional role name to give everyone admitted (as defined by your relay) # ROLE_TRUSTED= # optional extra role for Trusted members. NOTE: if this role makes them an # # admin on your relay (kind 39001), the bot will never remove them again. # MASKID_RELAYS=wss://nos.lol,wss://asia.vectorapp.io/nostr,wss://relay.damus.io # RECHECK_HOURS=24 # REMOVE_UNASSERTED=false # true = at recheck, also remove members with NO Mask.ID assertion (admins are never removed)