mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
update doc
This commit is contained in:
parent
e8163a8409
commit
243f641074
4 changed files with 12 additions and 6 deletions
|
|
@ -75,9 +75,9 @@ BunkerWeb has a pro version to further improve the security of your applications
|
|||
|
||||
We have centralised version management and support within the panel for greater ease of use.
|
||||
|
||||
More detailed information about this version can be found [by visiting our website](https://www.bunkerweb.io/#services?utm_campaign=self&utm_source=doc).
|
||||
More detailed information about this version can be found [by visiting our website.](https://www.bunkerweb.io/#services?utm_campaign=self&utm_source=doc)
|
||||
|
||||
If you're interested, upgrade to the pro version in just a few clicks, [following the steps here.](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc).
|
||||
If you're interested, upgrade to the pro version in just a few clicks, [following the steps here.](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc)
|
||||
|
||||
Note that in the documentation, it will be mentioned when a feature is for the pro version.
|
||||
|
||||
|
|
|
|||
|
|
@ -581,7 +581,7 @@ For example, you can get the request arguments in your template like this :
|
|||
```
|
||||
|
||||
|
||||
You can power-up your plugin page with additionnal scripting with the **actions.py** file when sending a **POST /plugins/<*plugin_id*>**.
|
||||
You can power-up your plugin page with additional scripting with the **actions.py** file when sending a **POST /plugins/<*plugin_id*>**.
|
||||
|
||||
Here is what is send to the function :
|
||||
|
||||
|
|
|
|||
|
|
@ -2431,6 +2431,12 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for
|
|||
|
||||
This quickstart is just a tiny fraction of the functionality that BunkerWeb has to offer. Be curious and see what else BunkerWeb has to offer.
|
||||
|
||||
The documentation shares free and professional features. The latter will be marked accordingly to avoid confusion.
|
||||
You can take a detailed look at the many [plugins and settings available](settings.md) in this solution.
|
||||
|
||||
If you want to make the most of the solution, don't hesitate to [take a detailed look at the features from the panel.](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc)
|
||||
Details on the use of certain plugins can also be found on the [security tuning page.](security-tuning.md)
|
||||
|
||||
For simplified use of the solution, don't hesitate to [try out the web UI.](web-ui.md)
|
||||
|
||||
Please note that **BunkerWeb comes in both free and pro versions**, with pro features indicated to avoid confusion.
|
||||
|
||||
If you'd like to find out more about the pro version, and use the solution to the full, [visit the panel.](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc)
|
||||
|
|
|
|||
|
|
@ -1729,7 +1729,7 @@ After a successful login/password combination, you will be prompted to enter you
|
|||
systemctl restart bunkerweb
|
||||
```
|
||||
|
||||
## Upgrade pro version
|
||||
## Upgrade to PRO
|
||||
|
||||
In case you have buy a pro version and you already have a BunkerWeb setup with an UI, you can update **pro settings** inside **global config page**.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue