mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-07 21:46:42 +00:00
Fix several typos
This commit is contained in:
@@ -80,7 +80,7 @@ homeassistant:
|
||||
- "https://<subdomain>.example.com" # <-- Replace with URL of created resource in Pangolin
|
||||
```
|
||||
|
||||
4.5: If you wan't to use SSO Authentication in Pangolin you need to set up the `configuration.yaml` like this:
|
||||
4.5: If you want to use SSO Authentication in Pangolin you need to set up the `configuration.yaml` like this:
|
||||
```
|
||||
http:
|
||||
cors_allowed_origins:
|
||||
|
||||
@@ -19,7 +19,7 @@ This setup will increase the use of your server RAM.
|
||||
|
||||
For claiming metrics from Traefik we have to adjust some configuration files.
|
||||
|
||||
1. Udpate the `docker-compose.yml` file of the Pangolin stack to expose metrics port `8082` for the Prometheus connection:
|
||||
1. Update the `docker-compose.yml` file of the Pangolin stack to expose metrics port `8082` for the Prometheus connection:
|
||||
|
||||
```yaml
|
||||
service:
|
||||
@@ -63,7 +63,7 @@ sudo docker restart traefik gerbil
|
||||
|
||||
For claiming metrics from Crowdsec we have to adjust the docker compose files.
|
||||
|
||||
1. Udpate the `docker-compose.yml` file of the Pangolin stack to expose metrics port `6060` for the Prometheus connection:
|
||||
1. Update the `docker-compose.yml` file of the Pangolin stack to expose metrics port `6060` for the Prometheus connection:
|
||||
|
||||
```yaml
|
||||
service:
|
||||
@@ -130,7 +130,7 @@ scrape_configs:
|
||||
- targets: ["172.17.0.1:6060"]
|
||||
```
|
||||
|
||||
3. Create a folder `data` in `/config/prometheus` and change the ower and owning group:
|
||||
3. Create a folder `data` in `/config/prometheus` and change the owner and owning group:
|
||||
|
||||
```bash
|
||||
chown nobody:nogroup data
|
||||
@@ -139,7 +139,7 @@ chown nobody:nogroup data
|
||||
4. Start the Prometheus container:
|
||||
|
||||
```bash
|
||||
sudo docker conpose up -d
|
||||
sudo docker compose up -d
|
||||
```
|
||||
|
||||
## Grafana
|
||||
|
||||
@@ -42,7 +42,7 @@ For more details, please refer to the following resources:
|
||||
|
||||
## Metrics
|
||||
|
||||
Currently you can claim metric data from Traefik and Crowdsec with Prometheus and visiulize it within a Grafana Dashboard.
|
||||
Currently you can claim metric data from Traefik and Crowdsec with Prometheus and visualize it within a Grafana Dashboard.
|
||||
|
||||
### Prometheus
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: "Proxy Protocol"
|
||||
description: "Using Proxy Protocol to Preserve Client IPs for TCP/UDP backends"
|
||||
---
|
||||
|
||||
Did you ever want to get the real ip instead of newt's IP or traefik's IP for TCP/UDP applications? Then follow below, Just be warned this is not a begineer guide.
|
||||
Did you ever want to get the real ip instead of newt's IP or traefik's IP for TCP/UDP applications? Then follow below, Just be warned this is not a beginner guide.
|
||||
|
||||
This guide shows how to enable Proxy Protocol manually until a GUI option becomes available.
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ The Enterprise Edition is distributed under the **Fossorial Commercial License**
|
||||
Complete the license application form.
|
||||
|
||||
<Tip>
|
||||
Innacurate representation is a violation of the license and will result in the license being revoked.
|
||||
Inaccurate representation is a violation of the license and will result in the license being revoked.
|
||||
</Tip>
|
||||
</Step>
|
||||
|
||||
@@ -121,7 +121,7 @@ The Enterprise Edition is distributed under the **Fossorial Commercial License**
|
||||
```
|
||||
|
||||
<Warning>
|
||||
The Enterprise Edition image is stagged with `ee` (e.g., `fosrl/pangolin:ee-latest`) and is different from the Community Edition (`fosrl/pangolin:latest`). Make sure to use the correct image.
|
||||
The Enterprise Edition image is tagged with `ee` (e.g., `fosrl/pangolin:ee-latest`) and is different from the Community Edition (`fosrl/pangolin:latest`). Make sure to use the correct image.
|
||||
</Warning>
|
||||
</Step>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user