tea-cleaner: Make no login period configurable

This commit is contained in:
2025-04-13 12:10:56 +02:00
parent 5a4c882d40
commit 0e6de99821
5 changed files with 22 additions and 17 deletions

View File

@ -91,8 +91,8 @@ See `tea-cleaner.toml.dist` for a description of the available configuration.
Copy this file to `config/tea-cleaner.toml` and change at least `token` and
`server` values. After that if you just run `tea-cleaner` it will give a list
of user accounts which look suspicious to it. Rerunning the command with the
`--live-run` flag will purge the listed accounts and all their activities,
assuming the given token has amdinistrative access to the Gitea instance.
`--live` flag will purge the listed accounts and all their activities, assuming
the given token has amdinistrative access to the Gitea instance.
Run `tea-cleanr --help` to see all available command line options.