Skip to content

Commit

Permalink
update version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jan 4, 2024
1 parent d3cfbfe commit fecf4a8
Show file tree
Hide file tree
Showing 116 changed files with 386 additions and 389 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.5.4
value: 1.5.5
validations:
required: true
- type: dropdown
Expand Down
80 changes: 40 additions & 40 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Yes, we offer professional services related to BunkerWeb such as :
- Custom development
- Partnership

**We have a [dedicated panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) to centralise all professional requests.**
**We have a [dedicated panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) to centralize all professional requests.**

You can also contact use at [contact@bunkerity.com](mailto:contact@bunkerity.com) if you are interested.

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

## Custom configurations

Expand All @@ -95,7 +95,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.4/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.5.5/examples) directory of the repository.

## Database

Expand Down
64 changes: 32 additions & 32 deletions docs/integrations.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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.4/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.5.5/misc/integrations) folder of the repository.

## Scheduler

Expand Down
12 changes: 6 additions & 6 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
volumes:
- ./bw-data:/data
...
Expand Down Expand Up @@ -95,7 +95,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
volumes:
- ./bw-data:/data
...
Expand Down Expand Up @@ -134,7 +134,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
volumes:
- /shared/bw-plugins:/data/plugins
...
Expand Down Expand Up @@ -181,7 +181,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
imagePullPolicy: Always
env:
- name: KUBERNETES_MODE
Expand Down Expand Up @@ -262,7 +262,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.4/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.5.5/src/common/core) (already included in BunkerWeb but they are plugins, technically speaking).

The first step is to create a folder that will contain the plugin :

Expand Down Expand Up @@ -507,7 +507,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.4/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.5.5/src/bw/lua/bunkerweb) of the repository.

### Jobs

Expand Down
50 changes: 25 additions & 25 deletions docs/quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
We assume that you're already familiar with the [core concepts](concepts.md) and you have followed the [integrations instructions](integrations.md) for your environment.

!!! 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.4/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.5.5/examples) of the repository to get real-world examples.

## Protect HTTP applications

Expand Down Expand Up @@ -35,7 +35,7 @@ You will find more settings about reverse proxy in the [settings section](settin
- bw-services

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
ports:
- 80:8080
- 443:8443
Expand All @@ -52,7 +52,7 @@ You will find more settings about reverse proxy in the [settings section](settin
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.4
image: bunkerity/bunkerweb-scheduler:1.5.5
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -389,7 +389,7 @@ You will find more settings about reverse proxy in the [settings section](settin
- bw-services

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
ports:
- 80:8080
- 443:8443
Expand All @@ -409,7 +409,7 @@ You will find more settings about reverse proxy in the [settings section](settin
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.4
image: bunkerity/bunkerweb-scheduler:1.5.5
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -828,7 +828,7 @@ REAL_IP_HEADER=X-Forwarded-For

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand All @@ -843,7 +843,7 @@ REAL_IP_HEADER=X-Forwarded-For

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand All @@ -858,7 +858,7 @@ REAL_IP_HEADER=X-Forwarded-For

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand Down Expand Up @@ -978,7 +978,7 @@ REAL_IP_HEADER=proxy_protocol

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand All @@ -994,7 +994,7 @@ REAL_IP_HEADER=proxy_protocol

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand All @@ -1010,7 +1010,7 @@ REAL_IP_HEADER=proxy_protocol

```yaml
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
...
environment:
- USE_REAL_IP=yes
Expand Down Expand Up @@ -1156,7 +1156,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
- bw-services

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
ports:
- 80:8080 # Keep it if you want to use Let's Encrypt automation
- 10000:10000 # app1
Expand All @@ -1178,7 +1178,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.4
image: bunkerity/bunkerweb-scheduler:1.5.5
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -1227,7 +1227,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
ports:
- 80:8080 # Keep it if you want to use Let's Encrypt automation
- 10000:10000 # app1
Expand Down Expand Up @@ -1285,7 +1285,7 @@ For complete list of settings regarding `stream` mode, please refer to the [sett

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
ports:
# Keep it if you want to use Let's Encrypt automation
- published: 80
Expand Down Expand Up @@ -1473,7 +1473,7 @@ Some integrations provide more convenient ways to apply configurations, such as
```yaml
...
mybunker:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
environment:
- |
CUSTOM_CONF_SERVER_HTTP_hello-world=
Expand Down Expand Up @@ -1516,7 +1516,7 @@ Some integrations provide more convenient ways to apply configurations, such as

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

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

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
volumes:
- ./www:/var/www/html
ports:
Expand All @@ -1842,7 +1842,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -1920,7 +1920,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
volumes:
- ./www:/var/www/html
labels:
Expand All @@ -1934,7 +1934,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.4
image: bunkerity/bunkerweb-scheduler:1.5.5
depends_on:
- bunkerweb
- bw-docker
Expand Down Expand Up @@ -2078,7 +2078,7 @@ BunkerWeb supports PHP using external or remote [PHP-FPM](https://www.php.net/ma

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
volumes:
- /shared/www:/var/www/html
...
Expand Down Expand Up @@ -2360,7 +2360,7 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
environment:
- USE_IPv6=yes

Expand Down Expand Up @@ -2405,7 +2405,7 @@ By default, BunkerWeb will only listen on IPv4 addresses and won't use IPv6 for
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.4
image: bunkerity/bunkerweb:1.5.5
environment:
- USE_IPv6=yes

Expand Down
2 changes: 1 addition & 1 deletion docs/security-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,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.4/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.5.5/examples).

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

Expand Down
Loading

0 comments on commit fecf4a8

Please sign in to comment.