Add apikey to architecture diagram.
This commit is contained in:
parent
660fd32ad9
commit
5b03741eba
1 changed files with 5 additions and 1 deletions
|
@ -61,6 +61,8 @@ dw_brmburo [label="DokuWiki BrmBuro\n(plugin)"]
|
|||
|
||||
bankpartial [label="Yearly Account Statements\n(/root/sap/parts currently)",shape=box]
|
||||
|
||||
apikey [label="apikey.ntlm",shape=note]
|
||||
|
||||
{
|
||||
|
||||
rank=same
|
||||
|
@ -75,7 +77,7 @@ dwpasswd [label="DokuWiki: conf/users.auth.php",shape=note]
|
|||
|
||||
}
|
||||
|
||||
|
||||
apikey -> hb_fetch_fio [label="Read Accounts, Keys\nAnd Configuration",style=dashed]
|
||||
|
||||
hb_fetch_fio -> bankpartial [label="cron *:57\nDownload CSVs",color=red]
|
||||
|
||||
|
@ -90,6 +92,8 @@ gitmembers -> hackerbase [label="Read and Parse\nData and Metadata",style=dashed
|
|||
|
||||
dwpasswd -> hackerbase [label="Users Metadata",style=dashed]
|
||||
|
||||
apikey -> hackerbase [label="Read Account List",style=dashed]
|
||||
|
||||
hackerbase -> varlib [label="cron *:59\nGenerate static member pages",color=red]
|
||||
|
||||
mailman -> hackerbase [label="Read Members Subscriptions",style=dashed]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue