pages: initial commit
lists: initial commit
todo: initial commit
A tool which generates fake data for SourceHut.
Usage:
go run cmd/srht-fakedb/main.go [options...] <service>
Where "service" is "git.sr.ht", "meta.sr.ht", etc.
Options include -e to set the email suffix (default: @example.org), which is useful for creating accounts whose emails lead to your catch-all domain.
Also useful is -u, to specify your own test account username, which enables some extra data generation options specific to the tester's account.
Generates the following user accounts:
Creates test repositories for jim and jane, and the test user if configured.
If a test user is configured, an ACL will be added granting you read-only access to ~jim/private and read/write access to ~jane/private.