mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
docs: document roles, invites, audit log and self-signup
- configuration.md (en/zh): ALLOW_SELF_SIGNUP, AUDIT_RETENTION_DAYS, member schema, role table, invite/self-signup sections, invite KV key, audit_logs D1 table, new admin endpoints - deployment.md (en/zh): migration list through 0005 - README (en/zh) and AGENTS.md: access model, invites, audit log - config.example.yaml: members example; .env.example: new variables - .gitignore: ignore local saas-roadmap.md
This commit is contained in:
parent
11b74aa82a
commit
ce9f6147f1
10 changed files with 184 additions and 76 deletions
|
|
@ -6,7 +6,10 @@
|
|||
groups:
|
||||
- id: default
|
||||
name: "Default"
|
||||
adminIds: ["your-github-id"]
|
||||
# Members with roles (owner / admin / viewer); legacy adminIds still work and are treated as owners.
|
||||
members:
|
||||
- login: "your-github-id"
|
||||
role: owner
|
||||
# owners: ["myorg"] # restrict events to this org/user (optional)
|
||||
# providers: ["github", "gitea"] # restrict to source platforms (optional; empty = all)
|
||||
# emoji: true # include emoji in messages (default true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue