feat(node): added nextcloud, bitwarden, boundary and ambassador (#363)

* added bitwarden

* add hashicorp boundary

* add ambassador edge stack

* add nextcloud and groupware category

* docs update

Co-authored-by: Thies B <git@thiesbroetje.de>
pull/404/head
Thies Broetje 5 years ago committed by GitHub
parent ee2a561431
commit af0caf22d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,10 @@ class _Auth(_OnPrem):
_icon_dir = "resources/onprem/auth"
class Boundary(_Auth):
_icon = "boundary.png"
class BuzzfeedSso(_Auth):
_icon = "buzzfeed-sso.png"

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Groupware(_OnPrem):
_type = "groupware"
_icon_dir = "resources/onprem/groupware"
class Nextcloud(_Groupware):
_icon = "nextcloud.png"
# Aliases

@ -8,6 +8,10 @@ class _Network(_OnPrem):
_icon_dir = "resources/onprem/network"
class Ambassador(_Network):
_icon = "ambassador.png"
class Apache(_Network):
_icon = "apache.png"

@ -8,6 +8,10 @@ class _Security(_OnPrem):
_icon_dir = "resources/onprem/security"
class Bitwarden(_Security):
_icon = "bitwarden.png"
class Trivy(_Security):
_icon = "trivy.png"

@ -27,6 +27,7 @@ Node classes list of onprem provider.
## onprem.auth
- **diagrams.onprem.auth.Boundary**
- **diagrams.onprem.auth.BuzzfeedSso**
- **diagrams.onprem.auth.Oauth2Proxy**
@ -110,6 +111,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.gitops.Flagger**
- **diagrams.onprem.gitops.Flux**
## onprem.groupware
- **diagrams.onprem.groupware.Nextcloud**
## onprem.iac
- **diagrams.onprem.iac.Ansible**
@ -154,6 +159,7 @@ Node classes list of onprem provider.
## onprem.network
- **diagrams.onprem.network.Ambassador**
- **diagrams.onprem.network.Apache**
- **diagrams.onprem.network.Bind9**
- **diagrams.onprem.network.Caddy**
@ -201,6 +207,7 @@ Node classes list of onprem provider.
## onprem.security
- **diagrams.onprem.security.Bitwarden**
- **diagrams.onprem.security.Trivy**
- **diagrams.onprem.security.Vault**

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Loading…
Cancel
Save