Skip to content

Commit

Permalink
Bump version to 1.6.0 and update related configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jan 27, 2025
1 parent 4b8c5d5 commit 4b5a195
Show file tree
Hide file tree
Showing 85 changed files with 352 additions and 352 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body:
label: BunkerWeb version
description: What version of BunkerWeb are you running?
placeholder: Version
value: 1.6.0-rc3
value: 1.6.0
validations:
required: true
- type: dropdown
Expand Down
84 changes: 42 additions & 42 deletions README.md

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand All @@ -66,7 +66,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand All @@ -86,7 +86,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand Down Expand Up @@ -155,7 +155,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand All @@ -171,7 +171,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand All @@ -192,7 +192,7 @@ You will find more settings about real IP in the [settings section](settings.md#

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
...
environment:
USE_REAL_IP: "yes"
Expand Down Expand Up @@ -295,7 +295,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett

services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
ports:
- "80:8080" # Keep it if you want to use Let's Encrypt automation when using http challenge type
- "10000:10000" # app1
Expand All @@ -310,7 +310,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
volumes:
- bw-data:/data
environment:
Expand Down Expand Up @@ -361,7 +361,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
```yaml
services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
ports:
- "80:8080" # Keep it if you want to use Let's Encrypt automation when using http challenge type
- "10000:10000" # app1
Expand Down Expand Up @@ -415,7 +415,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
```yaml
services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
ports:
# Keep it if you want to use Let's Encrypt automation when using http challenge type
- published: 80
Expand Down Expand Up @@ -700,7 +700,7 @@ Some integrations provide more convenient ways to apply configurations, such as
```yaml
...
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
environment:
- |
CUSTOM_CONF_SERVER_HTTP_hello-world=
Expand Down Expand Up @@ -743,7 +743,7 @@ Some integrations provide more convenient ways to apply configurations, such as

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
volumes:
- ./bw-data:/data
...
Expand Down Expand Up @@ -813,7 +813,7 @@ Some integrations provide more convenient ways to apply configurations, such as

```yaml
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
volumes:
- ./bw-data:/data
...
Expand Down Expand Up @@ -994,7 +994,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma

services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
ports:
- "80:8080/tcp"
- "443:8443/tcp"
Expand All @@ -1009,7 +1009,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
environment:
<<: *bw-api-env
BUNKERWEB_INSTANCES: "bunkerweb" # This setting is mandatory to specify the BunkerWeb instance
Expand Down Expand Up @@ -1103,7 +1103,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma

services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
labels:
- "bunkerweb.INSTANCE=yes"
environment:
Expand All @@ -1116,7 +1116,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
environment:
<<: *bw-api-env
BUNKERWEB_INSTANCES: "" # We don't need to specify the BunkerWeb instance here as they are automatically detected by the autoconf service
Expand All @@ -1131,7 +1131,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma
- bw-db

bw-autoconf:
image: bunkerity/bunkerweb-autoconf:1.6.0-rc3
image: bunkerity/bunkerweb-autoconf:1.6.0
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -1281,7 +1281,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma
```yaml
services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
volumes:
- /shared/www:/var/www/html
...
Expand Down Expand Up @@ -1476,7 +1476,7 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for
```yaml
services:
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
environment:
USE_IPv6: "yes"

Expand Down Expand Up @@ -2076,7 +2076,7 @@ This BunkerWeb plugin acts as a [CrowdSec](https://crowdsec.net/) bouncer. It wi
```yaml
services:
bunkerweb:
image: bunkerity/bunkerweb:1.6.0-rc3
image: bunkerity/bunkerweb:1.6.0
ports:
- "80:8080"
- "443:8443"
Expand All @@ -2093,7 +2093,7 @@ This BunkerWeb plugin acts as a [CrowdSec](https://crowdsec.net/) bouncer. It wi
syslog-address: "udp://10.10.10.254:514"
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.6.0-rc3
image: bunkerity/bunkerweb-scheduler:1.6.0
depends_on:
- bunkerweb
environment:
Expand Down Expand Up @@ -2587,7 +2587,7 @@ Here is the list of related settings :

For more advanced authentication methods, such as Single Sign-On (SSO), you can leverage the **auth request settings**. This allows integration with external authentication systems by using subrequest-based authentication. For detailed information about this feature, refer to the [NGINX documentation](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/).

To help you get started, the [BunkerWeb repository](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-rc3/examples) includes examples for popular authentication solutions like [Authelia](https://www.authelia.com/) and [Authentik](https://goauthentik.io/). These examples demonstrate how to integrate these tools seamlessly with your deployment.
To help you get started, the [BunkerWeb repository](https://github.com/bunkerity/bunkerweb/tree/v1.6.0/examples) includes examples for popular authentication solutions like [Authelia](https://www.authelia.com/) and [Authentik](https://goauthentik.io/). These examples demonstrate how to integrate these tools seamlessly with your deployment.

**Auth request settings are related to reverse proxy rules.**

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0-rc3/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/examples) directory of the repository.

## Custom configurations

Expand All @@ -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.6.0-rc3/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/examples) directory of the repository.

## Database

Expand Down
Loading

0 comments on commit 4b5a195

Please sign in to comment.