Feature Map
This section is organized by backend capability, not by user task.
If you are a regular user, start with the User Manual and Common Workflows. If you manage an instance, troubleshoot behavior, or build on top of AsterDrive, the feature map helps locate which capability owns which boundary and which documentation page to read next.
Feature Areas
| Area | Owns | Main entry points |
|---|---|---|
| Identity and Access | Login, sessions, MFA, Passkey, external authentication, WebDAV accounts, public access boundaries | Login and Sessions, External Authentication, WebDAV |
| Files and Workspaces | Personal spaces, team spaces, folders, file records, trash, versions, shares | User Manual, Teams and Permissions, Sharing and Public Access |
| Uploads and Storage | Upload modes, blobs, quota, storage policies, policy groups, local / S3 / Azure Blob / COS / OneDrive / follower storage | Uploads and Large Files, Storage Policies, Storage Backends |
| Preview and Processing | Thumbnails, media metadata, archive preview, WOPI, editing, share streaming | Online Preview and WOPI, File Editing, System Settings |
| System and Operations | Startup config, runtime config, background tasks, mail, monitoring, audit, CLI, backup and upgrades | Configuration Overview, Deployment Overview, Operations CLI |
Backend Module Quick Reference
| Module | Area | Notes |
|---|---|---|
auth::local, auth::mfa, auth::passkey, auth::external | Identity and Access | Local login, security verification, external identity binding |
files::file, files::folder, workspace::team, share, files::trash, content::version | Files and Workspaces | File chain, team spaces, shares, trash, versions |
files::upload, workspace::storage, storage_policy::policy, storage::* | Uploads and Storage | Upload sessions, storage policy selection, blob writes, driver abstraction |
files::thumbnail, media::processing, media::metadata, files::archive::preview, preview::wopi | Preview and Processing | Derived file results, online opening, preview capabilities |
ops::config, task, mail::sender, ops::audit, ops::health, api::routes::health | System and Operations | Hot config, background tasks, mail, audit, health checks |
How to Use This Section
- To learn how users operate the product, go back to User Guides.
- To find where administrators configure behavior, read Admin Console and Configuration Overview.
- To locate backend ownership for a capability, start from the matching feature area here.
- For deployment and incidents, use Deployment and Operations and Troubleshooting.