Nicolas Lœuillet
096ea7f79c
Merge pull request #443 from wallabag/release-2613
...
Prepare 2.6.13 release
2025-06-04 17:48:01 +02:00
Nicolas Lœuillet
2c1ec84dc7
Prepare 2.6.13 release
2025-06-04 17:37:11 +02:00
Kevin Decherf
488814d187
Merge pull request #440 from wallabag/impr/nginx-dualstack
...
Support dualstack listen on nginx
2025-04-29 22:56:19 +02:00
Kevin Decherf
3808b524fc
Support dualstack listen on nginx
...
Fixes #422
Supersedes #435
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2025-04-20 17:22:46 +02:00
Kevin Decherf
dd237ec16e
Merge pull request #430 from caspermeijn/healthcheck
...
Add healthcheck to image
2025-04-20 12:58:45 +02:00
Jérémy Benoist
84756ac1fd
Merge pull request #439 from deviantintegral/add-opcache
...
Install the opcache extension #162
2025-04-17 09:10:15 +02:00
Andrew Berry
60ce6d2e4f
Install the opcache extension #162
2025-04-16 21:01:34 -04:00
Yassine Guedidi
b228deb919
Merge pull request #437 from wallabag/prepare-2.6.12-release
...
Prepare 2.6.12 release
2025-04-10 13:55:21 +02:00
Yassine Guedidi
52afa94c77
Prepare 2.6.12 release
2025-04-10 12:08:12 +02:00
Yassine Guedidi
55976e23e5
Merge pull request #436 from wallabag/prepare-2.6.11-release
...
Prepare 2.6.11 release
2025-04-08 23:09:59 +02:00
Yassine Guedidi
3975a28546
Prepare 2.6.11 release
2025-03-30 06:38:09 +02:00
Kevin Decherf
0e58189b97
Merge pull request #431 from Luensche/patch-1
...
Update README.md
2025-01-23 20:11:14 +01:00
Björn Engel
2d96e30450
Update README.md
...
Version in docker-compose.yaml is obsolete.
2025-01-07 21:40:29 +01:00
Casper Meijn
424642d3b9
Add healthcheck to image
...
- Move the healthcheck from the docker-compose example to the actual image. That makes sure all user of the image automatically get the healthcheck.
- Change to `curl --fail || exit 1` as suggested in [docker documentation](https://docs.docker.com/reference/dockerfile/#healthcheck )
- Add `--silent --show-error` so that docker health state contains the output of the HTTP call instead of curl progress bar
- Set the user agent to make the logs more readable
2024-12-24 16:56:22 +01:00
Kevin Decherf
364b1b3d84
Merge pull request #428 from wallabag/2.6.x
...
Backport 2.6.10 into master
2024-11-19 21:10:09 +01:00
Jérémy Benoist
d1c4800a3e
Merge pull request #427 from wallabag/fix/update-ci
...
Update CI
2024-11-12 09:22:12 +01:00
Jeremy Benoist
4c3ff8a8ac
Update CI
...
Allow dependabot to keep GA up to date.
2024-11-12 09:03:21 +01:00
Nicolas Lœuillet
c9104abfeb
Merge pull request #424 from wallabag/release/2.6.10
...
Prepare 2.6.10 release
2024-11-03 16:00:52 +01:00
Nicolas Lœuillet
78d6d36e0c
Prepare 2.6.10 release
2024-11-03 08:12:24 +01:00
Jérémy Benoist
2a78ed65fe
Merge pull request #411 from wallabag/release/2.6.9
...
Prepare 2.6.9
2024-04-03 11:14:05 +02:00
Jérémy Benoist
cb78d1c98c
Prepare 2.6.9
...
See https://github.com/wallabag/wallabag/releases/tag/2.6.9
2024-04-03 11:00:19 +02:00
Kevin Decherf
19b6080f31
Merge pull request #404 from wallabag/impr/phpini
...
Update shipped php.ini with php-production.ini from PHP 8.1
2024-03-11 12:51:25 +01:00
Kevin Decherf
85c82d22c4
Update shipped php.ini with php-production.ini from PHP 8.1
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-11 12:46:49 +01:00
Kevin Decherf
2ab5b95caf
Merge pull request #405 from wallabag/impr/nginx
...
Update NGINX timeout to align with max_execution_time
2024-03-11 12:03:26 +01:00
Kevin Decherf
2c4fc77b58
Update NGINX timeout to align with max_execution_time
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-11 11:55:59 +01:00
Kevin Decherf
bffc1412bf
Merge pull request #403 from wallabag/impr/memlimit
...
Add support of PHP memory limit in variables
2024-03-11 11:54:52 +01:00
Kevin Decherf
588c21b192
Add support of PHP memory limit in variables
...
Supersedes #374
Fixes #124
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-11 11:52:55 +01:00
Kevin Decherf
6f2ec8654e
Merge branch 'master' into 2.6.x
2024-03-10 22:03:33 +01:00
Kevin Decherf
4143013553
Merge pull request #402 from wallabag/fix/sqlite
...
Fix SQLite provisioning
2024-03-10 21:59:54 +01:00
Kevin Decherf
eaf63d2098
Merge pull request #401 from wallabag/impr/doc
...
doc: change docker-compose healthcheck target
2024-03-10 21:59:31 +01:00
Kevin Decherf
9c6aca3b76
Fix SQLite provisioning
...
If we use a local folder volume binding, install_wallabag was failing
because of missing file and permission issues.
This reworks the way we initially create the database when it is missing
or empty.
Superseeds #386
Fixes #316 #346
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-10 16:21:31 +01:00
Kevin Decherf
e16d9e4113
doc: change docker-compose healthcheck target
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-10 16:20:26 +01:00
Kevin Decherf
03d1e3a920
Merge pull request #398 from neilbags/patch-1
...
Add restart: unless-stopped to example docker-compose
2024-03-10 14:11:08 +01:00
Neil McKenzie
7c9d8a37e0
Add restart: unless-stopped to example docker-compose
...
Most example docker-compose files include restart: unless-stopped or restart: always. This being absent on Wallabag's example leads to unexpected downtime upon server restart
2024-02-01 08:53:52 +11:00
Jérémy Benoist
bdbf7b909a
Merge pull request #393 from wallabag/release/2.6.8
...
Prepare 2.6.8
2024-01-03 09:33:14 +01:00
Jérémy Benoist
bf62096c0e
Prepare 2.6.8
2024-01-03 09:32:44 +01:00
Jérémy Benoist
f59fb4b67a
Merge pull request #385 from markusnasholm/nginx_ipv6
2023-12-23 07:40:15 +01:00
Markus Näsholm
c68fc98e51
Update nginx.conf to work with IPv6
2023-10-05 20:20:45 +02:00
Jérémy Benoist
919f82516c
Merge pull request #384 from wallabag/release/2.6.7
...
Prepare 2.6.7
2023-10-02 14:32:24 +02:00
Jérémy Benoist
2515407009
Prepare 2.6.7
2023-10-02 14:30:58 +02:00
Yassine Guedidi
96dd9bc3e3
Merge pull request #362 from yguedidi/build-assets
...
Use the release archive instead of the git archive
2023-09-27 22:34:42 +02:00
Yassine Guedidi
5bde344da3
Use the release archive instead of the git archive
2023-09-27 20:38:11 +02:00
Jérémy Benoist
36d4bf58db
Merge pull request #378 from wallabag/impr/imagick
...
Use php81-pecl-imagick from default repository
2023-09-12 20:56:40 +02:00
Kevin Decherf
e7b0f9c7f6
Use php81-pecl-imagick from default repository
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-09-12 20:01:17 +02:00
Jérémy Benoist
5a426ce3fa
Merge pull request #376 from itcbx/master
2023-09-11 07:14:38 +02:00
Chen BingXin
75d1b96cc8
Support for gif.
...
Add imagick extension to support gif.
2023-09-09 10:05:42 +08:00
Jérémy Benoist
9241c7d799
Merge pull request #375 from wallabag/release/2.6.6
...
Prepare 2.6.6
2023-09-07 09:29:54 +02:00
Jérémy Benoist
18d9f742fb
Prepare 2.6.6
2023-09-07 09:29:14 +02:00
Jérémy Benoist
b5d9ba681c
Merge pull request #372 from wallabag/release/2.6.5
...
2.6.5
2023-08-28 10:38:22 +02:00
Jérémy Benoist
b340aaee0a
Merge pull request #371 from wallabag/revert-370-release-265
...
Revert "Update Dockerfile to release 2.6.5"
2023-08-28 10:38:07 +02:00
Jérémy Benoist
746c6e682b
2.6.5
2023-08-28 10:36:30 +02:00
Jérémy Benoist
d7e49fbda9
Revert "Update Dockerfile to release 2.6.5"
2023-08-28 10:35:58 +02:00
Nicolas Lœuillet
8a68a267ed
Merge pull request #370 from wallabag/release-265
...
Update Dockerfile to release 2.6.5
2023-08-28 10:29:43 +02:00
Nicolas Lœuillet
4b00b7f383
Update Dockerfile to release 2.6.5
2023-08-28 10:27:16 +02:00
Nicolas Lœuillet
f1e3a0e2ae
Merge pull request #357 from wallabag/change-default-fosuser-registration
...
Change public registration to false by default
2023-08-24 08:00:42 +02:00
Nicolas Lœuillet
c2b7c3bbd7
Fix test
2023-08-24 07:55:21 +02:00
Nicolas Lœuillet
7810ca6255
Change public registration to false by default
2023-08-24 07:55:21 +02:00
Nicolas Lœuillet
4f406f1f1f
Merge pull request #365 from wallabag/nicosomb-patch-1
...
Update Dockerfile for 2.6.4
2023-08-22 15:50:15 +02:00
Nicolas Lœuillet
7edde03f39
Update Dockerfile for 2.6.4
2023-08-22 15:45:19 +02:00
Nicolas Lœuillet
4b4eb85eb1
Merge pull request #363 from wallabag/nicosomb-patch-1
...
Update Dockerfile for wallabag 2.6.3
2023-08-21 12:18:25 +02:00
Jérémy Benoist
7ac0c31dc1
Merge pull request #360 from yguedidi/get-composer-from-official-image
...
Get composer from official image
2023-08-21 12:12:17 +02:00
Nicolas Lœuillet
854d1027b8
Update Dockerfile for wallabag 2.6.3
2023-08-21 12:07:33 +02:00
Yassine Guedidi
f4517471db
Get composer from official image
2023-08-15 18:21:29 +02:00
Nicolas Lœuillet
abb6a98924
Merge pull request #361 from yguedidi/rename-root_dir-to-project_dir
...
Rename root_dir to project_dir
2023-08-14 07:52:51 +02:00
Yassine Guedidi
624616cd9e
Rename root_dir to project_dir
2023-08-13 11:48:06 +02:00
Jérémy Benoist
d6ce0cea67
Merge pull request #344 from STaRDoGG/patch-1
...
Change default workdir
2023-07-24 15:31:15 +02:00
J. Scott Elblein
673dea7800
Merge branch 'master' into patch-1
2023-07-24 07:56:12 -05:00
Kevin Decherf
d21d9c6260
Merge pull request #355 from wallabag/update-readme
...
Update README
2023-07-24 13:42:23 +02:00
Nicolas Lœuillet
886535f767
Update Dockerfile for wallabag 2.6.2
2023-07-24 13:15:37 +02:00
Nicolas Lœuillet
1ad213de86
Update README
2023-07-24 13:11:12 +02:00
Jérémy Benoist
3538a3c8d7
Merge pull request #345 from STaRDoGG/patch-2
...
Add wallabag/bin to PATH
2023-07-24 10:32:36 +02:00
Jérémy Benoist
92fcba3557
Merge pull request #354 from wallabag/alpine318
...
Update base alpine to 3.18
2023-07-24 10:31:52 +02:00
Kevin Decherf
98ed4730b3
drop: run tests on master
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-07-22 18:34:12 +02:00
Kevin Decherf
c0c280b606
Update base alpine to 3.18
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-07-22 18:32:38 +02:00
Kevin Decherf
5790e0d029
Merge pull request #353 from wallabag/fix/logs
...
tests: always run ci steps for logs and cleanup
2023-07-22 18:31:10 +02:00
Nicolas Lœuillet
e61cbdb025
Merge pull request #352 from wallabag/nicosomb-patch-1
...
Remove 2fa parameter
2023-07-22 17:55:29 +02:00
Kevin Decherf
c12a84557a
tests: always run ci steps for logs and cleanup
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-07-22 17:46:33 +02:00
Nicolas Lœuillet
835e9ad84b
Remove 2fa parameter
2023-07-22 17:34:17 +02:00
Kevin Decherf
d5aac3e6ed
Merge pull request #351 from wallabag/impr/pytest
...
tests: move docker service start in pytest
2023-07-22 17:33:32 +02:00
Kevin Decherf
e38f9adb8b
tests: move docker service start in pytest
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-07-22 17:17:11 +02:00
J. Scott Elblein
b6db602ece
Update Dockerfile
...
Add Wallabag bin path to environment path so it's commands (i.e console cache:clear --env=prod) can be run from anywhere.
2023-06-28 20:09:05 -05:00
J. Scott Elblein
659a8f4d3f
Update Dockerfile
...
Sets the workdir to navigate to the wallabag folder when entering.
Makes it much easier to not have to always drill all the way down each time you first shell in.
2023-06-28 12:27:54 -05:00
Jérémy Benoist
62d1948e15
Merge pull request #336 from wallabag/nicosomb-patch-1
...
2.6.1
2023-06-21 13:45:25 +02:00
Jeremy Benoist
a025d243d1
Fix mariadb launch
2023-06-21 13:39:51 +02:00
Jeremy Benoist
fb13655def
Handle mailer_dsn
2023-06-21 10:45:24 +02:00
Jeremy Benoist
de07417e8f
Update domain name
2023-06-21 09:56:30 +02:00
Jérémy Benoist
b34d71355d
Relax composer
...
We don't need a fixed version of Composer now (as we updated most packages on wallabag)
2023-06-21 09:26:11 +02:00
Nicolas Lœuillet
8bc63c22ec
Update Dockerfile
2023-06-21 07:27:14 +02:00
Nicolas Lœuillet
676572b8fe
Update dependencies
2023-06-20 18:16:17 +02:00
Nicolas Lœuillet
d51cc9fe33
Update Dockerfile to 2.6.0
2023-06-20 18:07:13 +02:00
Jérémy Benoist
5c52eee713
Merge pull request #319 from wallabag/release/2.5.4
...
2.5.4
2023-02-07 22:28:01 +01:00
Jérémy Benoist
e2717ea9a9
2.5.4
...
See https://github.com/wallabag/wallabag/releases/tag/2.5.4
2023-02-07 22:25:16 +01:00
Jérémy Benoist
185b063ca2
Merge pull request #315 from wallabag/release/2.5.3
...
2.5.3
2023-02-01 10:22:30 +01:00
Jérémy Benoist
a298ff95f7
2.5.3
2023-02-01 10:19:37 +01:00
Jérémy Benoist
68c2e88e88
Merge pull request #313 from ngosang/feature/config
2023-01-02 06:49:45 +01:00
ngosang
2b75993504
Fix PHP 8.1 configuration
2022-12-30 20:27:52 +01:00
Jérémy Benoist
88d24aee30
Merge pull request #310 from ngosang/feature/alpine
...
Update Alpine 3.17 and PHP 8.1
2022-11-30 14:00:38 -08:00
ngosang
b10121989c
Update Alpine 3.17 and PHP 8.1
2022-11-30 00:24:03 +01:00
Kevin Decherf
74bfdfa5c7
Merge pull request #307 from ngosang/feature/ansible
...
Replace Ansible with Shell script
2022-11-13 15:17:33 +01:00
ngosang
229cb3d017
Replace Ansible with Shell script
...
* Remove Ansible and all Python packages
* Reduce image size by 456 MB (689 MB => 233 MB uncompressed)
* Fixes some open issues, for example, root password is not required if the database already exists.
* Show install and startup traces (traces and errors were hidden by Ansible)
2022-11-13 14:41:04 +01:00
Jérémy Benoist
30c372025e
Merge pull request #308 from ngosang/feature/actions
...
Update Python version in GitHub Actions
2022-11-02 09:56:41 +01:00
Jérémy Benoist
4c4aa852c1
Merge pull request #309 from ngosang/feature/composer
...
Update Composer 2.2.18
2022-11-02 09:56:11 +01:00
ngosang
2603775b01
Update Composer 2.2.18
2022-10-29 13:39:37 +02:00
ngosang
3f4a4c7625
Update Python version in GitHub Actions
2022-10-29 02:51:41 +02:00
Jérémy Benoist
ae9214ea87
Merge pull request #306 from ngosang/feature/iconv
2022-10-28 19:05:17 +02:00
ngosang
f92efc56d6
Remove fix for gnu-libiconv (already fixed in Alpine 3.16)
2022-10-28 16:18:26 +02:00
Jérémy Benoist
695212dacb
Merge pull request #265 from hwiorn/fix-nginx-conf-for-reverse-proxy-with-https
...
Fix nginx.conf for reverse-proxy with HTTPS
2022-10-28 14:05:11 +02:00
hwiorn
bf0102ece6
Fix default value of fe_https for non-reverse-proxy compatibility
2022-10-28 14:01:09 +02:00
hwiorn
054677bb02
Fix nginx.conf for reverse-proxy with HTTPS
2022-10-28 14:01:09 +02:00
Jérémy Benoist
43a26d7406
Merge pull request #302 from ngosang/feature/alpine
...
Update Alpine 3.16
2022-10-28 14:00:04 +02:00
Jérémy Benoist
ecb1ed2793
Merge pull request #301 from ngosang/feature/bash
...
Remove Bash and Make packages
2022-10-28 13:59:02 +02:00
ngosang
104373da6d
Update Alpine 3.16
2022-10-28 12:51:17 +02:00
Diego Heras
080b97130b
Merge branch 'master' into feature/bash
2022-10-28 12:44:35 +02:00
Jérémy Benoist
115c83794a
Merge pull request #299 from ngosang/feature/php8
...
Update PHP 8.0
2022-10-28 09:45:12 +02:00
Jérémy Benoist
e6a8421274
Merge pull request #305 from wallabag/fix/database_table_prefix
...
Add ability to define `database_table_prefix`
2022-10-28 09:44:29 +02:00
Jérémy Benoist
2e947c0b86
Merge pull request #300 from ngosang/feature/git
...
Install from TAR file and reduce image size
2022-10-28 09:44:15 +02:00
Jeremy Benoist
2234e9a63d
Add ability to define database_table_prefix
...
For people in need to migrate to the docker version from a previous installed wallabag instance defined with a database prefix.
2022-10-28 09:36:15 +02:00
ngosang
3214a229b6
Remove Bash and Make packages
2022-10-25 23:34:07 +02:00
ngosang
66231efd36
Install from TAR file and reduce image size
...
* Git package not required
* Reduced Docker image size in 129 MB (808 MB -> 679 MB)
* Docker build time reduced in +1 min (no git pull)
2022-10-25 23:12:35 +02:00
ngosang
3f801bf1a5
Update PHP 8.0
2022-10-25 22:37:22 +02:00
Jérémy Benoist
5620cd4e7d
Merge pull request #298 from wallabag/fix/update-actions
...
Update actions to latest version
2022-10-21 14:13:55 +02:00
Jérémy Benoist
140721c49c
Update test actions to latest version
2022-10-21 14:10:21 +02:00
Jérémy Benoist
61899108bc
Update publish action to latest version
...
It removed all warning during the build.
2022-10-21 14:09:20 +02:00
Jérémy Benoist
3d63b3b6fd
Merge pull request #297 from wallabag/release/2.5.2
...
2.5.2
2022-10-21 14:00:18 +02:00
Jérémy Benoist
7ffaafb436
2.5.2
2022-10-21 13:55:32 +02:00
Jérémy Benoist
b1aeffca4e
Merge pull request #292 from wallabag/release/2.5.1
...
2.5.1
2022-06-09 09:44:29 +02:00
Jérémy Benoist
b49d7faf71
Stay on 3.15
2022-06-09 09:36:59 +02:00
Jérémy Benoist
bce0488aed
2.5.1
...
Also update alpine to 3.16
2022-06-09 09:35:02 +02:00
Jérémy Benoist
1d42727517
Merge pull request #287 from wallabag/release/2.5.0
...
2.5.0
2022-05-21 21:36:55 +02:00
Jeremy Benoist
939b644424
Update alpine image to 3.15
...
Also use latest Composer 2.2
2022-05-21 21:27:30 +02:00
Jérémy Benoist
3f62284368
2.5.0
2022-05-21 21:11:57 +02:00
Jérémy Benoist
7a99f1ef73
Merge pull request #284 from pgrunm/master
2022-05-20 21:08:56 +02:00
Pascal Gru
537b502424
Update build.yml to build ARM docker images.
...
This commit allows Github actions to automatically create and publish Docker images for armv7 and arm64 architecture (e. g. Raspberry Pi).
2022-04-29 13:58:21 +02:00
Jérémy Benoist
bfd3fe3d55
Merge pull request #282 from wallabag/fix/composer-2.3
2022-04-04 07:15:20 +02:00
Jérémy Benoist
ed49d39db4
wallabag isn't compatible with Composer 2.3
...
Install the latest known 2.2 version instead.
2022-04-01 16:20:35 +02:00
Jeremy Benoist
983bfe094b
Remove forced composer v1
2022-02-15 09:29:16 +01:00
Jeremy Benoist
37216dfd69
Publish Docker images
2022-02-14 19:52:08 +01:00
Jérémy Benoist
13862eca8f
Merge pull request #280 from wallabag/2.4.3
...
2.4.3
2022-02-14 17:04:37 +01:00
Jérémy Benoist
55b4290605
2.4.3
2022-02-14 17:00:55 +01:00
Kevin Decherf
7873719099
Merge pull request #254 from sethsimmons/patch-1
...
Add healthcheck and dependencies to docker-compose example
2021-07-02 17:30:24 +02:00
Seth Simmons
05d9d45a54
Add healthcheck and dependencies to docker-compose example
...
This PR adds in a health check that can used for reporting, monitoring, or autohealing, as well as a `depends_on` statement that ensures wallabag comes up only once the DB and Redis are up.
Update timeout/retries to be more sane
2021-07-02 11:14:24 -04:00
Jeremy Benoist
13818bd90e
2.4.2
2021-03-16 12:17:19 +01:00
Jeremy Benoist
1b5fe1a934
Add missing parameter server_name for 2.4.1
2021-01-05 15:09:39 +01:00
Jérémy Benoist
9d44149e4d
2.4.1
2021-01-05 15:00:15 +01:00
Jérémy Benoist
2b99017b25
Merge pull request #239 from wallabag/otp-issuer
2021-01-04 06:47:50 +01:00
Jérémy Benoist
a85e592e6e
Merge pull request #240 from wallabag/update-readme
2021-01-04 06:47:18 +01:00
Kevin Decherf
f4a8e5eadc
Update README to include SYMFONY__ENV__DOMAIN_NAME in the quickstart
...
The default value of this variable leads to a lot of issues with assets
when new comers try wallabag. This change should reduce the occurrence of
this kind of issue.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-31 18:53:26 +01:00
Kevin Decherf
f460f40b8c
Add new parameter server_name for 2FA issuer
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-31 18:44:50 +01:00
Jérémy Benoist
58c3977a3c
Merge pull request #238 from hoh/patch-1
2020-12-29 06:15:45 +01:00
Hugo Herter
aede9b9c98
Fix upgrading to 2.4 requires make and bash
...
Running `make update` requires make and bash to be installed.
Closes #237
2020-12-29 00:20:52 +01:00
Jérémy Benoist
749587fb4f
Merge pull request #228 from wallabag/fix/env-prod-cli-parameter
...
Fix `-e=prod` parameter
2020-12-10 20:11:20 +01:00
Jeremy Benoist
6839862b04
Fix -e=prod parameter
2020-12-10 17:31:31 +01:00
Jérémy Benoist
f4f8bac984
Merge pull request #225 from wallabag/release-2.4.0
...
2.4.0
2020-12-10 16:11:05 +01:00
Jeremy Benoist
a04e494755
Update to 2.4.0
2020-12-10 16:04:00 +01:00
Jérémy Benoist
bd6e2b174e
2.4.0
2020-12-10 15:05:43 +01:00
Jérémy Benoist
e7ebbc69da
Merge pull request #221 from egoexpress/egoexpress-alpine-312
...
Update Alpine base image to 3.12
2020-11-30 03:45:17 +01:00
Björn Stierand
c5df063ccb
update Alpine base image to 3.12, change packages
2020-11-28 20:35:26 +01:00
Jérémy Benoist
d619c63e43
Merge pull request #223 from wallabag/github-actions
...
Ditch Travis to use GitHub Actions
2020-11-27 17:22:01 +01:00
Jeremy Benoist
7e43f2acfa
Update badge in README
2020-11-27 14:52:31 +01:00
Jeremy Benoist
f02adb2504
Ditch Travis to use GitHub Actions
...
Jump to GitHub Actions mostly because I found them most reliable these days (weeks?) than Travis.
And also because the open source builds are very limited now.
2020-11-27 14:50:07 +01:00
Jérémy Benoist
0e7fa2bca7
Merge pull request #216 from wallabag/dependabot/add-v2-config-file
...
Create Dependabot config file
2020-10-16 13:21:03 +02:00
dependabot-preview[bot]
1f1dd12cc3
Create Dependabot config file
2020-10-16 10:45:04 +00:00
Jérémy Benoist
b291bf697e
Merge pull request #189 from pando85/master
...
Remove ipv6 to avoid fail when ipv6 is not defined
2020-05-13 08:21:00 +02:00
Jérémy Benoist
511a2595bc
Merge pull request #195 from ywoly/master
...
Set "expose_php" to "Off" in php.ini
2020-04-15 13:38:26 +02:00
ywoly
6962f33ed7
Set "expose_php" to "Off" in php.ini
2020-04-15 12:15:32 +02:00
Jérémy Benoist
836f9871ef
Merge pull request #194 from wallabag/feature/two-factor
...
Add env variables for two-factor auth
2020-04-15 12:01:10 +02:00
ywoly
d02c1a404a
Add env variables for two-factor auth
2020-04-15 09:24:48 +02:00
Pando85
b8ab40b6b4
Remove ipv6 to avoid fail when ipv6 is not defined
2020-04-13 20:00:11 +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
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
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
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
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
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
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
Glenn Goffin
213d23691c
add secure email
2018-02-23 20:39:10 +01:00
Nicolas Lœuillet
eeead4ff44
Merge pull request #103 from TomFaulkner/master
...
101 - Typo on readme
2018-02-16 08:55:05 +01:00
Tom Faulkner
16a1a1236a
Merge pull request #1 from TomFaulkner/TomFaulkner-patch-1-typo-in-readme
...
Update README.md
2018-02-09 20:24:04 -06:00
Tom Faulkner
2460f55662
Update README.md
...
Remove dash leading to an error.
2018-02-09 20:23:10 -06:00
Nicolas Lœuillet
0fe76aa896
Merge pull request #102 from wallabag/wllbg-232
...
wallabag 2.3.2
2018-01-22 14:04:07 +01:00
Nicolas Lœuillet
0f52136d3d
wallabag 2.3.2
2018-01-22 13:39:11 +01:00
Jason Skowronski
de684f5a44
Adding example of how to set the domain name
2018-01-08 15:44:33 -08:00
Nicolas Lœuillet
bf0316bac6
Merge pull request #95 from wallabag/nicosomb-patch-1
...
wallabag 2.3.1
2017-12-26 22:23:26 +01:00
Nicolas Lœuillet
ae7aefe8e4
Updated parameters for 2.3.1
2017-12-26 21:35:43 +01:00
Nicolas Lœuillet
ef910d313c
wallabag 2.3.1
2017-12-26 21:12:13 +01:00
Nicolas Lœuillet
51e3b625c0
Merge pull request #87 from bananenmannfrau/master
...
makes email confirmation for user registration configurable
2017-12-15 14:49:21 +01:00
Nicolas Lœuillet
dcaa684897
Updated README
2017-12-15 14:32:20 +01:00
bananenmannfrau
6edcd745c4
makes email confirmation for user registration configurable
2017-12-15 14:31:11 +01:00
Nicolas Lœuillet
7a476cdab0
Merge pull request #84 from Dehalion/master
...
allow to override database_charset and locale with env variables
2017-12-13 23:02:33 +01:00
Nicolas Lœuillet
6a7bbbb8d0
Merge pull request #89 from wallabag/wallabag-23
...
Updated image to wallabag 2.3.0
2017-12-13 22:43:17 +01:00
Nicolas Lœuillet
e5456115c1
Forced postgres 9.6
2017-12-13 22:32:43 +01:00
Nicolas Lœuillet
7b68684720
Updated image to wallabag 2.3.0
2017-12-12 22:28:19 +01:00
David Prem
b67e80a9f8
allow to override database_charset and locale with env variables
2017-09-20 18:06:33 +02:00
Nicolas Lœuillet
434b17cd8f
Merge pull request #74 from Strubbl/use-ssl-for-composer-install
...
use https for getting composer
2017-08-25 08:55:41 +02:00
Sven Fischer
5123e9de38
use https for getting composer
2017-07-20 21:32:25 +02:00
Marvin Steadfast
5682aefa74
changed docs for persistent storage of images. #71
2017-05-30 11:19:36 +02:00
Thomas Citharel
bf82658342
Merge pull request #69 from wallabag/update-223
...
Update Dockerfile to 2.2.3
2017-05-18 11:46:16 +02:00
Nicolas Lœuillet
abb0647cbd
Update Dockerfile to 2.2.3
2017-05-18 11:05:41 +02:00
Marvin Steadfast
6f22d1ef68
switched to alpine edge
...
there are alot of php fixes in edge. alot of people have problems with
php and older kernel versions to collect random data.
also included a alpine upgrade command. this will prevent docker from
building a wallabag image with older system files.
2017-05-09 08:59:37 +02:00
Marvin Steadfast
d1c050662b
added edge main repo to fix rabbitmq-c dep for php7-amqp
2017-03-22 11:24:05 +01:00
Marvin Steadfast
038a5ea6c7
apk add uses now the no-cache option
2017-03-22 11:13:30 +01:00
Marvin Steadfast
c42058bf0f
MariaDB default encoding utf8mb4 and maintenance
...
* MariaDB encoding is set when creating DB through the entrypoint
* Cleaning Dockerfile
* Removed `POSTGRES_USER`
* Combined run commands
* Changed deprecated `MAINTAINER` to `LABEL`
2017-03-22 10:56:57 +01:00
Nicolas Lœuillet
3e4cd35253
Merge pull request #56 from wallabag/wllbg-222
...
Update Dockerfile with latest release
2017-03-08 10:00:11 +01:00
Nicolas Lœuillet
8c15693e12
Update Dockerfile with latest release
2017-03-02 15:49:19 +01:00
Marvin Steadfast
f6e4816eb5
provisioner function in entrypoint
2017-02-06 10:20:38 +01:00
Marvin Steadfast
bff2dd3d8b
using alpine 3.5 instead of edge
2017-02-06 10:20:38 +01:00
xsteadfastx
90265c1653
Merge pull request #48 from xsteadfastx/version-2.2.1
...
Version bumb to 2.2.1 and added migrate command
2017-02-01 11:07:51 +01:00
Marvin Steadfast
fb020c3be6
Version bumb to 2.2.1 and added migrate command
...
made the changes to get 2.2.1 running plus added a migrate command to
the entrypoint. documented it in the readme.
2017-01-31 16:33:19 +01:00
Jeremy Benoist
80a3379a76
Merge pull request #45 from janLo/import-worker
...
Add option to run redis based import workers
2017-01-23 09:53:02 +01:00
Jeremy Benoist
5203ab63b1
Rename importer to import
2017-01-23 09:45:42 +01:00
Jan Losinski
65b2e2c7a9
Add documentation for the redis worker service
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de >
2017-01-23 09:28:27 +01:00
Jan Losinski
4de27027b9
Add ability to run wannabag redis importer worker
...
This adds the ability to run wallabag async import worker that
interacts with a redis service.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de >
2017-01-23 09:28:27 +01:00
Jeremy Benoist
924d663c86
Merge pull request #46 from wallabag/dockerfile-216
...
Update Dockerfile for wallabag 2.1.6
2017-01-18 19:26:07 +01:00
Nicolas Lœuillet
ec8f599298
Update Dockerfile for wallabag 2.1.6
2017-01-18 10:44:17 +01:00
xsteadfastx
125aad2c1c
Merge pull request #43 from lotooo/master
...
Add a POPULAtE_DATABASE env to use an existing wallabag DB
2017-01-18 09:40:29 +01:00
Jeremy Benoist
606b7d681c
Merge pull request #44 from janLo/php7-zlib
...
Install php7-zlib
2017-01-18 09:35:50 +01:00
Jan Losinski
fdaaf37381
Install php7-zlib
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de >
2017-01-17 15:40:58 +01:00
Matthieu Serrepuy
2b13ed0703
Add a POPULAtE_DATABASE env to use an existing wallabag DB
2017-01-16 22:44:43 +01:00
Marvin Steadfast
e41a237604
enabled zlib.output_compression in php.ini
...
thanks to @itnAAnti. #40
2017-01-04 13:41:31 +01:00
xsteadfastx
724d6492bc
Merge pull request #42 from jsshandle/master
...
Make entrypoint.sh executable in repository and remove related statement from Dockerfile.
2016-12-29 11:45:41 +01:00
jsshandle
267618a519
Make entrypoint.sh executable in repository and remove related statement from Dockerfile.
2016-12-26 18:59:30 +01:00
xsteadfastx
0fe227a0cc
Merge pull request #36 from jsshandle/master
...
Add .s6-svscan/finish.
2016-11-28 12:27:22 +01:00
jsshandle
d42d34cdac
Add .s6-svscan/finish.
2016-11-26 20:35:51 +01:00
Nicolas Lœuillet
58cc845c75
Dockerfile for 2.1.5
2016-11-21 10:54:30 +01:00
xsteadfastx
c553787564
Merge pull request #31 from wallabag/docker-214
...
Dockerfile for 2.1.4
2016-11-20 08:37:45 +01:00
Nicolas Lœuillet
73187d7ce1
Dockerfile for 2.1.4
2016-11-18 11:33:36 +01:00
Marvin Steadfast
f7bd58c73a
fixed location of php configuration to /etc/php7
2016-11-07 13:20:39 +01:00
Marvin Steadfast
ba8f6ec5d3
limit upload size to 100M
2016-11-07 13:20:39 +01:00
xsteadfastx
68db53e09c
Merge pull request #28 from wallabag/release-213
...
Update Dockerfile for wallabag 2.1.3
2016-11-05 15:13:27 +01:00
Nicolas Lœuillet
530e59329a
Update Dockerfile for wallabag 2.1.3
2016-11-04 15:40:24 +01:00
Marvin Steadfast
2ae7dee8af
fixed typo in README
2016-11-02 11:57:04 +01:00
Marvin Steadfast
c2052c2681
env variable to disable user registration
2016-11-02 11:52:22 +01:00
xsteadfastx
310d55bdea
Merge pull request #27 from xsteadfastx/master
...
set email settings through ansible template
2016-10-31 09:29:08 +01:00
Marvin Steadfast
76f5ecb61e
set email settings through ansible template
2016-10-28 13:06:52 +02:00
Marvin Steadfast
92f5db7ba9
added test for default configuration
2016-10-24 09:53:42 +02:00
Marvin Steadfast
ee4a7e4a46
defaults for environment variable lookup for parameters.yml template
...
fixes #26
2016-10-21 14:48:32 +02:00
xsteadfastx
e0bc4e895d
Merge pull request #25 from xsteadfastx/master
...
version 2.1.2 and some cleanups
2016-10-19 11:30:00 +02:00
Marvin Steadfast
ed6b4437b8
version 2.1.2 and some cleanups
2016-10-19 11:17:24 +02:00
Marvin Steadfast
af2fb30389
fixed docs to get redis working
...
thanks to @bobberb for pointing in the right direction.
2016-10-13 11:18:24 +02:00
xsteadfastx
af6c68a312
Merge pull request #21 from xsteadfastx/master
...
2.1.1 image
2016-10-12 15:26:12 +02:00
Marvin Steadfast
1f4d9af316
added db migration part to the docs
2016-10-11 16:18:52 +02:00
Marvin Steadfast
6a5ab7c126
added new dependencies and added redis support
...
somehow there is a problem with the parameters.yml and environment
variables. ansible templates are now used.
database migration is still a big problem.
2016-10-11 16:18:52 +02:00
Nicolas Lœuillet
f66d2aeab0
Merge pull request #20 from tomsquest/patch-1
...
Fix typo `the a volume` -> `a volume`
2016-10-11 12:16:32 +02:00
Thomas Queste
0d2bf2999a
Fix typo the a volume -> a volume
2016-10-11 12:08:50 +02:00
Jeremy Benoist
8bd298316a
Merge pull request #18 from m0/m0-fixRunCommandInExample
...
fixes example run-commands in README
2016-09-17 07:53:59 +02:00
Moritz Maisel
d9f9efcf13
fixes example run-commands in README
2016-09-17 01:04:01 +02:00
Nicolas Lœuillet
cccc5fb91e
Merge pull request #17 from wallabag/wllbg-208
...
wallabag 2.0.8
2016-09-07 15:36:33 +02:00
Nicolas Lœuillet
79ae48bfac
wallabag 2.0.8
2016-09-07 14:38:00 +02:00
xsteadfastx
d0691598b6
Merge pull request #16 from xsteadfastx/master
...
Login testing works now
2016-09-02 10:24:10 +02:00
Marvin Steadfast
28b4b03b21
readme: added badges
2016-09-01 12:04:11 +02:00
Marvin Steadfast
c65be008ec
tests: some pep8 and real failing if csrf dont match
2016-09-01 09:33:17 +02:00
xsteadfastx
63ee463365
Merge pull request #1 from Strubbl/test_login
...
test_login: add login with csrf token and check if it was successful
2016-09-01 09:15:18 +02:00
Sven Fischer
efbcf75701
test_login: add login with csrf token and check if it was successful
2016-08-31 23:13:32 +02:00
Marvin Steadfast
b4b1469215
try to test login
...
i use requests to test login. the session should be saved and this
should work. but i get a error that th session expired. to run this
start wallabag and run it with pytest: `py.test -s tests/`. it will
output the html of the response.
2016-08-31 16:38:13 +02:00
Marvin Steadfast
4a81bc45db
added travis testing
...
travis builds and spins up containers for sqlite, mariadb and postgres
and runs a simple python test script for accessing the wallabag.
2016-08-29 13:51:14 +02:00
Jeremy Benoist
107beb115c
Merge pull request #14 from mmounirou/feature/allow-db-root-user-config
...
allow overwrite of the root postgres username
2016-08-25 11:02:11 +02:00
Mohamed MOUNIROU
67030c1c36
remove an unnecessary white space
2016-08-25 10:23:31 +02:00
Mohamed MOUNIROU
255fe53dfc
set the default value for POSTGRES_USER to postgres
...
This is done in order to ensure backward compatibility
2016-08-24 18:28:34 +02:00
Mohamed MOUNIROU
4094d3c9ff
give the ability to change postgres root user
...
This can be acheived by setting the environment variable POSTGRES_USER
2016-08-24 18:25:03 +02:00
Jeremy Benoist
93651c95f5
Fix bad SQLite title
...
and update few others titles
2016-08-24 15:17:36 +02:00
Marvin Steadfast
97783ac312
fixed README
2016-08-24 12:33:22 +02:00
Marvin Steadfast
b165d3c14f
Update Dockerfile for 2.0.7 release
2016-08-23 09:34:30 +02:00
Nicolas Lœuillet
8ce69e0d48
Merge pull request #13 from nsteinmetz/patch-1
...
Update Dockerfile for 2.0.6 release
2016-08-10 17:57:56 +02:00
Nicolas Steinmetz
3c96d9d6d9
Update Dockerfile for 2.0.6 release
2016-08-10 17:55:39 +02:00
xsteadfastx
fdffa0f9ec
Merge pull request #11 from sheeprine/fix/body_size_limit
...
Increase max body size from nginx
2016-07-21 13:56:48 +02:00
Stéphane Albert
6a67881572
Increase max body size from nginx
...
With the default client_max_body_size (1M), import cannot be used.
Raise the limit to 50M.
2016-07-21 13:38:03 +02:00
xsteadfastx
038bef09cd
Merge pull request #10 from davidmehren/master
...
Make email settings configurable
2016-06-13 09:27:43 +02:00
David Mehren
26b75eee75
made email server settings configurable
2016-06-11 15:43:04 +02:00
Marvin Steadfast
025c51422e
new version 2.0.4
2016-06-01 09:42:10 +02:00
Marvin Steadfast
5f6a948f98
new version 2.0.4
2016-05-08 12:08:42 +02:00