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

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