diff --git a/README.md b/README.md index b47331712..de505bbf8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ When using BunkerWeb you have the choice of the version you want to use : open-s Whether it's enhanced security, an enriched user experience, or technical supervision, the BunkerWeb PRO version will allow you to fully benefit from BunkerWeb and respond to your professional needs. -Be it in the documentation or the user interface, the PRO features are annotated with a crown crow pro icon to distinguish them from those integrated into the open-source version. +Be it in the documentation or the user interface, the PRO features are annotated with a crown crow pro icon to distinguish them from those integrated into the open-source version. You can upgrade from the open-source version to the PRO one easily and at any time you want. The process is pretty straightforward : diff --git a/docs/json2md.py b/docs/json2md.py index 777d88496..7c61ea430 100755 --- a/docs/json2md.py +++ b/docs/json2md.py @@ -40,7 +40,7 @@ def stream_support(support) -> str: def pro_title(title: str) -> str: - return f"## {title} crow pro icon\n" + return f"## {title} crow pro icon\n" doc = StringIO() @@ -105,7 +105,7 @@ for pro in glob(f"v{version}/*/plugin.json"): for data in dict(sorted(core_settings.items())).values(): pro_crown = "" if "is_pro" in data: - pro_crown = " crow pro icon (PRO)\n" + pro_crown = " crow pro icon (PRO)\n" print(f"## {data['name']}{pro_crown}\n", file=doc) print(f"{stream_support(data['stream'])}\n", file=doc) print(f"{data['description']}\n", file=doc) diff --git a/docs/security-tuning.md b/docs/security-tuning.md index f9bb1c680..40c962fc1 100644 --- a/docs/security-tuning.md +++ b/docs/security-tuning.md @@ -153,7 +153,7 @@ Here is the list of related settings : Full Let's Encrypt automation is fully working with stream mode as long as you open the `80/tcp` port from the outside. Please note that you will need to use the `LISTEN_STREAM_PORT_SSL` setting in order to choose your listening SSL/TLS port. -### Let's Encrypt DNS crow pro icon (PRO) +### Let's Encrypt DNS crow pro icon (PRO) STREAM support :white_check_mark: @@ -545,7 +545,7 @@ You can deploy complex authentication (e.g. SSO), by using the auth request sett ## Monitoring and reporting -### Monitoring crow pro icon (PRO) +### Monitoring crow pro icon (PRO) The monitoring plugin lets you collect and retrieve metrics about BunkerWeb. By enabling it, your instance(s) will start collecting various data related to attacks, requests and performance. You can then retrieve them by calling the `/monitoring` API endpoint on regular basis or by using other plugins like the Prometheus exporter one. @@ -563,7 +563,7 @@ List of settings : |`USE_MONITORING` |`yes` |global |no |Enable monitoring of BunkerWeb. | |`MONITORING_METRICS_DICT_SIZE`|`10M` |global |no |Size of the dict to store monitoring metrics.| -### Prometheus exporter crow pro icon (PRO) +### Prometheus exporter crow pro icon (PRO) The Prometheus exporter plugin adds a [Prometheus exporter](https://prometheus.io/docs/instrumenting/exporters/) on your BunkerWeb instance(s). When enabled, you can configure your Prometheus instance(s) to scrape a specific endpoint on Bunkerweb and gather internal metrics. @@ -587,7 +587,7 @@ List of settings : |`PROMETHEUS_EXPORTER_URL` |`/metrics` |global |no |HTTP URL of the Prometheus exporter. | |`PROMETHEUS_EXPORTER_ALLOW_IP`|`127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16`|global |no |List of IP/networks allowed to contact the Prometheus exporter endpoint.| -### Reporting crow pro icon (PRO) +### Reporting crow pro icon (PRO) The Reporting plugin provides a comprehensive solution for regular reporting of important data from BunkerWeb, including global statistics, attacks, bans, requests, reasons, and AS information. It offers a wide range of features, including automatic report creation, customization options, and seamless integration with monitoring pro plugin. With the Reporting plugin, you can easily generate and manage reports to monitor the performance and security of your application.