This commit is contained in:
eraden 2023-04-09 19:39:11 +02:00
parent 952e58a2df
commit 7e68cc4e27

View File

@ -6,3 +6,20 @@
Web server for WebDAV resources
## Architecture
```staruml
@startuml
actor Client
actor Pathfinder
actor Sentinel
actor Fileye
Client -> Pathfinder
Pathfinder -> Sentinel : Check authorization
Sentinel -> Pathfinder : Return session info
Pathfinder -> Fileye : Stream content
@enduml
```