mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-21 19:19:39 +02:00
Merge #2196
2196: roundcube-carddav : Use des_key for pwstore_scheme r=nextgens a=mnival roundcube-carddav: Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted https://github.com/mstilkerich/rcmcarddav/blob/master/doc/ADMIN-SETTINGS.md#password-storing-scheme ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - closes #2230 Co-authored-by: mnival <1595998+mnival@users.noreply.github.com>
This commit is contained in:
commit
6d348b1650
2
towncrier/newsfragments/2196.bugfix
Normal file
2
towncrier/newsfragments/2196.bugfix
Normal file
@ -0,0 +1,2 @@
|
||||
Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted
|
||||
https://github.com/mstilkerich/rcmcarddav/blob/master/doc/ADMIN-SETTINGS.md#password-storing-scheme
|
@ -66,6 +66,7 @@ COPY mailu.php /var/www/html/plugins/mailu/mailu.php
|
||||
COPY php.ini /
|
||||
COPY config.inc.php /
|
||||
COPY start.py /
|
||||
COPY config.inc.carddav.php /var/www/html/plugins/carddav/config.inc.php
|
||||
|
||||
EXPOSE 80/tcp
|
||||
VOLUME /data
|
||||
|
5
webmails/roundcube/config.inc.carddav.php
Normal file
5
webmails/roundcube/config.inc.carddav.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
// Scheme for storing the CardDAV passwords, in order from least to best security.
|
||||
// Options: plain, base64, des_key, encrypted (default)
|
||||
$prefs['_GLOBAL']['pwstore_scheme'] = 'des_key';
|
Loading…
x
Reference in New Issue
Block a user