diff --git a/docs/web-ui.md b/docs/web-ui.md index 1e2ddcf3a..7484c9a8f 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -40,14 +40,14 @@ Because the web UI is a web application, the recommended installation procedure 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.
- ![Overview](assets/img/ui-wizard-account.png){ align=center, width="600" } + ![Overview](assets/img/ui-wizard-account.png){ align=center, width="350" }
Account section of the setup wizard
Choose your administator username and password. Please note that password must have at least 8 chars with 1 lower case letter, 1 upper case letter, 1 digit and 1 special char.
- ![Overview](assets/img/ui-wizard-settings.png){ align=center, width="600" } + ![Overview](assets/img/ui-wizard-settings.png){ align=center, width="350" }
Settings section of the setup wizard
diff --git a/src/linux/fpm-debian b/src/linux/fpm-debian index 2958ae47c..02f244b36 100644 --- a/src/linux/fpm-debian +++ b/src/linux/fpm-debian @@ -3,7 +3,7 @@ --license agpl3 --version %VERSION% --architecture %ARCH% ---depends bash --depends python3 --depends procps --depends python3-pip --depends 'nginx = 1.24.0-1~bookworm' --depends libcurl4 --depends libgeoip-dev --depends libxml2 --depends libyajl2 --depends libmagic1 --depends net-tools --depends sudo --depends lsof --depends libpq5 +--depends bash --depends python3 --depends procps --depends python3-pip --depends 'nginx = 1.24.0-1~bookworm' --depends libcurl4 --depends libgeoip-dev --depends libxml2 --depends libyajl2 --depends libmagic1 --depends net-tools --depends sudo --depends lsof --depends libpq5 --depends libpcre3 --description "BunkerWeb %VERSION% for Debian 12" --url "https://www.bunkerweb.io" --maintainer "Bunkerity "