Go to file
2023-04-09 19:39:11 +02:00
assets Readme 2023-04-09 19:27:04 +02:00
puffball-fileye Init 2023-04-09 18:58:16 +02:00
puffball-pathfinder Init 2023-04-09 18:58:16 +02:00
puffball-sentinel Init 2023-04-09 18:58:16 +02:00
.gitignore Init 2023-04-09 18:58:16 +02:00
Cargo.lock Init 2023-04-09 18:58:16 +02:00
Cargo.toml Init 2023-04-09 18:58:16 +02:00
README.md Readme 2023-04-09 19:39:11 +02:00

Puffball

Web server for WebDAV resources

Architecture

@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