diff --git a/bij1_it_landscape.png b/bij1_it_landscape.png index efdb0e2..80c9a3e 100644 Binary files a/bij1_it_landscape.png and b/bij1_it_landscape.png differ diff --git a/diagram.py b/diagram.py index 75010bf..54c9c7c 100644 --- a/diagram.py +++ b/diagram.py @@ -23,6 +23,8 @@ heroku = "./resources/heroku.png" transip_logo = "./resources/transip.png" greenhost_logo = "./resources/greenhost.png" email_logo = "./resources/email.png" +telegram_logo = "./resources/telegram.png" +antivirus_logo = "./resources/antivirus.png" with Diagram("BIJ1 IT landscape"): @@ -70,7 +72,7 @@ with Diagram("BIJ1 IT landscape"): mailcow >> servercow heroku_flyer = Custom("bij1-data-dashboard.herokuapp.com", heroku) heroku_flyer_demo = Custom("bij1-flyer-app.herokuapp.com", heroku) - + with Cluster("Web domains"): bij1_org = Custom("bij1.org", www) bij1_org >> transip @@ -205,6 +207,10 @@ with Diagram("BIJ1 IT landscape"): cloud >> greenhost # kom >> keycloak # keycloak >> cloud + telegram_2fa = Custom("@bij1cloudbot", telegram_logo) + telegram_2fa >> cloud + clam_av = Custom("ClamAV", antivirus_logo) + clam_av >> cloud # what shouldn't be our cloud but currently is 😩 gdrive = Custom("Google Drive", "./resources/google-drive.png") @@ -218,7 +224,7 @@ with Diagram("BIJ1 IT landscape"): bij1migratie = Php("bij1migratie") bij1_wp >> civi airtable >> bij1migratie >> civi - + with Cluster("chat"): with Cluster("Discord"): discord_bij1 = Discord("BIJ1 Discord (unofficial)") diff --git a/resources/antivirus.png b/resources/antivirus.png new file mode 100644 index 0000000..1167259 Binary files /dev/null and b/resources/antivirus.png differ diff --git a/resources/telegram.png b/resources/telegram.png new file mode 100644 index 0000000..ecc5a02 Binary files /dev/null and b/resources/telegram.png differ