From 8a138b5254f86d59fabf0aeb5b0756d56e00a69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 24 Jun 2024 16:52:44 +0100 Subject: [PATCH] chore: Bump version to 1.6.0-beta --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 86 +++++++++---------- docs/concepts.md | 4 +- docs/integrations.md | 62 ++++++------- docs/plugins.md | 12 +-- docs/quickstart-guide.md | 50 +++++------ docs/security-tuning.md | 2 +- docs/upgrading.md | 14 +-- docs/web-ui.md | 70 +++++++-------- examples/authelia/docker-compose.yml | 4 +- examples/authentik/docker-compose.yml | 4 +- .../behind-reverse-proxy/docker-compose.yml | 4 +- examples/bigbluebutton/docker-compose.yml | 4 +- .../certbot-dns-cloudflare/docker-compose.yml | 4 +- .../docker-compose.yml | 4 +- .../certbot-dns-google/docker-compose.yml | 4 +- examples/certbot-dns-ovh/docker-compose.yml | 4 +- .../certbot-dns-route53/docker-compose.yml | 4 +- examples/cors/docker-compose.yml | 4 +- examples/docker-configs/docker-compose.yml | 4 +- examples/drupal/docker-compose.yml | 4 +- examples/ghost/docker-compose.yml | 4 +- examples/gogs/docker-compose.yml | 4 +- examples/hardened/docker-compose.yml | 4 +- examples/joomla/docker-compose.yml | 4 +- examples/load-balancer/docker-compose.yml | 4 +- examples/magento/docker-compose.yml | 4 +- examples/mattermost/docker-compose.yml | 4 +- examples/mongo-express/docker-compose.yml | 4 +- examples/moodle/docker-compose.yml | 4 +- examples/nextcloud/docker-compose.yml | 4 +- examples/passbolt/docker-compose.yml | 4 +- examples/php-cookie-flags/docker-compose.yml | 4 +- examples/php-multisite/docker-compose.yml | 4 +- examples/php-singlesite/docker-compose.yml | 4 +- examples/prestashop/docker-compose.yml | 4 +- examples/proxy-protocol/docker-compose.yml | 4 +- examples/radarr/docker-compose.yml | 4 +- examples/redmine/docker-compose.yml | 4 +- .../docker-compose.yml | 4 +- .../docker-compose.yml | 4 +- .../docker-compose.yml | 4 +- examples/stream-multisite/docker-compose.yml | 4 +- examples/syslog/docker-compose.yml | 4 +- examples/tomcat/docker-compose.yml | 4 +- .../tor-hidden-service/docker-compose.yml | 4 +- examples/web-ui/docker-compose.wizard.yml | 6 +- examples/web-ui/docker-compose.yml | 6 +- examples/wordpress/docker-compose.yml | 4 +- misc/integrations/autoconf.mariadb.ui.yml | 8 +- misc/integrations/autoconf.mariadb.yml | 6 +- misc/integrations/autoconf.mysql.ui.yml | 8 +- misc/integrations/autoconf.mysql.yml | 6 +- misc/integrations/autoconf.postgres.ui.yml | 8 +- misc/integrations/autoconf.postgres.yml | 6 +- misc/integrations/autoconf.ui.yml | 8 +- misc/integrations/autoconf.yml | 6 +- misc/integrations/docker.mariadb.ui.yml | 6 +- misc/integrations/docker.mariadb.yml | 4 +- misc/integrations/docker.mysql.ui.yml | 6 +- misc/integrations/docker.mysql.yml | 4 +- misc/integrations/docker.postgres.ui.yml | 6 +- misc/integrations/docker.postgres.yml | 4 +- misc/integrations/docker.ui.yml | 6 +- misc/integrations/docker.yml | 4 +- misc/integrations/k8s.mariadb.ui.yml | 8 +- misc/integrations/k8s.mariadb.yml | 6 +- misc/integrations/k8s.mysql.ui.yml | 8 +- misc/integrations/k8s.mysql.yml | 6 +- misc/integrations/k8s.postgres.ui.yml | 8 +- misc/integrations/k8s.postgres.yml | 6 +- misc/integrations/swarm.mariadb.ui.yml | 8 +- misc/integrations/swarm.mariadb.yml | 6 +- misc/integrations/swarm.mysql.ui.yml | 8 +- misc/integrations/swarm.mysql.yml | 6 +- misc/integrations/swarm.postgres.ui.yml | 8 +- misc/integrations/swarm.postgres.yml | 6 +- pyproject.toml | 2 +- src/VERSION | 2 +- src/autoconf/Dockerfile | 2 +- src/bw/Dockerfile | 2 +- src/common/db/Database.py | 2 +- src/common/db/model.py | 2 +- src/linux/scripts/beforeInstall.sh | 4 +- src/scheduler/Dockerfile | 2 +- src/ui/Dockerfile | 2 +- tests/core/antibot/docker-compose.yml | 4 +- tests/core/authbasic/docker-compose.yml | 4 +- tests/core/backup/docker-compose.yml | 4 +- tests/core/badbehavior/docker-compose.yml | 4 +- tests/core/blacklist/docker-compose.yml | 4 +- tests/core/brotli/docker-compose.yml | 4 +- tests/core/bunkernet/docker-compose.yml | 4 +- tests/core/bwcli/docker-compose.yml | 4 +- tests/core/clientcache/docker-compose.yml | 4 +- tests/core/cors/docker-compose.yml | 4 +- tests/core/country/docker-compose.yml | 4 +- tests/core/customcert/docker-compose.yml | 4 +- tests/core/db/docker-compose.yml | 4 +- tests/core/dnsbl/docker-compose.yml | 4 +- tests/core/errors/docker-compose.yml | 4 +- tests/core/greylist/docker-compose.yml | 4 +- tests/core/gzip/docker-compose.yml | 4 +- tests/core/headers/docker-compose.yml | 4 +- tests/core/inject/docker-compose.yml | 4 +- tests/core/letsencrypt/docker-compose.yml | 4 +- tests/core/limit/docker-compose.yml | 4 +- tests/core/misc/docker-compose.yml | 4 +- tests/core/modsecurity/docker-compose.yml | 4 +- tests/core/redirect/docker-compose.yml | 4 +- tests/core/redis/docker-compose.yml | 4 +- tests/core/reverseproxy/docker-compose.yml | 4 +- tests/core/reversescan/docker-compose.yml | 4 +- tests/core/selfsigned/docker-compose.yml | 4 +- tests/core/sessions/docker-compose.yml | 4 +- tests/core/whitelist/docker-compose.yml | 4 +- tests/ui/docker-compose.yml | 6 +- 117 files changed, 396 insertions(+), 396 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 271d31b2f..d2a95d9cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,7 +47,7 @@ body: label: BunkerWeb version description: What version of BunkerWeb are you running? placeholder: Version - value: 1.5.8 + value: 1.6.0-beta validations: required: true - type: dropdown diff --git a/README.md b/README.md index 614fb87fb..22e77915a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- BunkerWeb logo + BunkerWeb logo

@@ -26,7 +26,7 @@ | 👨‍💻 Demo | - 🛡️ Examples + 🛡️ Examples | 💬 Chat | @@ -44,14 +44,14 @@ # BunkerWeb

- Overview banner + Overview banner

BunkerWeb is a next-generation and open-source Web Application Firewall (WAF). -Being a full-featured web server (based on [NGINX](https://nginx.org/) under the hood), it will protect your web services to make them "secure by default". BunkerWeb integrates seamlessly into your existing environments ([Linux](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#linux), [Docker](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker), [Swarm](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#swarm), [Kubernetes](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#kubernetes), …) and is fully configurable (don't panic, there is an [awesome web UI](https://docs.bunkerweb.io/1.5.8/web-ui/?utm_campaign=self&utm_source=github) if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle. +Being a full-featured web server (based on [NGINX](https://nginx.org/) under the hood), it will protect your web services to make them "secure by default". BunkerWeb integrates seamlessly into your existing environments ([Linux](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#linux), [Docker](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker), [Swarm](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#swarm), [Kubernetes](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#kubernetes), …) and is fully configurable (don't panic, there is an [awesome web UI](https://docs.bunkerweb.io/1.6.0-beta/web-ui/?utm_campaign=self&utm_source=github) if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle. -BunkerWeb contains primary [security features](https://docs.bunkerweb.io/1.5.8/security-tuning/?utm_campaign=self&utm_source=github) as part of the core but can be easily extended with additional ones thanks to a [plugin system](https://docs.bunkerweb.io/1.5.8/plugins/?utm_campaign=self&utm_source=github). +BunkerWeb contains primary [security features](https://docs.bunkerweb.io/1.6.0-beta/security-tuning/?utm_campaign=self&utm_source=github) as part of the core but can be easily extended with additional ones thanks to a [plugin system](https://docs.bunkerweb.io/1.6.0-beta/plugins/?utm_campaign=self&utm_source=github). ## Why BunkerWeb ? @@ -76,7 +76,7 @@ A non-exhaustive list of security features : - **Block known bad IPs** with external blacklists and DNSBL - And much more ... -Learn more about the core security features in the [security tuning](https://docs.bunkerweb.io/1.5.8/security-tuning/?utm_campaign=self&utm_source=github) section of the documentation. +Learn more about the core security features in the [security tuning](https://docs.bunkerweb.io/1.6.0-beta/security-tuning/?utm_campaign=self&utm_source=github) section of the documentation. ## Demo @@ -105,13 +105,13 @@ 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 : - Claim your [free trial on the BunkerWeb panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) - Once connected to the client area, copy your PRO license key -- Paste your private key into BunkerWeb using the [web UI](https://docs.bunkerweb.io/1.5.8/web-ui/#upgrade-to-pro) or [specific setting](https://docs.bunkerweb.io/1.5.8/settings/#pro) +- Paste your private key into BunkerWeb using the [web UI](https://docs.bunkerweb.io/1.6.0-beta/web-ui/#upgrade-to-pro) or [specific setting](https://docs.bunkerweb.io/1.6.0-beta/settings/#pro) Do not hesitate to visit the [BunkerWeb panel](https://panel.bunkerweb.io/knowledgebase?utm_campaign=self&utm_source=doc) or [contact us](https://panel.bunkerweb.io/contact.php?utm_campaign=self&utm_source=doc) if you have any question regarding the PRO version. @@ -144,10 +144,10 @@ Community and social networks : # Concepts

- Concepts banner + Concepts banner

-You will find more information about the key concepts of BunkerWeb in the [documentation](https://docs.bunkerweb.io/1.5.8/concepts/?utm_campaign=self&utm_source=github). +You will find more information about the key concepts of BunkerWeb in the [documentation](https://docs.bunkerweb.io/1.6.0-beta/concepts/?utm_campaign=self&utm_source=github). ## Integrations @@ -155,12 +155,12 @@ The first concept is the integration of BunkerWeb into the target environment. W The following integrations are officially supported : -- [Docker](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker) -- [Linux](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#linux) -- [Docker autoconf](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker-autoconf) -- [Kubernetes](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#kubernetes) -- [Swarm](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#swarm) -- [Microsoft Azure](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#microsoft-azure) +- [Docker](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker) +- [Linux](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#linux) +- [Docker autoconf](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker-autoconf) +- [Kubernetes](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#kubernetes) +- [Swarm](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#swarm) +- [Microsoft Azure](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#microsoft-azure) ## Settings @@ -192,7 +192,7 @@ When multisite mode is enabled, BunkerWeb will serve and protect multiple web ap ## Custom configurations -Because meeting all the use cases only using the settings is not an option (even with [external plugins](https://docs.bunkerweb.io/1.5.8/plugins/?utm_campaign=self&utm_source=github)), you can use custom configurations to solve your specific challenges. +Because meeting all the use cases only using the settings is not an option (even with [external plugins](https://docs.bunkerweb.io/1.6.0-beta/plugins/?utm_campaign=self&utm_source=github)), you can use custom configurations to solve your specific challenges. Under the hood, BunkerWeb uses the notorious NGINX web server, that's why you can leverage its configuration system for your specific needs. Custom NGINX configurations can be included in different [contexts](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/#contexts) like HTTP or server (all servers and/or specific server block). @@ -201,7 +201,7 @@ Another core component of BunkerWeb is the ModSecurity Web Application Firewall ## Database

- Database model + Database model

State of the current configuration of BunkerWeb is stored in a backend database which contains the following data : @@ -230,7 +230,7 @@ In other words, the scheduler is the brain of BunkerWeb. ## BunkerWeb Cloud

- Docker banner + Docker banner

BunkerWeb Cloud is the easiest way to get started with BunkerWeb. It offers you a fully managed BunkerWeb service with no hassle. Think of a like a BunkerWeb-as-a-Service ! @@ -240,7 +240,7 @@ You will find more information about BunkerWeb Cloud beta [here](https://www.bun ## Docker

- Docker banner + Docker banner

We provide ready to use prebuilt images for x64, x86, armv7 and arm64 platforms on [Docker Hub](https://hub.docker.com/u/bunkerity). @@ -251,46 +251,46 @@ Docker integration key concepts are : - **Scheduler** container to store configuration and execute jobs - **Networks** to expose ports for clients and connect to upstream web services -You will find more information in the [Docker integration section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker) of the documentation. +You will find more information in the [Docker integration section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker) of the documentation. ## Docker autoconf

- Docker autoconf banner + Docker autoconf banner

The downside of using environment variables is that the container needs to be recreated each time there is an update which is not very convenient. To counter that issue, you can use another image called **autoconf** which will listen for Docker events and automatically reconfigure BunkerWeb in real-time without recreating the container. Instead of defining environment variables for the BunkerWeb container, you simply add **labels** to your web applications containers and the **autoconf** will "automagically" take care of the rest. -You will find more information in the [Docker autoconf section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker-autoconf) of the documentation. +You will find more information in the [Docker autoconf section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker-autoconf) of the documentation. ## Swarm

- Swarm banner + Swarm banner

To automatically configure BunkerWeb instances, a special service, called **autoconf** will listen for Docker Swarm events like service creation or deletion and automatically configure the **BunkerWeb instances** in real-time without downtime. -Like the [Docker autoconf integration](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#docker-autoconf), configuration for web services is defined using labels starting with the special **bunkerweb.** prefix. +Like the [Docker autoconf integration](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#docker-autoconf), configuration for web services is defined using labels starting with the special **bunkerweb.** prefix. -You will find more information in the [Swarm section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#swarm) of the documentation. +You will find more information in the [Swarm section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#swarm) of the documentation. ## Kubernetes

- Kubernetes banner + Kubernetes banner

The autoconf acts as an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) and will configure the BunkerWeb instances according to the [Ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/). It also monitors other Kubernetes objects like [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) for custom configurations. -You will find more information in the [Kubernetes section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#kubernetes) of the documentation. +You will find more information in the [Kubernetes section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#kubernetes) of the documentation. ## Linux

- Linux banner + Linux banner

List of supported Linux distros : @@ -304,21 +304,21 @@ List of supported Linux distros : Repositories of Linux packages for BunkerWeb are available on [PackageCloud](https://packagecloud.io/bunkerity/bunkerweb), they provide a bash script to automatically add and trust the repository (but you can also follow the [manual installation](https://packagecloud.io/bunkerity/bunkerweb/install) instructions if you prefer). -You will find more information in the [Linux section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#linux) of the documentation. +You will find more information in the [Linux section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#linux) of the documentation. ## Microsoft Azure

- Azure banner + Azure banner

-BunkerWeb is referenced in the [Azure Marketplace](https://azuremarketplace.microsoft.com/fr-fr/marketplace/apps/bunkerity.bunkerweb?tab=Overview) and a ARM template is available in the [misc folder](https://github.com/bunkerity/bunkerweb/raw/v1.5.8/misc/integrations/azure-arm-template.json). +BunkerWeb is referenced in the [Azure Marketplace](https://azuremarketplace.microsoft.com/fr-fr/marketplace/apps/bunkerity.bunkerweb?tab=Overview) and a ARM template is available in the [misc folder](https://github.com/bunkerity/bunkerweb/raw/v1.6.0-beta/misc/integrations/azure-arm-template.json). -You will find more information in the [Microsoft Azure section](https://docs.bunkerweb.io/1.5.8/integrations/?utm_campaign=self&utm_source=github#microsoft-azure) of the documentation. +You will find more information in the [Microsoft Azure section](https://docs.bunkerweb.io/1.6.0-beta/integrations/?utm_campaign=self&utm_source=github#microsoft-azure) of the documentation. # Quickstart guide -Once you have setup BunkerWeb with the integration of your choice, you can follow the [quickstart guide](https://docs.bunkerweb.io/1.5.8/quickstart-guide/?utm_campaign=self&utm_source=github) that will cover the following common use cases : +Once you have setup BunkerWeb with the integration of your choice, you can follow the [quickstart guide](https://docs.bunkerweb.io/1.6.0-beta/quickstart-guide/?utm_campaign=self&utm_source=github) that will cover the following common use cases : - Protecting a single HTTP application - Protecting multiple HTTP application @@ -329,9 +329,9 @@ Once you have setup BunkerWeb with the integration of your choice, you can follo # Security tuning -BunkerWeb offers many security features that you can configure with [settings](https://docs.bunkerweb.io/1.5.8/settings/?utm_campaign=self&utm_source=github). Even if the default values of settings ensure a minimal "security by default", we strongly recommend you to tune them. By doing so you will be able to ensure a security level of your choice but also manage false positives. +BunkerWeb offers many security features that you can configure with [settings](https://docs.bunkerweb.io/1.6.0-beta/settings/?utm_campaign=self&utm_source=github). Even if the default values of settings ensure a minimal "security by default", we strongly recommend you to tune them. By doing so you will be able to ensure a security level of your choice but also manage false positives. -You will find more information in the [security tuning section](https://docs.bunkerweb.io/1.5.8/security-tuning/?utm_campaign=self&utm_source=github) of the documentation. +You will find more information in the [security tuning section](https://docs.bunkerweb.io/1.6.0-beta/security-tuning/?utm_campaign=self&utm_source=github) of the documentation. # Settings @@ -341,13 +341,13 @@ As a general rule when multisite mode is enabled, if you want to apply settings When settings are considered as "multiple", it means that you can have multiple groups of settings for the same feature by adding numbers as suffix like `REVERSE_PROXY_URL_1=/subdir`, `REVERSE_PROXY_HOST_1=http://myhost1`, `REVERSE_PROXY_URL_2=/anotherdir`, `REVERSE_PROXY_HOST_2=http://myhost2`, ... for example. -Check the [settings section](https://docs.bunkerweb.io/1.5.8/settings/?utm_campaign=self&utm_source=github) of the documentation to get the full list. +Check the [settings section](https://docs.bunkerweb.io/1.6.0-beta/settings/?utm_campaign=self&utm_source=github) of the documentation to get the full list. # Web UI

- +

@@ -361,7 +361,7 @@ The "Web UI" is a web application that helps you manage your BunkerWeb instance - Monitor jobs execution - View the logs and search pattern -You will find more information in the [Web UI section](https://docs.bunkerweb.io/1.5.8/web-ui/?utm_campaign=self&utm_source=github) of the documentation. +You will find more information in the [Web UI section](https://docs.bunkerweb.io/1.6.0-beta/web-ui/?utm_campaign=self&utm_source=github) of the documentation. # Plugins @@ -379,7 +379,7 @@ Here is the list of "official" plugins that we maintain (see the [bunkerweb-plug | **VirusTotal** | 1.5 | Automatically scans uploaded files with the VirusTotal API and denies the request when a file is detected as malicious. | [bunkerweb-plugins/virustotal](https://github.com/bunkerity/bunkerweb-plugins/tree/main/virustotal) | | **WebHook** | 1.5 | Send security notifications to a custom HTTP endpoint using a Webhook. | [bunkerweb-plugins/slack](https://github.com/bunkerity/bunkerweb-plugins/tree/main/webhook) | -You will find more information in the [plugins section](https://docs.bunkerweb.io/1.5.8/plugins/?utm_campaign=self&utm_source=github) of the documentation. +You will find more information in the [plugins section](https://docs.bunkerweb.io/1.6.0-beta/plugins/?utm_campaign=self&utm_source=github) of the documentation. # Support @@ -402,15 +402,15 @@ Please don't use [GitHub issues](https://github.com/bunkerity/bunkerweb/issues) # License -This project is licensed under the terms of the [GNU Affero General Public License (AGPL) version 3](https://github.com/bunkerity/bunkerweb/raw/v1.5.8/LICENSE.md). +This project is licensed under the terms of the [GNU Affero General Public License (AGPL) version 3](https://github.com/bunkerity/bunkerweb/raw/v1.6.0-beta/LICENSE.md). # Contribute -If you would like to contribute to the plugins you can read the [contributing guidelines](https://github.com/bunkerity/bunkerweb/raw/v1.5.8/CONTRIBUTING.md) to get started. +If you would like to contribute to the plugins you can read the [contributing guidelines](https://github.com/bunkerity/bunkerweb/raw/v1.6.0-beta/CONTRIBUTING.md) to get started. # Security policy -We take security bugs as serious issues and encourage responsible disclosure, see our [security policy](https://github.com/bunkerity/bunkerweb/raw/v1.5.8/SECURITY.md) for more information. +We take security bugs as serious issues and encourage responsible disclosure, see our [security policy](https://github.com/bunkerity/bunkerweb/raw/v1.6.0-beta/SECURITY.md) for more information. # Stargazers over time diff --git a/docs/concepts.md b/docs/concepts.md index 543cad4bb..313ce7743 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -83,7 +83,7 @@ app3.example.com_USE_BAD_BEHAVIOR=no !!! info "Going further" - You will find concrete examples of multisite mode in the [quickstart guide](quickstart-guide.md) of the documentation and the [examples](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/examples) directory of the repository. + You will find concrete examples of multisite mode in the [quickstart guide](quickstart-guide.md) of the documentation and the [examples](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/examples) directory of the repository. ## Custom configurations @@ -97,7 +97,7 @@ By leveraging custom configurations, you unlock a world of possibilities to tail !!! info "Going further" - You will find concrete examples of custom configurations in the [quickstart guide](quickstart-guide.md) of the documentation and the [examples](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/examples) directory of the repository. + You will find concrete examples of custom configurations in the [quickstart guide](quickstart-guide.md) of the documentation and the [examples](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/examples) directory of the repository. ## Database diff --git a/docs/integrations.md b/docs/integrations.md index 6398ac129..ef292e66c 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -35,13 +35,13 @@ By accessing these prebuilt images from Docker Hub, you can quickly pull and run Whether you're conducting tests, developing applications, or deploying BunkerWeb in production, the Docker containerization option provides flexibility and ease of use. Embracing this method empowers you to take full advantage of BunkerWeb's features while leveraging the benefits of Docker technology. ```shell -docker pull bunkerity/bunkerweb:1.5.8 +docker pull bunkerity/bunkerweb:1.6.0-beta ``` Docker images are also available on [GitHub packages](https://github.com/orgs/bunkerity/packages?repo_name=bunkerweb) and can be downloaded using the `ghcr.io` repository address : ```shell -docker pull ghcr.io/bunkerity/bunkerweb:1.5.8 +docker pull ghcr.io/bunkerity/bunkerweb:1.6.0-beta ``` Alternatively, if you prefer a more hands-on approach, you have the option to build the Docker image directly from the [source](https://github.com/bunkerity/bunkerweb). Building the image from source gives you greater control and customization over the deployment process. However, please note that this method may take some time to complete, depending on your hardware configuration. @@ -71,7 +71,7 @@ When integrating BunkerWeb with Docker, there are key concepts to keep in mind, - **Networks**: Docker networks play a vital role in the integration of BunkerWeb. These networks serve two main purposes: exposing ports to clients and connecting to upstream web services. By exposing ports, BunkerWeb can accept incoming requests from clients, allowing them to access the protected web services. Additionally, by connecting to upstream web services, BunkerWeb can efficiently route and manage the traffic, providing enhanced security and performance. !!! info "Database backend" - Please be aware that our instructions assume you are using SQLite as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) folder of the repository for more information. + Please be aware that our instructions assume you are using SQLite as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) folder of the repository for more information. ### Environment variables @@ -81,7 +81,7 @@ Settings are passed to BunkerWeb using Docker environment variables : ... services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta labels: - "bunkerweb.INSTANCE=yes" environment: @@ -100,7 +100,7 @@ Please note that the `bunkerweb.INSTANCE` is mandatory to make sure the schedule The [scheduler](concepts.md#scheduler) is executed in its own container which is also available on Docker Hub : ```shell -docker pull bunkerity/bunkerweb-scheduler:1.5.8 +docker pull bunkerity/bunkerweb-scheduler:1.6.0-beta ``` Alternatively, you can build the Docker image directly from the [source](https://github.com/bunkerity/bunkerweb) (less coffee ☕ needed than BunkerWeb image) : @@ -117,7 +117,7 @@ A volume is needed to store the SQLite database that will be used by the schedul ... services: bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - bw-data:/data ... @@ -179,7 +179,7 @@ You will need to create the Docker API proxy container, mount the socket and set ... services: bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta env: - DOCKER_HOST=tcp://bw-docker:2375 ... @@ -227,7 +227,7 @@ To secure the communication between the scheduler and BunkerWeb API, it is impor ... services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -236,7 +236,7 @@ services: - bw-universe ... bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta networks: - bw-universe - bw-docker @@ -266,7 +266,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -280,7 +280,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -371,12 +371,12 @@ To simplify the installation process, Linux package repositories for BunkerWeb a export UI_WIZARD=1 ``` - And finally install BunkerWeb 1.5.8 : + And finally install BunkerWeb 1.6.0-beta : ```shell curl -s https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.deb.sh | sudo bash && \ sudo apt update && \ - sudo -E apt install -y bunkerweb=1.5.8 + sudo -E apt install -y bunkerweb=1.6.0-beta ``` To prevent upgrading NGINX and/or BunkerWeb packages when executing `apt upgrade`, you can use the following command : @@ -418,12 +418,12 @@ To simplify the installation process, Linux package repositories for BunkerWeb a export UI_WIZARD=1 ``` - And finally install BunkerWeb 1.5.8 : + And finally install BunkerWeb 1.6.0-beta : ```shell curl -s https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.deb.sh | sudo bash && \ sudo apt update && \ - sudo -E apt install -y bunkerweb=1.5.8 + sudo -E apt install -y bunkerweb=1.6.0-beta ``` To prevent upgrading NGINX and/or BunkerWeb packages when executing `apt upgrade`, you can use the following command : @@ -453,14 +453,14 @@ To simplify the installation process, Linux package repositories for BunkerWeb a export UI_WIZARD=1 ``` - And finally install BunkerWeb 1.5.8 : + And finally install BunkerWeb 1.6.0-beta : ```shell curl -s https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.rpm.sh | \ sed 's/yum install -y pygpgme --disablerepo='\''bunkerity_bunkerweb'\''/yum install -y python-gnupg/g' | \ sed 's/pypgpme_check=`rpm -qa | grep -qw pygpgme`/python-gnupg_check=`rpm -qa | grep -qw python-gnupg`/g' | sudo bash && \ sudo dnf makecache && \ - sudo -E dnf install -y bunkerweb-1.5.8 + sudo -E dnf install -y bunkerweb-1.6.0-beta ``` To prevent upgrading NGINX and/or BunkerWeb packages when executing `dnf upgrade`, you can use the following command : @@ -504,13 +504,13 @@ To simplify the installation process, Linux package repositories for BunkerWeb a export UI_WIZARD=1 ``` - And finally install BunkerWeb 1.5.8 : + And finally install BunkerWeb 1.6.0-beta : ```shell sudo dnf install -y epel-release && \ curl -s https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.rpm.sh | sudo bash && \ sudo dnf check-update && \ - sudo -E dnf install -y bunkerweb-1.5.8 + sudo -E dnf install -y bunkerweb-1.6.0-beta ``` To prevent upgrading NGINX and/or BunkerWeb packages when executing `dnf upgrade`, you can use the following command : @@ -558,7 +558,7 @@ By adopting this approach, you can enjoy real-time reconfiguration of BunkerWeb The Docker autoconf integration implies the use of **multisite mode**. Please refer to the [multisite section](concepts.md#multisite-mode) of the documentation for more information. !!! info "Database backend" - Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) folder of the repository for more information. + Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) folder of the repository for more information. To enable automated configuration updates, include an additional container called `bw-autoconf` in the stack. This container hosts the autoconf service, which manages dynamic configuration changes for BunkerWeb. To support this functionality, use a dedicated "real" database backend (e.g., MariaDB, MySQL, or PostgreSQL) for synchronized configuration storage. By integrating `bw-autoconf` and a suitable database backend, you establish the infrastructure for seamless automated configuration management in BunkerWeb. @@ -567,7 +567,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -584,7 +584,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -597,7 +597,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -689,7 +689,7 @@ For an optimal setup, it is recommended to define BunkerWeb as a **[DaemonSet](h Given the presence of multiple BunkerWeb instances, it is necessary to establish a shared data store implemented as a [Redis](https://redis.io/) service. This Redis service will be utilized by the instances to cache and share data among themselves. Further information about the Redis settings can be found [here](settings.md#redis). !!! info "Database backend" - Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) folder of the repository for more information. + Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) folder of the repository for more information. Clustered database backends setup are out-of-the-scope of this documentation. @@ -750,7 +750,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -820,7 +820,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -847,7 +847,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -1010,7 +1010,7 @@ Since multiple instances of BunkerWeb are running, a shared data store implement As for the database volume, the documentation does not specify a specific approach. Choosing either a shared folder or a specific driver for the database volume is dependent on your unique use-case and is left as an exercise for the reader. !!! info "Database backend" - Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) folder of the repository for more information. + Please be aware that our instructions assume you are using MariaDB as the default database backend, as configured by the `DATABASE_URI` setting. However, we understand that you may prefer to utilize alternative backends for your Docker integration. If that is the case, rest assured that other database backends are still possible. See docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) folder of the repository for more information. Clustered database backends setup are out-of-the-scope of this documentation. @@ -1021,7 +1021,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -1051,7 +1051,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -1083,7 +1083,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/docs/plugins.md b/docs/plugins.md index a3447ea14..d57ec718c 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -91,7 +91,7 @@ The first step is to install the plugin by putting the plugin files inside the c services: ... bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - ./bw-data:/data ... @@ -128,7 +128,7 @@ The first step is to install the plugin by putting the plugin files inside the c services: ... bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - ./bw-data:/data ... @@ -167,7 +167,7 @@ The first step is to install the plugin by putting the plugin files inside the c services: ... bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - /shared/bw-plugins:/data/plugins ... @@ -214,7 +214,7 @@ The first step is to install the plugin by putting the plugin files inside the c serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -254,7 +254,7 @@ The first step is to install the plugin by putting the plugin files inside the c !!! tip "Existing plugins" - If the documentation is not enough, you can have a look at the existing source code of [official plugins](https://github.com/bunkerity/bunkerweb-plugins) and the [core plugins](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/src/common/core) (already included in BunkerWeb but they are plugins, technically speaking). + If the documentation is not enough, you can have a look at the existing source code of [official plugins](https://github.com/bunkerity/bunkerweb-plugins) and the [core plugins](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/src/common/core) (already included in BunkerWeb but they are plugins, technically speaking). What a plugin structure looks like : ``` @@ -524,7 +524,7 @@ end !!! tip "More examples" - If you want to see the full list of available functions, you can have a look at the files present in the [lua directory](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/src/bw/lua/bunkerweb) of the repository. + If you want to see the full list of available functions, you can have a look at the files present in the [lua directory](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/src/bw/lua/bunkerweb) of the repository. ### Jobs diff --git a/docs/quickstart-guide.md b/docs/quickstart-guide.md index 5a4d4ec8e..07ca4734c 100644 --- a/docs/quickstart-guide.md +++ b/docs/quickstart-guide.md @@ -6,7 +6,7 @@ !!! tip "Going further" - To demonstrate the use of BunkerWeb, we will deploy a dummy "Hello World" web application as an example. See the [examples folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/examples) of the repository to get real-world examples. + To demonstrate the use of BunkerWeb, we will deploy a dummy "Hello World" web application as an example. See the [examples folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/examples) of the repository to get real-world examples. ## Protect HTTP applications @@ -37,7 +37,7 @@ You will find more settings about reverse proxy in the [settings section](settin - bw-services bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -54,7 +54,7 @@ You will find more settings about reverse proxy in the [settings section](settin - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -295,7 +295,7 @@ You will find more settings about reverse proxy in the [settings section](settin - bw-services bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -315,7 +315,7 @@ You will find more settings about reverse proxy in the [settings section](settin - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -634,7 +634,7 @@ REAL_IP_HEADER=X-Forwarded-For ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -649,7 +649,7 @@ REAL_IP_HEADER=X-Forwarded-For ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -664,7 +664,7 @@ REAL_IP_HEADER=X-Forwarded-For ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -738,7 +738,7 @@ REAL_IP_HEADER=proxy_protocol ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -754,7 +754,7 @@ REAL_IP_HEADER=proxy_protocol ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -770,7 +770,7 @@ REAL_IP_HEADER=proxy_protocol ```yaml mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... environment: - USE_REAL_IP=yes @@ -869,7 +869,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett - bw-services bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 # Keep it if you want to use Let's Encrypt automation - 10000:10000 # app1 @@ -891,7 +891,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -940,7 +940,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 # Keep it if you want to use Let's Encrypt automation - 10000:10000 # app1 @@ -998,7 +998,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: # Keep it if you want to use Let's Encrypt automation - published: 80 @@ -1142,7 +1142,7 @@ Some integrations provide more convenient ways to apply configurations, such as ```yaml ... mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - | CUSTOM_CONF_SERVER_HTTP_hello-world= @@ -1185,7 +1185,7 @@ Some integrations provide more convenient ways to apply configurations, such as ```yaml bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - ./bw-data:/data ... @@ -1255,7 +1255,7 @@ Some integrations provide more convenient ways to apply configurations, such as ```yaml bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta volumes: - ./bw-data:/data ... @@ -1439,7 +1439,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma - bw-services bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta volumes: - ./www:/var/www/html ports: @@ -1462,7 +1462,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -1540,7 +1540,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta volumes: - ./www:/var/www/html labels: @@ -1554,7 +1554,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -1698,7 +1698,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta volumes: - /shared/www:/var/www/html ... @@ -1889,7 +1889,7 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - USE_IPv6=yes @@ -1934,7 +1934,7 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - USE_IPv6=yes diff --git a/docs/security-tuning.md b/docs/security-tuning.md index 0642805c4..439b86c90 100644 --- a/docs/security-tuning.md +++ b/docs/security-tuning.md @@ -605,7 +605,7 @@ You can quickly protect sensitive resources like the admin area for example, by ### Auth request -You can deploy complex authentication (e.g. SSO), by using the auth request settings (see [here](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/) for more information on the feature). Please note that you will find [Authelia](https://www.authelia.com/) and [Authentik](https://goauthentik.io/) examples in the [repository](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/examples). +You can deploy complex authentication (e.g. SSO), by using the auth request settings (see [here](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/) for more information on the feature). Please note that you will find [Authelia](https://www.authelia.com/) and [Authentik](https://goauthentik.io/) examples in the [repository](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/examples). **Auth request settings are related to reverse proxy rules.** diff --git a/docs/upgrading.md b/docs/upgrading.md index 8c65d696c..68035ee55 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -128,16 +128,16 @@ ```yaml services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ... bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta ... bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta ... bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta ... ``` @@ -170,7 +170,7 @@ Them, you can update BunkerWeb package : ```shell - sudo apt install -y bunkerweb=1.5.8 + sudo apt install -y bunkerweb=1.6.0-beta ``` 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 dnf install -y bunkerweb-1.5.8 + sudo dnf install -y bunkerweb-1.6.0-beta ``` To prevent upgrading BunkerWeb package when executing `dnf upgrade`, you can use the following command : @@ -380,7 +380,7 @@ !!! warning "Read this if you were a 1.4.X user" - A lot of things changed since the 1.4.X releases. Container-based integrations stacks contain more services but, trust us, fundamental principles of BunkerWeb are still there. You will find ready to use boilerplates for various integrations in the [misc/integrations](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) folder of the repository. + A lot of things changed since the 1.4.X releases. Container-based integrations stacks contain more services but, trust us, fundamental principles of BunkerWeb are still there. You will find ready to use boilerplates for various integrations in the [misc/integrations](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) folder of the repository. ### Scheduler diff --git a/docs/web-ui.md b/docs/web-ui.md index 677e25a19..d59f33230 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -31,7 +31,7 @@ Because the web UI is a web application, the recommended installation procedure * Do not open the web UI on the Internet without any further restrictions * Apply settings listed in the [security tuning section](security-tuning.md) of the documentation - **Please note that using HTTPS in front the web UI is mandatory since version 1.5.8 of BunkerWeb.** + **Please note that using HTTPS in front the web UI is mandatory since version 1.6.0-beta of BunkerWeb.** !!! info "Multisite mode" @@ -82,7 +82,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -98,7 +98,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -120,7 +120,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: @@ -173,7 +173,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -190,7 +190,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -203,7 +203,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -238,7 +238,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: @@ -280,7 +280,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -310,7 +310,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -338,7 +338,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -365,7 +365,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -456,7 +456,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -529,7 +529,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -556,7 +556,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -641,7 +641,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-ui - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -840,7 +840,7 @@ After a successful login/password combination, you will be prompted to enter you !!! info "Database backend" - If you want another Database backend than MariaDB please refer to the docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) of the repository. + If you want another Database backend than MariaDB please refer to the docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) of the repository. Here is the docker-compose boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -849,7 +849,7 @@ After a successful login/password combination, you will be prompted to enter you services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -874,7 +874,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -896,7 +896,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: @@ -962,7 +962,7 @@ After a successful login/password combination, you will be prompted to enter you !!! info "Database backend" - If you want another Database backend than MariaDB please refer to the docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) of the repository. + If you want another Database backend than MariaDB please refer to the docker-compose files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) of the repository. Here is the docker-compose boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -971,7 +971,7 @@ After a successful login/password combination, you will be prompted to enter you services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -988,7 +988,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -1001,7 +1001,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -1036,7 +1036,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: @@ -1098,7 +1098,7 @@ After a successful login/password combination, you will be prompted to enter you !!! info "Database backend" - If you want another Database backend than MariaDB please refer to the stack files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) of the repository. + If you want another Database backend than MariaDB please refer to the stack files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) of the repository. Here is the stack boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -1107,7 +1107,7 @@ After a successful login/password combination, you will be prompted to enter you services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -1137,7 +1137,7 @@ After a successful login/password combination, you will be prompted to enter you - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -1165,7 +1165,7 @@ After a successful login/password combination, you will be prompted to enter you - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -1192,7 +1192,7 @@ After a successful login/password combination, you will be prompted to enter you - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta environment: - DATABASE_URI=mariadb+pymysql://bunkerweb:changeme@bw-db:3306/db # Remember to set a stronger password for the database - DOCKER_HOST=tcp://bw-docker:2375 @@ -1247,7 +1247,7 @@ After a successful login/password combination, you will be prompted to enter you !!! info "Database backend" - If you want another Database backend than MariaDB please refer to the yaml files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.5.8/misc/integrations) of the repository. + If you want another Database backend than MariaDB please refer to the yaml files in the [misc/integrations folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-beta/misc/integrations) of the repository. Here is the yaml boilerplate that you can use (don't forget to edit the `changeme` data) : @@ -1302,7 +1302,7 @@ After a successful login/password combination, you will be prompted to enter you containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -1372,7 +1372,7 @@ After a successful login/password combination, you will be prompted to enter you serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -1399,7 +1399,7 @@ After a successful login/password combination, you will be prompted to enter you serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -1484,7 +1484,7 @@ After a successful login/password combination, you will be prompted to enter you serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-ui - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta imagePullPolicy: Always env: - name: ADMIN_USERNAME diff --git a/examples/authelia/docker-compose.yml b/examples/authelia/docker-compose.yml index 313c38d0d..eff2de35b 100644 --- a/examples/authelia/docker-compose.yml +++ b/examples/authelia/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.4" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -44,7 +44,7 @@ services: - app2.example.com_REVERSE_PROXY_HEADERS=Remote-User $$user;Remote-Groups $$groups;Remote-Name $$name;Remote-Email $$email bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/authentik/docker-compose.yml b/examples/authentik/docker-compose.yml index 2ea761d45..764dce830 100644 --- a/examples/authentik/docker-compose.yml +++ b/examples/authentik/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.4" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -53,7 +53,7 @@ services: - app2.example.com_REVERSE_PROXY_HEADERS=X-authentik-username $$authentik_username;X-authentik-groups $$authentik_groups;X-authentik-email $$authentik_email;X-authentik-name $$authentik_name;X-authentik-uid $$authentik_uid bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/behind-reverse-proxy/docker-compose.yml b/examples/behind-reverse-proxy/docker-compose.yml index e89935e03..fc8fdba74 100644 --- a/examples/behind-reverse-proxy/docker-compose.yml +++ b/examples/behind-reverse-proxy/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - SERVER_NAME=www.example.com # replace with your domains - API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24 @@ -24,7 +24,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/bigbluebutton/docker-compose.yml b/examples/bigbluebutton/docker-compose.yml index de73df8f5..c0740719c 100644 --- a/examples/bigbluebutton/docker-compose.yml +++ b/examples/bigbluebutton/docker-compose.yml @@ -27,7 +27,7 @@ services: ... mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -50,7 +50,7 @@ services: bw-universe: bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/certbot-dns-cloudflare/docker-compose.yml b/examples/certbot-dns-cloudflare/docker-compose.yml index 6e2028a8a..180a23f52 100644 --- a/examples/certbot-dns-cloudflare/docker-compose.yml +++ b/examples/certbot-dns-cloudflare/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -33,7 +33,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/certbot-dns-digitalocean/docker-compose.yml b/examples/certbot-dns-digitalocean/docker-compose.yml index 98ceb0c7b..4702d7314 100644 --- a/examples/certbot-dns-digitalocean/docker-compose.yml +++ b/examples/certbot-dns-digitalocean/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -33,7 +33,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/certbot-dns-google/docker-compose.yml b/examples/certbot-dns-google/docker-compose.yml index 03e358327..61a5b8700 100644 --- a/examples/certbot-dns-google/docker-compose.yml +++ b/examples/certbot-dns-google/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -33,7 +33,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/certbot-dns-ovh/docker-compose.yml b/examples/certbot-dns-ovh/docker-compose.yml index 316f4f93e..d27abab87 100644 --- a/examples/certbot-dns-ovh/docker-compose.yml +++ b/examples/certbot-dns-ovh/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -33,7 +33,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/certbot-dns-route53/docker-compose.yml b/examples/certbot-dns-route53/docker-compose.yml index 73f9a49bc..065bf9677 100644 --- a/examples/certbot-dns-route53/docker-compose.yml +++ b/examples/certbot-dns-route53/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -33,7 +33,7 @@ services: - bw-services bbw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/cors/docker-compose.yml b/examples/cors/docker-compose.yml index 62769377e..9edbcfc96 100644 --- a/examples/cors/docker-compose.yml +++ b/examples/cors/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -38,7 +38,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/docker-configs/docker-compose.yml b/examples/docker-configs/docker-compose.yml index ef823a05b..17e1e204d 100644 --- a/examples/docker-configs/docker-compose.yml +++ b/examples/docker-configs/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -53,7 +53,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/drupal/docker-compose.yml b/examples/drupal/docker-compose.yml index 31b97bb66..2e5c47d72 100644 --- a/examples/drupal/docker-compose.yml +++ b/examples/drupal/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/ghost/docker-compose.yml b/examples/ghost/docker-compose.yml index d91d1c520..4f46f9582 100644 --- a/examples/ghost/docker-compose.yml +++ b/examples/ghost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -24,7 +24,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/gogs/docker-compose.yml b/examples/gogs/docker-compose.yml index 22648a096..8f8dd6849 100644 --- a/examples/gogs/docker-compose.yml +++ b/examples/gogs/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/hardened/docker-compose.yml b/examples/hardened/docker-compose.yml index f0867c485..74c6302f1 100644 --- a/examples/hardened/docker-compose.yml +++ b/examples/hardened/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta # dropping all capabilities cap_drop: - ALL @@ -39,7 +39,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/joomla/docker-compose.yml b/examples/joomla/docker-compose.yml index 0ee3af136..b0df036d7 100644 --- a/examples/joomla/docker-compose.yml +++ b/examples/joomla/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/load-balancer/docker-compose.yml b/examples/load-balancer/docker-compose.yml index 451bcdaaf..a3396ddf6 100644 --- a/examples/load-balancer/docker-compose.yml +++ b/examples/load-balancer/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -31,7 +31,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/magento/docker-compose.yml b/examples/magento/docker-compose.yml index 99c06cacf..2cbb29a67 100644 --- a/examples/magento/docker-compose.yml +++ b/examples/magento/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -29,7 +29,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/mattermost/docker-compose.yml b/examples/mattermost/docker-compose.yml index 973c009f7..9893528e9 100644 --- a/examples/mattermost/docker-compose.yml +++ b/examples/mattermost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -44,7 +44,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/mongo-express/docker-compose.yml b/examples/mongo-express/docker-compose.yml index 3135e35fb..1543a189b 100644 --- a/examples/mongo-express/docker-compose.yml +++ b/examples/mongo-express/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -27,7 +27,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/moodle/docker-compose.yml b/examples/moodle/docker-compose.yml index 079cf17d6..ce6b7ee3b 100644 --- a/examples/moodle/docker-compose.yml +++ b/examples/moodle/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -25,7 +25,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/nextcloud/docker-compose.yml b/examples/nextcloud/docker-compose.yml index b6d427ec2..7eee5bfcd 100644 --- a/examples/nextcloud/docker-compose.yml +++ b/examples/nextcloud/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -54,7 +54,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/passbolt/docker-compose.yml b/examples/passbolt/docker-compose.yml index 104e793f8..e33956620 100644 --- a/examples/passbolt/docker-compose.yml +++ b/examples/passbolt/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -26,7 +26,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/php-cookie-flags/docker-compose.yml b/examples/php-cookie-flags/docker-compose.yml index b622083f0..8e7477668 100644 --- a/examples/php-cookie-flags/docker-compose.yml +++ b/examples/php-cookie-flags/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -31,7 +31,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/php-multisite/docker-compose.yml b/examples/php-multisite/docker-compose.yml index cf44f7797..3845735cc 100644 --- a/examples/php-multisite/docker-compose.yml +++ b/examples/php-multisite/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -34,7 +34,7 @@ services: - net-app2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/php-singlesite/docker-compose.yml b/examples/php-singlesite/docker-compose.yml index fea3dd9d8..1c064b16f 100644 --- a/examples/php-singlesite/docker-compose.yml +++ b/examples/php-singlesite/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -30,7 +30,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/prestashop/docker-compose.yml b/examples/prestashop/docker-compose.yml index f398cf985..1448c4854 100644 --- a/examples/prestashop/docker-compose.yml +++ b/examples/prestashop/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/proxy-protocol/docker-compose.yml b/examples/proxy-protocol/docker-compose.yml index ed97f79bd..23a00864a 100644 --- a/examples/proxy-protocol/docker-compose.yml +++ b/examples/proxy-protocol/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - SERVER_NAME=www.example.com # replace with your domains - API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24 @@ -27,7 +27,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/radarr/docker-compose.yml b/examples/radarr/docker-compose.yml index 8cb1cc926..fd5308c07 100644 --- a/examples/radarr/docker-compose.yml +++ b/examples/radarr/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -34,7 +34,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/redmine/docker-compose.yml b/examples/redmine/docker-compose.yml index 4be6d6639..e5528be3e 100644 --- a/examples/redmine/docker-compose.yml +++ b/examples/redmine/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -24,7 +24,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/reverse-proxy-multisite/docker-compose.yml b/examples/reverse-proxy-multisite/docker-compose.yml index cf0be5922..5301f6924 100644 --- a/examples/reverse-proxy-multisite/docker-compose.yml +++ b/examples/reverse-proxy-multisite/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -27,7 +27,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/reverse-proxy-singlesite/docker-compose.yml b/examples/reverse-proxy-singlesite/docker-compose.yml index 4d9d9a3d7..3b29f33fc 100644 --- a/examples/reverse-proxy-singlesite/docker-compose.yml +++ b/examples/reverse-proxy-singlesite/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -32,7 +32,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/reverse-proxy-websocket/docker-compose.yml b/examples/reverse-proxy-websocket/docker-compose.yml index 469d17c19..27a7f8b4c 100644 --- a/examples/reverse-proxy-websocket/docker-compose.yml +++ b/examples/reverse-proxy-websocket/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -25,7 +25,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/stream-multisite/docker-compose.yml b/examples/stream-multisite/docker-compose.yml index 547e9c971..9542c2cb4 100644 --- a/examples/stream-multisite/docker-compose.yml +++ b/examples/stream-multisite/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 # required to resolve let's encrypt challenges - 10000:10000 # app1 without SSL/TLS @@ -33,7 +33,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/syslog/docker-compose.yml b/examples/syslog/docker-compose.yml index 61f4d9e87..e4c0870bd 100644 --- a/examples/syslog/docker-compose.yml +++ b/examples/syslog/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta logging: driver: syslog options: @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta logging: driver: syslog options: diff --git a/examples/tomcat/docker-compose.yml b/examples/tomcat/docker-compose.yml index ad205bbe6..1552004b3 100644 --- a/examples/tomcat/docker-compose.yml +++ b/examples/tomcat/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -23,7 +23,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/tor-hidden-service/docker-compose.yml b/examples/tor-hidden-service/docker-compose.yml index 54756c9da..a702f84c7 100644 --- a/examples/tor-hidden-service/docker-compose.yml +++ b/examples/tor-hidden-service/docker-compose.yml @@ -12,7 +12,7 @@ services: - bw-universe mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta environment: - API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24 # disable common security measures based on IP @@ -34,7 +34,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/examples/web-ui/docker-compose.wizard.yml b/examples/web-ui/docker-compose.wizard.yml index 08967dbd7..1442ff112 100644 --- a/examples/web-ui/docker-compose.wizard.yml +++ b/examples/web-ui/docker-compose.wizard.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -23,7 +23,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -45,7 +45,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: diff --git a/examples/web-ui/docker-compose.yml b/examples/web-ui/docker-compose.yml index 723757358..6a9862bef 100644 --- a/examples/web-ui/docker-compose.yml +++ b/examples/web-ui/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -50,7 +50,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: diff --git a/examples/wordpress/docker-compose.yml b/examples/wordpress/docker-compose.yml index bfd3a9c41..2af319065 100644 --- a/examples/wordpress/docker-compose.yml +++ b/examples/wordpress/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mybunker: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -25,7 +25,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - mybunker environment: diff --git a/misc/integrations/autoconf.mariadb.ui.yml b/misc/integrations/autoconf.mariadb.ui.yml index ade095ca3..a1a4005d4 100644 --- a/misc/integrations/autoconf.mariadb.ui.yml +++ b/misc/integrations/autoconf.mariadb.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -67,7 +67,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: diff --git a/misc/integrations/autoconf.mariadb.yml b/misc/integrations/autoconf.mariadb.yml index f8de36bf6..1caee4a69 100644 --- a/misc/integrations/autoconf.mariadb.yml +++ b/misc/integrations/autoconf.mariadb.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/autoconf.mysql.ui.yml b/misc/integrations/autoconf.mysql.ui.yml index 3a76846a0..b46e7146c 100644 --- a/misc/integrations/autoconf.mysql.ui.yml +++ b/misc/integrations/autoconf.mysql.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -67,7 +67,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: diff --git a/misc/integrations/autoconf.mysql.yml b/misc/integrations/autoconf.mysql.yml index 1ebc86c9e..544ee73aa 100644 --- a/misc/integrations/autoconf.mysql.yml +++ b/misc/integrations/autoconf.mysql.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/autoconf.postgres.ui.yml b/misc/integrations/autoconf.postgres.ui.yml index a81349da0..ec2cbffa0 100644 --- a/misc/integrations/autoconf.postgres.ui.yml +++ b/misc/integrations/autoconf.postgres.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -66,7 +66,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: diff --git a/misc/integrations/autoconf.postgres.yml b/misc/integrations/autoconf.postgres.yml index 4bbb384fa..9cf1ad0f2 100644 --- a/misc/integrations/autoconf.postgres.yml +++ b/misc/integrations/autoconf.postgres.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -19,7 +19,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/autoconf.ui.yml b/misc/integrations/autoconf.ui.yml index 0d8621def..59c20f85a 100644 --- a/misc/integrations/autoconf.ui.yml +++ b/misc/integrations/autoconf.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -18,7 +18,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -56,7 +56,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta networks: bw-docker: bw-universe: diff --git a/misc/integrations/autoconf.yml b/misc/integrations/autoconf.yml index 8f7821f17..f6d1cef89 100644 --- a/misc/integrations/autoconf.yml +++ b/misc/integrations/autoconf.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -18,7 +18,7 @@ services: - bw-services bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -32,7 +32,7 @@ services: - bw-docker bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/docker.mariadb.ui.yml b/misc/integrations/docker.mariadb.ui.yml index 9ad63f501..763e4c9f3 100644 --- a/misc/integrations/docker.mariadb.ui.yml +++ b/misc/integrations/docker.mariadb.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -27,7 +27,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -49,7 +49,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: diff --git a/misc/integrations/docker.mariadb.yml b/misc/integrations/docker.mariadb.yml index ab544b998..2dee70068 100644 --- a/misc/integrations/docker.mariadb.yml +++ b/misc/integrations/docker.mariadb.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -17,7 +17,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/docker.mysql.ui.yml b/misc/integrations/docker.mysql.ui.yml index ef535e47e..d8d7b598e 100644 --- a/misc/integrations/docker.mysql.ui.yml +++ b/misc/integrations/docker.mysql.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -27,7 +27,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -49,7 +49,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: diff --git a/misc/integrations/docker.mysql.yml b/misc/integrations/docker.mysql.yml index 68b08ae23..d3c2f3040 100644 --- a/misc/integrations/docker.mysql.yml +++ b/misc/integrations/docker.mysql.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -17,7 +17,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/docker.postgres.ui.yml b/misc/integrations/docker.postgres.ui.yml index aa7c3928c..7bf4ca1a2 100644 --- a/misc/integrations/docker.postgres.ui.yml +++ b/misc/integrations/docker.postgres.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -28,7 +28,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -50,7 +50,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker environment: diff --git a/misc/integrations/docker.postgres.yml b/misc/integrations/docker.postgres.yml index 3bce5323b..ab23e41b9 100644 --- a/misc/integrations/docker.postgres.yml +++ b/misc/integrations/docker.postgres.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -17,7 +17,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/docker.ui.yml b/misc/integrations/docker.ui.yml index f77ed0a2f..264b906dd 100644 --- a/misc/integrations/docker.ui.yml +++ b/misc/integrations/docker.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -23,7 +23,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker @@ -46,7 +46,7 @@ services: - bw-docker bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta depends_on: - bw-docker volumes: diff --git a/misc/integrations/docker.yml b/misc/integrations/docker.yml index c26c28d43..4ab717d29 100644 --- a/misc/integrations/docker.yml +++ b/misc/integrations/docker.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - 80:8080 - 443:8443 @@ -16,7 +16,7 @@ services: - bw-services bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta depends_on: - bunkerweb - bw-docker diff --git a/misc/integrations/k8s.mariadb.ui.yml b/misc/integrations/k8s.mariadb.ui.yml index 6839514b6..7fbbf8098 100644 --- a/misc/integrations/k8s.mariadb.ui.yml +++ b/misc/integrations/k8s.mariadb.ui.yml @@ -48,7 +48,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -118,7 +118,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -145,7 +145,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -230,7 +230,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-ui - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta imagePullPolicy: Always env: - name: ADMIN_USERNAME diff --git a/misc/integrations/k8s.mariadb.yml b/misc/integrations/k8s.mariadb.yml index 9e0166c9b..e181763c3 100644 --- a/misc/integrations/k8s.mariadb.yml +++ b/misc/integrations/k8s.mariadb.yml @@ -59,7 +59,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -129,7 +129,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -156,7 +156,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE diff --git a/misc/integrations/k8s.mysql.ui.yml b/misc/integrations/k8s.mysql.ui.yml index c841f0bd4..c2a3d628e 100644 --- a/misc/integrations/k8s.mysql.ui.yml +++ b/misc/integrations/k8s.mysql.ui.yml @@ -48,7 +48,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -118,7 +118,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -145,7 +145,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -230,7 +230,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-ui - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta imagePullPolicy: Always env: - name: ADMIN_USERNAME diff --git a/misc/integrations/k8s.mysql.yml b/misc/integrations/k8s.mysql.yml index 5fc9f60a7..6392455b5 100644 --- a/misc/integrations/k8s.mysql.yml +++ b/misc/integrations/k8s.mysql.yml @@ -48,7 +48,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -118,7 +118,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -144,7 +144,7 @@ spec: spec: containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE diff --git a/misc/integrations/k8s.postgres.ui.yml b/misc/integrations/k8s.postgres.ui.yml index c1c7201b4..db867ae9c 100644 --- a/misc/integrations/k8s.postgres.ui.yml +++ b/misc/integrations/k8s.postgres.ui.yml @@ -48,7 +48,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -118,7 +118,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -145,7 +145,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-scheduler - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -230,7 +230,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-ui - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta imagePullPolicy: Always env: - name: ADMIN_USERNAME diff --git a/misc/integrations/k8s.postgres.yml b/misc/integrations/k8s.postgres.yml index ca509024c..6d8ea7be4 100644 --- a/misc/integrations/k8s.postgres.yml +++ b/misc/integrations/k8s.postgres.yml @@ -48,7 +48,7 @@ spec: containers: # using bunkerweb as name is mandatory - name: bunkerweb - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta imagePullPolicy: Always securityContext: runAsUser: 101 @@ -118,7 +118,7 @@ spec: serviceAccountName: sa-bunkerweb containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE @@ -144,7 +144,7 @@ spec: spec: containers: - name: bunkerweb-controller - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta imagePullPolicy: Always env: - name: KUBERNETES_MODE diff --git a/misc/integrations/swarm.mariadb.ui.yml b/misc/integrations/swarm.mariadb.ui.yml index 0b70249e8..53456ee3b 100644 --- a/misc/integrations/swarm.mariadb.ui.yml +++ b/misc/integrations/swarm.mariadb.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -60,7 +60,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -87,7 +87,7 @@ services: - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta environment: - DATABASE_URI=mariadb+pymysql://bunkerweb:changeme@bw-db:3306/db # Remember to set a stronger password for the database - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/misc/integrations/swarm.mariadb.yml b/misc/integrations/swarm.mariadb.yml index 3ac421040..36abaa0c4 100644 --- a/misc/integrations/swarm.mariadb.yml +++ b/misc/integrations/swarm.mariadb.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -64,7 +64,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/misc/integrations/swarm.mysql.ui.yml b/misc/integrations/swarm.mysql.ui.yml index d963b1f66..be41d919e 100644 --- a/misc/integrations/swarm.mysql.ui.yml +++ b/misc/integrations/swarm.mysql.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -60,7 +60,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -87,7 +87,7 @@ services: - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta environment: - DATABASE_URI=mariadb+pymysql://bunkerweb:changeme@bw-db:3306/db # Remember to set a stronger password for the database - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/misc/integrations/swarm.mysql.yml b/misc/integrations/swarm.mysql.yml index 0a95c2d25..63e4f7ca2 100644 --- a/misc/integrations/swarm.mysql.yml +++ b/misc/integrations/swarm.mysql.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -60,7 +60,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/misc/integrations/swarm.postgres.ui.yml b/misc/integrations/swarm.postgres.ui.yml index 9e5678b93..7cab1fa52 100644 --- a/misc/integrations/swarm.postgres.ui.yml +++ b/misc/integrations/swarm.postgres.ui.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -60,7 +60,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -86,7 +86,7 @@ services: - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta environment: - DATABASE_URI=postgresql://bunkerweb:changeme@bw-db:5432/db - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/misc/integrations/swarm.postgres.yml b/misc/integrations/swarm.postgres.yml index b12d26082..3ad392735 100644 --- a/misc/integrations/swarm.postgres.yml +++ b/misc/integrations/swarm.postgres.yml @@ -2,7 +2,7 @@ version: "3.5" services: bunkerweb: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta ports: - published: 80 target: 8080 @@ -32,7 +32,7 @@ services: - "bunkerweb.INSTANCE=yes" bw-autoconf: - image: bunkerity/bunkerweb-autoconf:1.5.8 + image: bunkerity/bunkerweb-autoconf:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 @@ -60,7 +60,7 @@ services: - "node.role == manager" bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta environment: - SWARM_MODE=yes - DOCKER_HOST=tcp://bw-docker:2375 diff --git a/pyproject.toml b/pyproject.toml index 6a2fa300d..9dc1dc4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "BunkerWeb" description = "Make your web services secure by default !" -version = "1.5.8" +version = "1.6.0-beta" authors = [ { name = "Bunkerity", email = "contact@bunkerity.com" } ] diff --git a/src/VERSION b/src/VERSION index 90012116c..5a095916c 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -dev \ No newline at end of file +1.6.0-beta \ No newline at end of file diff --git a/src/autoconf/Dockerfile b/src/autoconf/Dockerfile index e6e9bda80..f4127d517 100644 --- a/src/autoconf/Dockerfile +++ b/src/autoconf/Dockerfile @@ -65,7 +65,7 @@ RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_cl RUN apk add --no-cache "libcrypto3>=3.1.5-r0" "libssl3>=3.1.5-r0" # CVE-2024-4603 LABEL maintainer "Bunkerity " -LABEL version "1.5.8" +LABEL version "1.6.0-beta" LABEL url "https://www.bunkerweb.io" LABEL bunkerweb.type "autoconf" diff --git a/src/bw/Dockerfile b/src/bw/Dockerfile index 5001b4677..140f3d4e2 100644 --- a/src/bw/Dockerfile +++ b/src/bw/Dockerfile @@ -71,7 +71,7 @@ RUN apk add --no-cache openssl pcre bash python3 yajl geoip libxml2 libgd curl & RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_client>=1.36.1-r17" # CVE-2023-42363 CVE-2023-42366 LABEL maintainer "Bunkerity " -LABEL version "1.5.8" +LABEL version "1.6.0-beta" LABEL url "https://www.bunkerweb.io" LABEL bunkerweb.type "bunkerweb" LABEL bunkerweb.INSTANCE "bunkerweb" diff --git a/src/common/db/Database.py b/src/common/db/Database.py index 86293ea94..132a3bc4f 100644 --- a/src/common/db/Database.py +++ b/src/common/db/Database.py @@ -393,7 +393,7 @@ class Database: "last_pro_plugins_change": None, "last_instances_change": None, "integration": "unknown", - "version": "1.5.8", + "version": "1.6.0-beta", "database_version": "Unknown", # ? Extracted from the database "default": True, # ? Extra field to know if the returned data is the default one } diff --git a/src/common/db/model.py b/src/common/db/model.py index a39f1194c..88ef74382 100644 --- a/src/common/db/model.py +++ b/src/common/db/model.py @@ -254,4 +254,4 @@ class Metadata(Base): last_instances_change = Column(DateTime, nullable=True) failover = Column(Boolean, default=None, nullable=True) integration = Column(INTEGRATIONS_ENUM, default="Unknown", nullable=False) - version = Column(String(32), default="1.5.8", nullable=False) + version = Column(String(32), default="1.6.0-beta", nullable=False) diff --git a/src/linux/scripts/beforeInstall.sh b/src/linux/scripts/beforeInstall.sh index a8ee0cd85..a6859d3b6 100644 --- a/src/linux/scripts/beforeInstall.sh +++ b/src/linux/scripts/beforeInstall.sh @@ -23,7 +23,7 @@ if [ -f /etc/os-release ]; then if [[ "$OS" == "Ubuntu" || "$OS" == "Debian" ]]; then # Get the version of the package VERSION=$(dpkg-query -W -f='${Version}' bunkerweb) - if dpkg --compare-versions "$VERSION" lt "1.5.8" && [ -f /var/tmp/variables.env ] && [ -f /var/tmp/ui.env ]; then + if dpkg --compare-versions "$VERSION" lt "1.6.0-beta" && [ -f /var/tmp/variables.env ] && [ -f /var/tmp/ui.env ]; then echo "ℹ️ Copy /var/tmp/variables.env to /etc/bunkerweb/variables.env" do_and_check_cmd cp -f /var/tmp/variables.env /etc/bunkerweb/variables.env echo "ℹ️ Copy /var/tmp/ui.env to /etc/bunkerweb/ui.env" @@ -32,7 +32,7 @@ if [ -f /etc/os-release ]; then elif [[ "$OS" == "Red Hat Enterprise Linux" || "$OS" == "Fedora" ]]; then # Get the version of the package VERSION=$(rpm -q --queryformat '%{VERSION}' bunkerweb) - if [ "$(printf '%s\n' "$VERSION" "$(echo '1.5.8' | tr -d ' ')" | sort -V | head -n 1)" = "$VERSION" ] && [ -f /var/tmp/variables.env ] && [ -f /var/tmp/ui.env ]; then + if [ "$(printf '%s\n' "$VERSION" "$(echo '1.6.0-beta' | tr -d ' ')" | sort -V | head -n 1)" = "$VERSION" ] && [ -f /var/tmp/variables.env ] && [ -f /var/tmp/ui.env ]; then echo "ℹ️ Copy /var/tmp/variables.env to /etc/bunkerweb/variables.env" do_and_check_cmd cp -f /var/tmp/variables.env /etc/bunkerweb/variables.env echo "ℹ️ Copy /var/tmp/ui.env to /etc/bunkerweb/ui.env" diff --git a/src/scheduler/Dockerfile b/src/scheduler/Dockerfile index 35885106d..e004a5881 100644 --- a/src/scheduler/Dockerfile +++ b/src/scheduler/Dockerfile @@ -72,7 +72,7 @@ COPY --chown=root:scheduler --chmod=770 src/bw/misc/country.mmdb /var/tmp/bunker RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_client>=1.36.1-r17" # CVE-2023-42363 CVE-2023-42364 CVE-2023-42365 CVE-2023-42366 LABEL maintainer "Bunkerity " -LABEL version "1.5.8" +LABEL version "1.6.0-beta" LABEL url "https://www.bunkerweb.io" LABEL bunkerweb.type "scheduler" diff --git a/src/ui/Dockerfile b/src/ui/Dockerfile index 02e05de1b..049eb7b25 100644 --- a/src/ui/Dockerfile +++ b/src/ui/Dockerfile @@ -66,7 +66,7 @@ RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_cl RUN apk add --no-cache "libcrypto3>=3.1.5-r0" "libssl3>=3.1.5-r0" # CVE-2024-4603 LABEL maintainer "Bunkerity " -LABEL version "1.5.8" +LABEL version "1.6.0-beta" LABEL url "https://www.bunkerweb.io" LABEL bunkerweb.type "ui" diff --git a/tests/core/antibot/docker-compose.yml b/tests/core/antibot/docker-compose.yml index 831f7e6d5..0108cbdeb 100644 --- a/tests/core/antibot/docker-compose.yml +++ b/tests/core/antibot/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -14,7 +14,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/authbasic/docker-compose.yml b/tests/core/authbasic/docker-compose.yml index 8c913a9f9..cf9ee37a3 100644 --- a/tests/core/authbasic/docker-compose.yml +++ b/tests/core/authbasic/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -14,7 +14,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/backup/docker-compose.yml b/tests/core/backup/docker-compose.yml index 906445c8c..4d1fa22c7 100644 --- a/tests/core/backup/docker-compose.yml +++ b/tests/core/backup/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -14,7 +14,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never labels: - "bunkerweb.SCHEDULER=yes" diff --git a/tests/core/badbehavior/docker-compose.yml b/tests/core/badbehavior/docker-compose.yml index 3fd55e4f2..1857b916d 100644 --- a/tests/core/badbehavior/docker-compose.yml +++ b/tests/core/badbehavior/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/blacklist/docker-compose.yml b/tests/core/blacklist/docker-compose.yml index b1b482719..3fd543643 100644 --- a/tests/core/blacklist/docker-compose.yml +++ b/tests/core/blacklist/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -18,7 +18,7 @@ services: ipv4_address: 1.0.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/brotli/docker-compose.yml b/tests/core/brotli/docker-compose.yml index 60d4eb204..1f228d564 100644 --- a/tests/core/brotli/docker-compose.yml +++ b/tests/core/brotli/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -14,7 +14,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/bunkernet/docker-compose.yml b/tests/core/bunkernet/docker-compose.yml index 338a68145..c46077f9a 100644 --- a/tests/core/bunkernet/docker-compose.yml +++ b/tests/core/bunkernet/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 1.0.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/bwcli/docker-compose.yml b/tests/core/bwcli/docker-compose.yml index ae425f19c..c660b4917 100644 --- a/tests/core/bwcli/docker-compose.yml +++ b/tests/core/bwcli/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never depends_on: - bw-redis @@ -14,7 +14,7 @@ services: - bw-universe bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/clientcache/docker-compose.yml b/tests/core/clientcache/docker-compose.yml index f217b3bcd..f6a7f4ee4 100644 --- a/tests/core/clientcache/docker-compose.yml +++ b/tests/core/clientcache/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/cors/docker-compose.yml b/tests/core/cors/docker-compose.yml index 2dc615633..3d65f322e 100644 --- a/tests/core/cors/docker-compose.yml +++ b/tests/core/cors/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/country/docker-compose.yml b/tests/core/country/docker-compose.yml index 55a02eb86..182708b99 100644 --- a/tests/core/country/docker-compose.yml +++ b/tests/core/country/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -18,7 +18,7 @@ services: ipv4_address: 2.0.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/customcert/docker-compose.yml b/tests/core/customcert/docker-compose.yml index ffc9dfa9d..ef850607c 100644 --- a/tests/core/customcert/docker-compose.yml +++ b/tests/core/customcert/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/db/docker-compose.yml b/tests/core/db/docker-compose.yml index 8698a71d2..809f8407d 100644 --- a/tests/core/db/docker-compose.yml +++ b/tests/core/db/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -14,7 +14,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/dnsbl/docker-compose.yml b/tests/core/dnsbl/docker-compose.yml index 8a9a4c593..e05b250c1 100644 --- a/tests/core/dnsbl/docker-compose.yml +++ b/tests/core/dnsbl/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/errors/docker-compose.yml b/tests/core/errors/docker-compose.yml index fdbce9939..f24645f63 100644 --- a/tests/core/errors/docker-compose.yml +++ b/tests/core/errors/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -17,7 +17,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/greylist/docker-compose.yml b/tests/core/greylist/docker-compose.yml index a517d9423..76c052cac 100644 --- a/tests/core/greylist/docker-compose.yml +++ b/tests/core/greylist/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -18,7 +18,7 @@ services: ipv4_address: 1.0.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/gzip/docker-compose.yml b/tests/core/gzip/docker-compose.yml index fcac36c10..ad5850512 100644 --- a/tests/core/gzip/docker-compose.yml +++ b/tests/core/gzip/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never ports: - 80:8080 @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/headers/docker-compose.yml b/tests/core/headers/docker-compose.yml index 2d3d8c23a..2b34d3b43 100644 --- a/tests/core/headers/docker-compose.yml +++ b/tests/core/headers/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/inject/docker-compose.yml b/tests/core/inject/docker-compose.yml index 72a40d322..4dda0c2f0 100644 --- a/tests/core/inject/docker-compose.yml +++ b/tests/core/inject/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/letsencrypt/docker-compose.yml b/tests/core/letsencrypt/docker-compose.yml index df1ce5153..11539d694 100644 --- a/tests/core/letsencrypt/docker-compose.yml +++ b/tests/core/letsencrypt/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/limit/docker-compose.yml b/tests/core/limit/docker-compose.yml index 8d27de2a3..1dbd36b20 100644 --- a/tests/core/limit/docker-compose.yml +++ b/tests/core/limit/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/misc/docker-compose.yml b/tests/core/misc/docker-compose.yml index bc54909bd..e717fd0a0 100644 --- a/tests/core/misc/docker-compose.yml +++ b/tests/core/misc/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/modsecurity/docker-compose.yml b/tests/core/modsecurity/docker-compose.yml index e6c38fc8c..284613d02 100644 --- a/tests/core/modsecurity/docker-compose.yml +++ b/tests/core/modsecurity/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/redirect/docker-compose.yml b/tests/core/redirect/docker-compose.yml index 6debe7473..a728d93f7 100644 --- a/tests/core/redirect/docker-compose.yml +++ b/tests/core/redirect/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/redis/docker-compose.yml b/tests/core/redis/docker-compose.yml index a902760e9..bb6f86dae 100644 --- a/tests/core/redis/docker-compose.yml +++ b/tests/core/redis/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never depends_on: - bw-redis @@ -18,7 +18,7 @@ services: ipv4_address: 1.0.0.254 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/reverseproxy/docker-compose.yml b/tests/core/reverseproxy/docker-compose.yml index 983ff4732..5ba3a5106 100644 --- a/tests/core/reverseproxy/docker-compose.yml +++ b/tests/core/reverseproxy/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/reversescan/docker-compose.yml b/tests/core/reversescan/docker-compose.yml index 5c221d8df..09661a893 100644 --- a/tests/core/reversescan/docker-compose.yml +++ b/tests/core/reversescan/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/selfsigned/docker-compose.yml b/tests/core/selfsigned/docker-compose.yml index 5ea6418b1..0ae872995 100644 --- a/tests/core/selfsigned/docker-compose.yml +++ b/tests/core/selfsigned/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/sessions/docker-compose.yml b/tests/core/sessions/docker-compose.yml index 016e62701..e5cbf60b7 100644 --- a/tests/core/sessions/docker-compose.yml +++ b/tests/core/sessions/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -16,7 +16,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/core/whitelist/docker-compose.yml b/tests/core/whitelist/docker-compose.yml index fde350bd1..905c66736 100644 --- a/tests/core/whitelist/docker-compose.yml +++ b/tests/core/whitelist/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never labels: - "bunkerweb.INSTANCE=yes" @@ -18,7 +18,7 @@ services: ipv4_address: 1.0.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw diff --git a/tests/ui/docker-compose.yml b/tests/ui/docker-compose.yml index 91811010c..b1a6315b3 100644 --- a/tests/ui/docker-compose.yml +++ b/tests/ui/docker-compose.yml @@ -5,7 +5,7 @@ x-env: &env services: bw: - image: bunkerity/bunkerweb:1.5.8 + image: bunkerity/bunkerweb:1.6.0-beta pull_policy: never ports: - 80:80 @@ -43,7 +43,7 @@ services: ipv4_address: 192.168.0.2 bw-scheduler: - image: bunkerity/bunkerweb-scheduler:1.5.8 + image: bunkerity/bunkerweb-scheduler:1.6.0-beta pull_policy: never depends_on: - bw @@ -57,7 +57,7 @@ services: - bw-universe bw-ui: - image: bunkerity/bunkerweb-ui:1.5.8 + image: bunkerity/bunkerweb-ui:1.6.0-beta pull_policy: never depends_on: - bw