Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Prince
PrivateStorageio
Commits
90319387
Commit
90319387
authored
Oct 1, 2021
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
badly out of date and hard to read to boot
parent
a255b369
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/dev/architecture-overview.dot
+0
-61
0 additions, 61 deletions
docs/source/dev/architecture-overview.dot
with
0 additions
and
61 deletions
docs/source/dev/architecture-overview.dot
deleted
100644 → 0
+
0
−
61
View file @
a255b369
digraph
subscriptions
{
rankdir
=
LR
subgraph
cluster_usercontrolled
{
label
=
"User Operated"
rankdir
=
LR
GridSync
[
label
=
"GridSync"
,
shape
=
circle
]
Browser
[
label
=
"Browser"
,
shape
=
circle
]
ZKAPAuthorizer
[
label
=
"ZKAPAuthorizer"
,
shape
=
circle
]
}
subgraph
cluster_pscontrolled
{
label
=
"PrivateStorage.io Operated"
rankdir
=
TB
PSWebServer
[
label
=
"PrivateStorage.io Web Server"
,
shape
=
box
]
SubscriptionConfigWHPeer
[
label
=
"Subscription Config Wormhole Peer"
,
shape
=
box
]
PaymentServer
[
label
=
"Payment Server"
,
shape
=
box
]
PSStorageGrid
[
label
=
"PrivateStorage.io Storage Grid"
,
shape
=
box
]
}
User
[
label
=
"User"
,
shape
=
egg
]
Stripe
[
label
=
"Stripe"
,
shape
=
pentagon
]
User
->
GridSync
[
label
=
"1. Initiate ZKAP Purchase"
,
fontcolor
=
red
,
color
=
red
]
GridSync
->
GridSync
[
label
=
"2. Generate random voucher"
,
fontcolor
=
blue
,
color
=
blue
]
GridSync
->
ZKAPAuthorizer
[
label
=
"3. Redeem voucher"
,
fontcolor
=
brown
,
color
=
brown
]
GridSync
->
Browser
[
label
=
"4. Open payment window"
,
fontcolor
=
gold3
,
color
=
gold3
]
User
->
Browser
[
label
=
"5. Enter payment info"
,
fontcolor
=
blue
,
color
=
blue
]
Browser
->
Stripe
[
label
=
"6. Submit payment form"
,
fontcolor
=
brown
,
color
=
brown
]
Stripe
->
Browser
[
label
=
"7. Payment ok"
,
fontcolor
=
black
,
color
=
black
]
Stripe
->
PaymentServer
[
label
=
"8. Payment notification"
,
fontcolor
=
magenta
,
color
=
magenta
]
ZKAPAuthorizer
->
PaymentServer
[
label
=
"9. Redeem voucher"
,
]
User
->
PSWebServer
[
label
=
"1. Get wormhole code"
,
fontcolor
=
red
,
color
=
red
]
PSWebServer
->
User
[
label
=
"2. 7-petulant-banana"
,
fontcolor
=
blue
,
color
=
blue
]
User
->
GridSync
[
label
=
"3. 7-petulant-banana"
,
fontcolor
=
brown
,
color
=
brown
]
GridSync
->
SubscriptionConfigWHPeer
[
label
=
"4. Get configuration"
,
fontcolor
=
black
,
color
=
black
]
SubscriptionConfigWHPeer
->
GridSync
[
label
=
"5. Grid configuration"
,
fontcolor
=
magenta
,
color
=
magenta
]
GridSync
->
TahoeLAFS
[
label
=
"6. Instantiate"
,
fontcolor
=
aquamarine3
,
color
=
aquamarine3
]
GridSync
->
TahoeLAFS
[
label
=
"7. Redeem PRN"
,
fontcolor
=
crimson
,
color
=
crimson
]
TahoeLAFS
->
PaymentServer
[
label
=
"8. Redeem PRN"
,
fontcolor
=
crimson
,
color
=
crimson
]
PaymentServer
->
TahoeLAFS
[
label
=
"9. Payment required"
,
fontcolor
=
gold3
,
color
=
gold3
]
TahoeLAFS
->
GridSync
[
label
=
"10. Payment required"
,
fontcolor
=
gold3
,
color
=
gold3
]
GridSync
->
Browser
[
label
=
"11. Open payment window"
,
fontcolor
=
gold3
,
color
=
gold3
]
User
->
Browser
[
label
=
"12. Enter payment info"
,
fontcolor
=
blue
,
color
=
blue
]
Browser
->
Stripe
[
label
=
"13. Submit payment form"
,
fontcolor
=
brown
,
color
=
brown
]
Stripe
->
Browser
[
label
=
"14. Payment ok"
,
fontcolor
=
black
,
color
=
black
]
Stripe
->
PaymentServer
[
label
=
"15. Payment notification"
,
fontcolor
=
magenta
,
color
=
magenta
]
GridSync
->
TahoeLAFS
[
label
=
"16. Redeem PRN"
,
fontcolor
=
aquamarine3
,
color
=
aquamarine3
]
TahoeLAFS
->
TahoeLAFS
[
label
=
"17. Generate blinded tokens"
,
fontcolor
=
crimson
,
color
=
crimson
]
TahoeLAFS
->
SATIssuer
[
label
=
"18. Redeem PRN, blinded-tokens=xs"
,
fontcolor
=
crimson
,
color
=
crimson
]
SATIssuer
->
PaymentServer
[
label
=
"19. Check PRN"
,
fontcolor
=
gold3
,
color
=
gold3
]
PaymentServer
->
SATIssuer
[
label
=
"20. PRN Valid"
,
fontcolor
=
gold3
,
color
=
gold3
]
SATIssuer
->
TahoeLAFS
[
label
=
"21. PRN valid, signed-tokens=ys"
,
fontcolor
=
crimson
,
color
=
crimson
]
TahoeLAFS
->
TahoeLAFS
[
label
=
"22. Store signed tokens"
,
fontcolor
=
crimson
,
color
=
crimson
]
TahoeLAFS
->
GridSync
[
label
=
"23. PRN Redeemed"
,
fontcolor
=
red
,
color
=
red
]
TahoeLAFS
->
PSStorageGrid
[
label
=
"24. Use storage, passes=y"
,
fontcolor
=
magenta
,
color
=
magenta
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment