Skip to content

Commit

Permalink
feat(node): Add Backupninja in OnPrem network mingrammer#682
Browse files Browse the repository at this point in the history
  • Loading branch information
lkristianl committed Apr 21, 2022
1 parent eaf3e98 commit b23b821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Apache(_Network):
_icon = "apache.png"


class Backupninja(_Network):
_icon = "backupninja.png"


class Bind9(_Network):
_icon = "bind-9.png"

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

- **diagrams.onprem.network.Ambassador**
- **diagrams.onprem.network.Apache**
- **diagrams.onprem.network.Backupninja**
- **diagrams.onprem.network.Bind9**
- **diagrams.onprem.network.Caddy**
- **diagrams.onprem.network.Consul**
Expand Down
Binary file added resources/onprem/network/backupninja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b23b821

Please sign in to comment.