We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d520aae commit 69064f7Copy full SHA for 69064f7
crowdsec-docs/unversioned/getting_started/prerequisites.md renamed to crowdsec-docs/unversioned/getting_started/prerequisites.mdx
@@ -4,6 +4,8 @@ title: Prerequisites
4
sidebar_position: 1
5
---
6
7
+import useBaseUrl from "@docusaurus/useBaseUrl"
8
+
9
# Prerequisites
10
11
We recommend that you understand the following prerequisites before installing CrowdSec:
@@ -45,4 +47,12 @@ CrowdSec Security Engine uses the following default ports these can be altered a
45
47
* 6060/tcp: Prometheus metrics port
46
48
* 8080/tcp: API port
49
50
+<div style={{ display: "flex" }}>
51
+ <div style={{ textAlign: "center", flex: "1" }}>
52
+ <img src={useBaseUrl("/img/simplified_SE_underthehood.svg")}></img>
53
+ </div>
54
+</div>
55
56
57
58
0 commit comments