chore(docs): implement documentation

This commit is contained in:
Xoconoch
2025-08-23 08:28:10 -06:00
parent 1f81f75cbc
commit 2c07fdeccc
15 changed files with 317 additions and 154 deletions

20
docs/user/multi-user.md Normal file
View File

@@ -0,0 +1,20 @@
## Multi-user
Authentication is optional. When enabled:
- Login/Register
- Local accounts with username/password
- First registered user becomes admin
- Public registration can be disabled
- SSO (optional)
- Google and GitHub when configured
- Roles
- User: can search/download, manage their profile
- Admin: access to all Configuration tabs and user management
- Admin actions
- Create/delete users, change roles
- Reset user passwords
Where to find it in the UI:
- User menu (top-right) → Profile settings
- Configuration → User Management (admin)