diff --git a/docs/integrations.md b/docs/integrations.md index ef3af5eb1..b61ef6057 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -1207,3 +1207,5 @@ You can easily deploy BunkerWeb on your Azure subscription in several ways: Get BunkerWeb from the [Create resource menu](https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/bunkerity.bunkerweb){:target="_blank"}. You can also go through the [Marketplace](https://azuremarketplace.microsoft.com/fr-fr/marketplace/apps/bunkerity.bunkerweb?tab=Overview){:target="_blank"}. + +You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your virtual machine. \ No newline at end of file diff --git a/docs/upgrading.md b/docs/upgrading.md index 1b84218b3..1bb14d04a 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -170,7 +170,7 @@ Them, you can update BunkerWeb package : ```shell - sudo -E apt install -y bunkerweb=1.5.7 + sudo apt install -y bunkerweb=1.5.7 ``` To prevent upgrading BunkerWeb package when executing `apt upgrade`, you can use the following command : @@ -194,7 +194,7 @@ Them, you can update BunkerWeb package : ```shell - sudo -E dnf install -y bunkerweb-1.5.7 + sudo dnf install -y bunkerweb-1.5.7 ``` To prevent upgrading BunkerWeb package when executing `dnf upgrade`, you can use the following command : diff --git a/docs/web-ui.md b/docs/web-ui.md index 508809a45..e0ff163f6 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -39,7 +39,7 @@ Because the web UI is a web application, the recommended installation procedure !!! info "Wizard" - The setup wizard is a feature that helps you to **configure** and **install the web UI** using a **user-friendly interface**. You will need to set the `UI_HOST` setting (`http://hostname-of-web-ui:7000`) and browse the `/setup` URI of your server to access the setup wizard. + The setup wizard is a feature that helps you to **configure** and **install the web UI** using a **user-friendly interface**. You will need to set the `UI_HOST` setting (`https://hostname-of-web-ui:7000`) and browse the `/setup` URI of your server to access the setup wizard.
![Overview](assets/img/ui-wizard-account.webp){ align=center, width="350" } @@ -70,7 +70,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th !!! tip "Accessing the setup wizard" - You can access the setup wizard by browsing the `http://your-ip-address/setup` URI of your server. + You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your server. Here is the docker-compose boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -162,7 +162,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th !!! tip "Accessing the setup wizard" - You can access the setup wizard by browsing the `http://your-ip-address/setup` URI of your server. + You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your server. Here is the docker-compose boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -269,7 +269,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th !!! tip "Accessing the setup wizard" - You can access the setup wizard by browsing the `http://your-ip-address/setup` URI of your server. + You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your server. Here is the stack boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -399,7 +399,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th !!! tip "Accessing the setup wizard" - You can access the setup wizard by browsing the `http://your-ip-address/setup` URI of your server. + You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your server. Here is the yaml boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -717,7 +717,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th !!! tip "Accessing the setup wizard" - You can access the setup wizard by browsing the `http://your-ip-address/setup` URI of your server. + You can access the setup wizard by browsing the `https://your-ip-address/setup` URI of your server. ## Account management