diff --git a/VERSION b/VERSION index 3a3cd8c..1892b92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/docs/conf.py b/docs/conf.py index 519cc4f..02afb2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = '2021, bunkerity' author = 'bunkerity' # The full version, including alpha/beta/rc tags -release = 'v1.3.1' +release = 'v1.3.2' # -- General configuration --------------------------------------------------- diff --git a/docs/integrations.md b/docs/integrations.md index 4df66d1..eff20f3 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -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 : ```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 : ```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 --verify /tmp/bunkerized-nginx.sh.asc /tmp/bunkerized-nginx.sh ``` diff --git a/settings.json b/settings.json index 8d947df..885d08e 100644 --- a/settings.json +++ b/settings.json @@ -945,7 +945,7 @@ }, { "context": "multisite", - "default": "no", + "default": "yes", "env": "USE_REMOTE_API", "id": "use-remote-api", "label": "Use a remote service for enhanced security", @@ -954,7 +954,7 @@ }, { "context": "global", - "default": "", + "default": "https://api.bunkerity.com/bunkerized", "env": "REMOTE_API_SERVER", "id": "remote-api-server", "label": "The URL of the remote service",