···78787979Counter state will not persist across restarts unless Redis is configured as
8080well.
8181+8282+8383+## Repo Account Setup
8484+8585+You'll need a DID and handle for the labelmaker service itself.
8686+8787+Generate the secret keys (as JSON files), along with did:key representations,
8888+and store these in a password manager:
8989+9090+ go run ./cmd/laputa/ gen-key -o labelmaker_signing.key
9191+ go run ./cmd/gosky/ did didKey --keypath labeler_signing.key
9292+9393+ go run ./cmd/laputa/ gen-key -o labelmaker_recovery.key
9494+ go run ./cmd/gosky/ did didKey --keypath labeler_recovery.key
9595+9696+Use the result to generate a new DID:
9797+9898+ go run ./cmd/gosky/ did create --recoverydid did:key:FROMABOVE --signingkey labeler_signing.key your.handle.tld https://your.pds.host
9999+100100+The signing key JSON, along with repo handle and DID, can be passed to
101101+labelmaker via an environment variables.