From 5b03741eba2b94da295515a8b95d2ef106c8ac92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Mon, 26 Jun 2023 22:32:07 +0200 Subject: [PATCH] Add apikey to architecture diagram. --- doc/architecture.dot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/architecture.dot b/doc/architecture.dot index 4cbad4c..470fc6d 100644 --- a/doc/architecture.dot +++ b/doc/architecture.dot @@ -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]