linux - add libpcre3 dep to debian package

This commit is contained in:
florian 2023-12-04 09:50:33 +01:00
parent fe8d9b5f4c
commit e1c185cdc0
No known key found for this signature in database
GPG Key ID: 93EE47CC3D061500
2 changed files with 3 additions and 3 deletions

View File

@ -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.
<figure markdown>
![Overview](assets/img/ui-wizard-account.png){ align=center, width="600" }
![Overview](assets/img/ui-wizard-account.png){ align=center, width="350" }
<figcaption>Account section of the setup wizard</figcaption>
</figure>
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.
<figure markdown>
![Overview](assets/img/ui-wizard-settings.png){ align=center, width="600" }
![Overview](assets/img/ui-wizard-settings.png){ align=center, width="350" }
<figcaption>Settings section of the setup wizard</figcaption>
</figure>

View File

@ -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 <contact at bunkerity dot com>"