puffball/README.md
2023-04-09 19:39:11 +02:00

26 lines
476 B
Markdown

# Puffball
<div style="text-align: center">
<img style="width: 128px; margin: 0 auto;" src="https://code.ita-prog.pl/Tsumanu/puffball/raw/branch/master/assets/puffball.svg">
</div>
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
```