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
bf0102ece6
Fix default value of fe_https for non-reverse-proxy compatibility
2022-10-28 14:01:09 +02:00
054677bb02
Fix nginx.conf for reverse-proxy with HTTPS
2022-10-28 14:01:09 +02:00
43a26d7406
Merge pull request #302 from ngosang/feature/alpine
...
Update Alpine 3.16
2022-10-28 14:00:04 +02:00
ecb1ed2793
Merge pull request #301 from ngosang/feature/bash
...
Remove Bash and Make packages
2022-10-28 13:59:02 +02:00
104373da6d
Update Alpine 3.16
2022-10-28 12:51:17 +02:00
080b97130b
Merge branch 'master' into feature/bash
2022-10-28 12:44:35 +02:00
115c83794a
Merge pull request #299 from ngosang/feature/php8
...
Update PHP 8.0
2022-10-28 09:45:12 +02:00
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
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
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
3214a229b6
Remove Bash and Make packages
2022-10-25 23:34:07 +02:00
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
3f801bf1a5
Update PHP 8.0
2022-10-25 22:37:22 +02:00
5620cd4e7d
Merge pull request #298 from wallabag/fix/update-actions
...
Update actions to latest version
2022-10-21 14:13:55 +02:00
140721c49c
Update test actions to latest version
2022-10-21 14:10:21 +02:00
61899108bc
Update publish action to latest version
...
It removed all warning during the build.
2022-10-21 14:09:20 +02:00
3d63b3b6fd
Merge pull request #297 from wallabag/release/2.5.2
...
2.5.2
2.5.2
2022-10-21 14:00:18 +02:00
7ffaafb436
2.5.2
2022-10-21 13:55:32 +02:00
b1aeffca4e
Merge pull request #292 from wallabag/release/2.5.1
...
2.5.1
2.5.1
2022-06-09 09:44:29 +02:00
b49d7faf71
Stay on 3.15
2022-06-09 09:36:59 +02:00
bce0488aed
2.5.1
...
Also update alpine to 3.16
2022-06-09 09:35:02 +02:00
1d42727517
Merge pull request #287 from wallabag/release/2.5.0
...
2.5.0
2.5.0-rc.1
2.5.0
2022-05-21 21:36:55 +02:00
939b644424
Update alpine image to 3.15
...
Also use latest Composer 2.2
2022-05-21 21:27:30 +02:00
3f62284368
2.5.0
2022-05-21 21:11:57 +02:00
7a99f1ef73
Merge pull request #284 from pgrunm/master
2022-05-20 21:08:56 +02:00
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
bfd3fe3d55
Merge pull request #282 from wallabag/fix/composer-2.3
2022-04-04 07:15:20 +02:00
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
983bfe094b
Remove forced composer v1
2022-02-15 09:29:16 +01:00
37216dfd69
Publish Docker images
2.4.3
2022-02-14 19:52:08 +01:00
13862eca8f
Merge pull request #280 from wallabag/2.4.3
...
2.4.3
2022-02-14 17:04:37 +01:00
55b4290605
2.4.3
2022-02-14 17:00:55 +01:00
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
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
13818bd90e
2.4.2
2.4.2
2021-03-16 12:17:19 +01:00
1b5fe1a934
Add missing parameter server_name for 2.4.1
2.4.1
2021-01-05 15:09:39 +01:00
9d44149e4d
2.4.1
2021-01-05 15:00:15 +01:00
2b99017b25
Merge pull request #239 from wallabag/otp-issuer
2021-01-04 06:47:50 +01:00
a85e592e6e
Merge pull request #240 from wallabag/update-readme
2021-01-04 06:47:18 +01:00
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
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
58c3977a3c
Merge pull request #238 from hoh/patch-1
2020-12-29 06:15:45 +01:00
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
749587fb4f
Merge pull request #228 from wallabag/fix/env-prod-cli-parameter
...
Fix `-e=prod` parameter
2020-12-10 20:11:20 +01:00
6839862b04
Fix -e=prod parameter
2020-12-10 17:31:31 +01:00
f4f8bac984
Merge pull request #225 from wallabag/release-2.4.0
...
2.4.0
2.4.0
2020-12-10 16:11:05 +01:00
a04e494755
Update to 2.4.0
2020-12-10 16:04:00 +01:00
bd6e2b174e
2.4.0
2020-12-10 15:05:43 +01:00
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