Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added nextcloud, bitwarden, boundary and ambassador #363

Merged
merged 5 commits into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions diagrams/onprem/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
15 changes: 15 additions & 0 deletions diagrams/onprem/groupware.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Network(_OnPrem):
_icon_dir = "resources/onprem/network"


class Ambassador(_Network):
_icon = "ambassador.png"


class Apache(_Network):
_icon = "apache.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Security(_OnPrem):
_icon_dir = "resources/onprem/security"


class Bitwarden(_Security):
_icon = "bitwarden.png"


class Trivy(_Security):
_icon = "trivy.png"

Expand Down
7 changes: 7 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Node classes list of onprem provider.

## onprem.auth

- **diagrams.onprem.auth.Boundary**
- **diagrams.onprem.auth.BuzzfeedSso**
- **diagrams.onprem.auth.Oauth2Proxy**

Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -201,6 +207,7 @@ Node classes list of onprem provider.

## onprem.security

- **diagrams.onprem.security.Bitwarden**
- **diagrams.onprem.security.Trivy**
- **diagrams.onprem.security.Vault**

Expand Down
Binary file added resources/onprem/auth/boundary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/groupware/nextcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/network/ambassador.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/security/bitwarden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.