From ef910d313c71af9cdb4f8ca93db5bae89ebb7bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 26 Dec 2017 21:12:13 +0100 Subject: [PATCH 1/2] wallabag 2.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12f865a..640b7d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:edge LABEL maintainer "Marvin Steadfast " -ARG WALLABAG_VERSION=2.3.0 +ARG WALLABAG_VERSION=2.3.1 RUN set -ex \ && apk update \ From ae7aefe8e430f4c98ff113ba27cbd54158c4891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 26 Dec 2017 21:35:43 +0100 Subject: [PATCH 2/2] Updated parameters for 2.3.1 --- root/etc/ansible/templates/parameters.yml.j2 | 1 + root/var/www/wallabag/app/config/parameters.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/root/etc/ansible/templates/parameters.yml.j2 b/root/etc/ansible/templates/parameters.yml.j2 index 4285931..80de9b4 100644 --- a/root/etc/ansible/templates/parameters.yml.j2 +++ b/root/etc/ansible/templates/parameters.yml.j2 @@ -9,6 +9,7 @@ parameters: database_table_prefix: wallabag_ database_socket: null database_charset: {{ database_charset }} + database_driver_class: null domain_name: {{ domain_name }} diff --git a/root/var/www/wallabag/app/config/parameters.yml b/root/var/www/wallabag/app/config/parameters.yml index 9469a83..9c4dfbb 100644 --- a/root/var/www/wallabag/app/config/parameters.yml +++ b/root/var/www/wallabag/app/config/parameters.yml @@ -9,6 +9,7 @@ parameters: database_table_prefix: wallabag_ database_socket: null database_charset: utf8 + database_driver_class: null domain_name: https://your-wallabag-url-instance.com