ywoly
d02c1a404a
Add env variables for two-factor auth
2020-04-15 09:24:48 +02:00
Jérémy Benoist
2cd061f08d
Merge pull request #183 from ivzhh/master
...
Prepare for wallabag 2.4
2020-03-27 15:54:48 +01:00
ivz hh
1693adc27c
Prepare for wallabag 2.4
...
Problem: I try to build image for wallabag 2.4-dev as of Feb 29, 2020.
The building fails due to two missing packages:
* py-mysqldb
* py-psycopg2
It seems these two packages are included in alpine:3.10, not yet in
alpine:latest. After launching wallabag 2.4-dev, a zhihu page reports
error and wallabag suggests to install php7-intl.
Solution:
* Fix alpine version to 3.10. The reason is also to avoid
CVE-2019-5021 (alpine set root password to NULL). 3.10 is not affected.
In case some users use tag 3.9 and happen to have 3.9.2, then they may
be affected.
* Add php7-intl to meet new requirement
2020-02-29 08:40:31 -07:00
Jérémy Benoist
a444f0db9d
Merge pull request #173 from hoh/patch-1
...
Fix Nginx was not binding on IPv6
2019-12-05 18:15:01 -08:00
Hugo Herter
b98d38cbed
Fix Nginx was not binding on IPv6
...
Problem: Nginx is only binding to the IPv4. Deployments with IPv6 require forking the image or overwriting `nginx.conf`.
Solution: Edit `nginx.conf` to listen to both IPv4 and IPv6 by making it listen on `[::]:80`.
Note: This may be related and contradictory to #54
2019-12-05 23:46:46 +01:00
Jérémy Benoist
6c548be161
Update README.md
...
See https://github.com/wallabag/docker/issues/152#issuecomment-561118356
2019-12-03 16:44:19 -08:00
Nicolas Lœuillet
174fa565eb
Merge pull request #169 from cstuder/patch-1
...
Readme: Fixes link to documentation
2019-10-31 14:30:31 +01:00
Christian Studer
45989b38de
Readme: Fixes link to documentation
2019-10-30 17:25:17 +01:00
Jérémy Benoist
af075af5d8
Merge pull request #160 from sviande/config_sentry
...
Sentry: fix template parameters
2019-06-19 10:20:49 +02:00
Sébastien Viande
51a60408e1
Sentry: fix template parameters
2019-06-19 10:06:02 +02:00
Jérémy Benoist
bea6b2fcc6
Merge pull request #159 from sviande/config_sentry
...
Config: add sentry_dsn entry
2019-06-18 20:28:39 +02:00
Sébastien Viande
e189338065
Config: add sentry_dsn entry
2019-06-18 20:11:08 +02:00
Jérémy Benoist
8595085d6b
Merge pull request #158 from brouberol/patch-1
...
Fix iconv setup to make it support non-ASCII encodings
2019-06-14 20:32:36 +02:00
Balthazar Rouberol
503114fcba
Fix iconv/musl
...
This PR adds 2 instructions to the Docker image build, making sure that `iconv` is setup properly.
This fixes https://github.com/wallabag/wallabag/issues/4011
For more context about the actual underlying issue that this fixes, you can read up
* https://github.com/docker-library/php/issues/240
* https://github.com/docker-library/php/issues/428
Kind regards
2019-06-14 13:44:59 +02:00
Jérémy Benoist
88bf8bb86d
Merge pull request #106 from glego/add-secure-email
...
Add secure email
2019-06-05 11:39:08 +02:00
Jérémy Benoist
58a4d10cc5
Merge pull request #156 from WagnerChristoph/patch-1
...
fix typo in README.md
2019-05-27 09:28:32 +02:00
Christoph Wagner
501c4a08c6
fix typo in README.md
2019-05-24 22:16:19 +02:00
Jérémy Benoist
710cc43af4
Merge pull request #155 from wallabag/release-2.3.8
...
2.3.8
2.3.8
2019-05-14 13:24:19 +02:00
Jeremy Benoist
b2afa8eff4
2.3.8
2019-05-14 12:15:56 +02:00
Jérémy Benoist
a01e124295
Merge pull request #150 from wallabag/release-2.3.7
...
2.3.7
2.3.7
2019-03-04 15:21:33 +01:00
Jeremy Benoist
4abeb0db73
2.3.7
2019-03-04 13:44:40 +01:00
Jérémy Benoist
ca1dd1d464
Merge pull request #147 from jeroenj/tzdata
...
Adds tzdata to installed packages
2019-02-27 16:17:27 +01:00
Jérémy Benoist
c58b7b4af2
Merge pull request #148 from Chostakovitch/master
...
Add locale environment variable to README
2019-02-27 16:17:10 +01:00
Quentin Duchemin
4dcaf994ab
Add locale environment variable to README
2019-02-27 11:15:10 +01:00
Jeroen Jacobs
8737b7115e
Adds tzdata to installed packages
...
This allows for setting the timezone using the TZ environment variable.
2019-02-26 21:46:49 +01:00
Jérémy Benoist
dd280bd5cf
Merge pull request #142 from wallabag/release-2.3.6
...
2.3.6
2.3.6
2019-01-11 22:39:19 +01:00
Jérémy Benoist
e292a1c0c2
2.3.6
2019-01-11 22:09:49 +01:00
Jérémy Benoist
7cce137040
Merge pull request #137 from bencer/master
...
Add php7-tidy
2019-01-04 07:14:21 +01:00
Jorge Salamero Sanz
ad326dcfe3
Add php7-tidy
2018-12-15 16:31:59 +01:00
Jérémy Benoist
71dd17939c
Merge pull request #97 from mostlyjason/patch-1
...
Adding example of how to set the domain name
2.3.5
2018-12-15 08:32:22 +01:00
Jérémy Benoist
66c3967ef5
Merge pull request #134 from kmlucy/master
...
Add redis environmental variables
2018-12-15 08:30:49 +01:00
Jérémy Benoist
6d7fdd92c8
Merge pull request #136 from wallabag/release-2.3.5
...
2.3.5
2018-12-15 08:27:38 +01:00
Jérémy Benoist
f9f5b5c68c
2.3.5
2018-12-15 07:18:19 +01:00
Kyle Lucy
386924f2cc
Update README.md
2018-12-07 22:44:48 -05:00
Kyle Lucy
3d3f11fb85
add redis environmental variables
2018-12-07 22:42:18 -05:00
Jérémy Benoist
25bf47149f
Merge pull request #132 from wallabag/release-2.3.4
...
2.3.4
2.3.4
2018-11-24 22:48:53 +01:00
Jeremy Benoist
0cee0470de
Add missing PHP extension
2018-11-24 22:38:53 +01:00
Jeremy Benoist
b626873351
2.3.4
2018-11-24 21:57:13 +01:00
Jérémy Benoist
e741136827
Merge pull request #127 from Strubbl/patch-1
...
Update docker-compose.mariadb.yml
2018-10-15 20:27:05 +00:00
Jérémy Benoist
b92f4c2740
Merge pull request #119 from philwrenn/master
...
Added SYMFONY__ENV__DATABASE_CHARSET envorinment variable to README.
2018-10-15 19:34:19 +00:00
Strubbl
040655c3c4
Update docker-compose.mariadb.yml
...
fix issue pointed out by @TofPlay in https://github.com/wallabag/wallabag/issues/3742#issuecomment-429947139
2018-10-15 19:58:09 +02:00
Jérémy Benoist
5f78ae9a21
Merge pull request #126 from burkemw3/patch-1
...
Use alpine:latest instead of alpine:edge for base
2018-10-13 06:00:04 +00:00
Matt Burke
e510f9db1b
Use alpine:latest instead of alpine:edge for base
...
While investigating of wallabag/wallabag#3723 :
- I could not build wallabag docker image with edge
- I succeeded in building with latest
- building with latest resolved wallabag/wallabag#3723
Additionally, alpine recommends against using edge for end users ([0][]).
[0]: https://wiki.alpinelinux.org/wiki/Edge
2018-10-10 20:08:41 -04:00
Jérémy Benoist
926e8c7445
Merge pull request #116 from Alwaysin/patch-1
...
Update to 2.3.3
2.3.3
2018-09-17 05:50:26 +00:00
Philip Wrenn
7d7b1a846f
added SYMFONY__ENV__DATABASE_CHARSET envorinment variable to README.
2018-08-12 08:45:44 -04:00
Alwaysin
8fd1421d36
Update to 2.3.3
2018-07-15 21:02:12 +02:00
Jérémy Benoist
f86d945624
Merge pull request #107 from greenrd/feature/db-driver-class
...
Support Postgres 10
2018-03-17 13:26:42 +01:00
Robin Green
a37317f55f
Support Postgres 10
...
* Add SYMFONY__ENV__DATABASE_DRIVER_CLASS environment variable which can
be set to the necessary driver class for Postgres 10
* Use this in travis.yml
2018-03-11 09:22:26 +00:00
Glenn Goffin
47dc65b84e
add mailer transport env variable
2018-02-24 15:59:18 +01:00
Glenn Goffin
64fc68eb56
add secure email
2018-02-24 15:56:41 +01:00