Thomas Bruederli
6aeb70af6a
Rename generate.sh to update.sh
2020-12-29 20:40:46 +01:00
Thomas Bruederli
8ab3f5cad9
Write individual config file from env vars
...
This implements the changes proposed in #112 in order
to reflect (changed) env vars used with the Docker container.
2020-12-26 21:38:15 +01:00
Thomas Bruederli
9d9e69b51c
Generate variants from templates
...
This is a slightly modified version of PR #55 and fixes issue #5 .
All variants for new versions can be generated with `./generate.sh <version>`
2020-12-20 23:04:26 +01:00
Thomas Bruederli
98bd955626
Use local owner and group for roundcube source files ( #115 )
2020-12-06 21:07:17 +01:00
Thomas B
6faeccd053
Merge pull request #109 from tazle/fix-readme-db-path
...
Fix default DB path in README
2020-11-15 19:50:33 +01:00
tazle
8cf20dfb82
Fix default DB path in README
2020-11-05 09:18:47 +02:00
Thomas Bruederli
728b9125ab
Bring back deleted docker-compose.yml files used by Travis-CI
2020-10-05 23:24:29 +02:00
Thomas Bruederli
b29733b742
Link examples from main README
2020-10-05 22:59:22 +02:00
Thomas Bruederli
ef6dfbea21
Add example docker-compose files
...
... for all variants of Roundcube images.
relates to issue #99
2020-10-05 22:54:03 +02:00
Thomas Bruederli
58f49d19f7
Automatic updates on mounted/shared volume /var/www/html
...
- Include `rsync` and `composer.phar` in images
- run `bin/installto.sh` and `composer.phar update` from entry point
addresses issues #58 , #96 and implements pull requests #65 and #101
2020-10-05 22:53:27 +02:00
Thomas Bruederli
0334445393
Update to version 1.4.9
2020-09-27 21:43:11 +02:00
Thomas B
23d8f4dece
Update README.md
...
Add portmapping to `docker run` example (#100 )
2020-09-27 21:31:37 +02:00
Thomas Bruederli
d088e2529d
Update to version 1.4.8
2020-08-10 21:35:40 +02:00
Thomas Bruederli
bd3196255f
Update to version 1.4.7
2020-07-05 22:28:14 +02:00
Thomas B
633bfb31ca
Merge pull request #88 from bwdutton/feature/addLocales
...
add support for locales in the Debian images
2020-06-07 22:03:21 +02:00
Brad Dutton
c50ce5397b
move locale defaults to entrypoint files
2020-06-03 15:28:47 -07:00
Thomas Bruederli
b2d5cde626
Update to version 1.4.5
2020-06-02 22:58:08 +02:00
Thomas B
c4ff848ac7
Merge pull request #85 from krufab/bugfix/84-www-data-owner-of-files
...
Set www-data as owner of logs dir
2020-06-02 22:19:42 +02:00
Brad Dutton
a9465b28d2
set default locale to en_US
2020-05-06 18:11:39 -07:00
Brad Dutton
b2a2850787
add support for locales in the Debian images
2020-05-02 10:04:29 -07:00
Thomas Bruederli
3f845e899d
Update to Roundcube 1.4.4
2020-04-29 21:54:29 +02:00
Fabio Kruger
42d33e54d6
#84 Updated code according to PR comments
...
Signed-off-by: Fabio Kruger <krufab@gmail.com>
2020-03-28 12:38:56 +01:00
Thomas B
97da6b61de
Merge pull request #83 from krufab/bugfix/82-add-tzdata-to-fpm-alpine
...
Added tzdata package (#82 )
2020-03-28 12:10:31 +01:00
Fabio Kruger
38a485b3f1
#84 Fixed indentation
...
Signed-off-by: Fabio Kruger <krufab@gmail.com>
2020-03-27 22:43:06 +01:00
Fabio Kruger
6c0557a740
#84 www-data owner of source files
...
Signed-off-by: Fabio Kruger <krufab@gmail.com>
2020-03-27 22:40:51 +01:00
Fabio Kruger
fe8e70b9b2
#82 Added tzdata package
...
Signed-off-by: Fabio Kruger <krufab@gmail.com>
2020-03-27 20:52:32 +01:00
Thomas Bruederli
0efa864c54
Update to Roundcube 1.4.3
2020-02-19 22:05:37 +01:00
Thomas Bruederli
ac363e350e
Place Sqlite DB file in volume /var/roundcube/db
...
fixes issue #76
2020-01-01 21:55:37 +01:00
Thomas Bruederli
a1a5dc99a0
Update to Roundcube 1.4.2
2020-01-01 21:35:02 +01:00
Thomas B
d3f8e81255
Merge pull request #75 from aspettl/roundcube_1.4.1
...
Update to Roundcube 1.4.1
1.4.1
2019-11-24 20:46:34 +01:00
Aaron Spettl
dd1c9f65de
smtp_user and smtp_pass are now set by default
2019-11-22 19:03:04 +01:00
Aaron Spettl
275c2a559f
Update to Roundcube 1.4.1
2019-11-22 19:01:33 +01:00
Thomas B
4b001a5236
Merge pull request #69 from tomuta/default_theme_envvar
...
Add environment variable ROUNDCUBEMAIL_SKIN to configure default theme
2019-11-17 21:08:39 +01:00
tomuta
1d2597c7f0
Add environment variable ROUNDCUBEMAIL_SKIN to configure default theme
...
Fixes issue #68
2019-11-15 19:15:22 -07:00
Thomas Bruederli
87047de990
Update to Roundcube 1.4.0 and php:7.3 base images
1.4.0
2019-11-09 23:05:02 +01:00
Thomas Bruederli
1cea836e26
Fix bash syntax in fpm entry points
...
Apply commit 64f878afab to fpm variants
2019-11-09 22:36:09 +01:00
Thomas Bruederli
c46f28c9f7
Symlink hooks in build folders
2019-11-06 12:54:27 +01:00
Thomas B
3430622f33
Merge pull request #64 from daringer/master
...
minor, but breaking; no touching [ or ] in expr. in bash allowed
2019-11-03 22:58:15 +01:00
Markus Meissner
64f878afab
minor, but breaking; no connected [ or ] in expr. in bash allowed
2019-09-21 01:57:55 +02:00
Thomas Bruederli
d9e6fadaab
Update to Roundcube version 1.3.10
1.3.10
2019-08-28 21:27:04 +02:00
Thomas Bruederli
2b17a05a97
Define des_key option in Roudcube config
...
Use Docker secrets if available and otherwise generate a random key. Fixes issue #59 .
Also consider secrets for database credentials as suggested in issue #46 .
2019-08-22 21:57:31 +02:00
Thomas Bruederli
742d4eb3de
Add post_build hook to tag latest
2019-07-24 21:41:55 +02:00
Thomas Bruederli
0a92050b9c
Apply changes from pull request #57 to other variants
2019-07-09 13:10:08 +02:00
Thomas B
3370beb08b
Merge pull request #57 from dapor2000/patch-1
...
Consider ROUNDCUBEMAIL_DB_PORT variable in docker-entrypoint.sh (apache)
2019-07-09 13:07:21 +02:00
dapor2000
5bc79ef83b
Update docker-entrypoint.sh
...
Not only define ${ROUNDCUBEMAIL_DB_PORT} but also use it in connection string
2019-07-08 15:12:28 +02:00
Mathieu Brunot
2dccd449cd
Merge pull request #20 from J0WI/alpine
...
Add Alpine Linux variant and update.sh (fix #5 )
2019-06-23 18:07:17 +02:00
J0WI
b0dfedea52
Add Alpine variant
2019-06-15 16:30:54 +02:00
Mathieu Brunot
673c3a1e3c
Merge pull request #52 from Monogramm/ci/docker-compose
...
Add docker-compose
2019-06-14 16:09:41 +02:00
Mathieu Brunot
687d1941be
Merge pull request #53 from Monogramm/doc/extend
...
Documentation on how to extend image with composer
2019-06-14 16:06:39 +02:00
mathieu.brunot
8da54a957f
💡 Add sample docker mail server
2019-06-06 10:27:37 +02:00