prepare for v1.3.2

This commit is contained in:
florian 2021-10-23 16:56:10 +02:00
parent c00c7f46a0
commit 3850cacb9c
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
1.3.1 1.3.2

View File

@ -50,7 +50,7 @@ copyright = '2021, bunkerity'
author = 'bunkerity' author = 'bunkerity'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = 'v1.3.1' release = 'v1.3.2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -690,12 +690,12 @@ Unlike containers, Linux integration can be tedious because bunkerized-nginx has
First of all you will need to install bunkerized-nginx. The recommended way is to use the official installer script : First of all you will need to install bunkerized-nginx. The recommended way is to use the official installer script :
```shell ```shell
$ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.1/linux-install.sh -o /tmp/bunkerized-nginx.sh $ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.2/linux-install.sh -o /tmp/bunkerized-nginx.sh
``` ```
Before executing it, you should also check the signature : Before executing it, you should also check the signature :
```shell ```shell
$ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.1/linux-install.sh.asc -o /tmp/bunkerized-nginx.sh.asc $ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.2/linux-install.sh.asc -o /tmp/bunkerized-nginx.sh.asc
$ gpg --auto-key-locate hkps://keys.openpgp.org --locate-keys contact@bunkerity.com $ gpg --auto-key-locate hkps://keys.openpgp.org --locate-keys contact@bunkerity.com
$ gpg --verify /tmp/bunkerized-nginx.sh.asc /tmp/bunkerized-nginx.sh $ gpg --verify /tmp/bunkerized-nginx.sh.asc /tmp/bunkerized-nginx.sh
``` ```

View File

@ -945,7 +945,7 @@
}, },
{ {
"context": "multisite", "context": "multisite",
"default": "no", "default": "yes",
"env": "USE_REMOTE_API", "env": "USE_REMOTE_API",
"id": "use-remote-api", "id": "use-remote-api",
"label": "Use a remote service for enhanced security", "label": "Use a remote service for enhanced security",
@ -954,7 +954,7 @@
}, },
{ {
"context": "global", "context": "global",
"default": "", "default": "https://api.bunkerity.com/bunkerized",
"env": "REMOTE_API_SERVER", "env": "REMOTE_API_SERVER",
"id": "remote-api-server", "id": "remote-api-server",
"label": "The URL of the remote service", "label": "The URL of the remote service",