nextcloud: antivirus, telegram 2fa

This commit is contained in:
Kiara Grouwstra 2022-11-08 16:26:04 +01:00
parent a6094a72be
commit 0843347479
4 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -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"):
@ -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")

BIN
resources/antivirus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
resources/telegram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB