Skip to content

Commit

Permalink
Issue 105 - Add Cloudflare Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenBetterClub authored and haad committed May 11, 2022
1 parent eaf3e98 commit 2b275a6
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
app_root_dir="diagrams"

# NOTE: azure icon set is not latest version
providers=("onprem" "aws" "azure" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" )
providers=("onprem" "aws" "azure" "cloudflare" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" )

if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed'
Expand Down
3 changes: 2 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

PROVIDERS = (
"base", "onprem", "aws", "azure", "digitalocean", "gcp", "ibm", "firebase", "k8s", "alibabacloud", "oci",
"programming", "saas", "elastic", "generic", "openstack", "outscale")
"programming", "saas", "elastic", "generic", "openstack", "outscale", "cloudflare")

#########################
# Resource Processing #
Expand All @@ -31,6 +31,7 @@
"aws": ("Amazon-", "AWS-"),
"azure": ("Azure-",),
"digitalocean": (),
"cloudflare": ("CF-",),
"gcp": ("Cloud-",),
"firebase": ("Cloud-",),
"ibm": (),
Expand Down
33 changes: 33 additions & 0 deletions docs/nodes/cloudflare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
id: cloudflare
title: CloudFlare
---

Node classes list of cloudflare provider.

## cloudflare.compute

- **diagrams.cloudflare.compute.PageRules**
- **diagrams.cloudflare.compute.Workers**

## cloudflare.network

- **diagrams.cloudflare.network.Caching**
- **diagrams.cloudflare.network.DNS**
- **diagrams.cloudflare.network.Network**
- **diagrams.cloudflare.network.Speed**
- **diagrams.cloudflare.network.Stream**
- **diagrams.cloudflare.network.Traffic**

## cloudflare.security

- **diagrams.cloudflare.security.Access**
- **diagrams.cloudflare.security.Firewall**
- **diagrams.cloudflare.security.SSL**

## cloudflare.other

- **diagrams.cloudflare.other.Analytics**
- **diagrams.cloudflare.other.Apps**
- **diagrams.cloudflare.other.CustomPages**
- **diagrams.cloudflare.other.ScrapShield**
Binary file added resources/cloudflare/compute/PageRules.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/cloudflare/compute/Workers.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/cloudflare/network/Caching.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/cloudflare/network/DNS.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/cloudflare/network/Network.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/cloudflare/network/Speed.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/cloudflare/network/Stream.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/cloudflare/network/Traffic.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/cloudflare/other/Analytics.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/cloudflare/other/Apps.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/cloudflare/other/CustomPages.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/cloudflare/other/ScapeShield.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/cloudflare/security/Access.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/cloudflare/security/Firewall.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/cloudflare/security/SSL.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 2b275a6

Please sign in to comment.