mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
parent
c7603da326
commit
9cf1ba71dc
6 changed files with 5 additions and 12 deletions
|
@ -27,7 +27,7 @@ In addition to Roundcube core features, the following are made available with th
|
|||
* Support for PGP encryption with Enigma plugin by default.
|
||||
|
||||
|
||||
**Shipped version:** 1.5.0~ynh2
|
||||
**Shipped version:** 1.5.1~ynh1
|
||||
|
||||
**Demo:** https://demo.yunohost.org/webmail/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s
|
|||
* Prise en charge du chiffrement PGP avec le plugin Enigma installé par default.
|
||||
|
||||
|
||||
**Version incluse :** 1.5.0~ynh2
|
||||
**Version incluse :** 1.5.1~ynh1
|
||||
|
||||
**Démo :** https://demo.yunohost.org/webmail/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.0/roundcubemail-1.5.0.tar.gz
|
||||
SOURCE_SUM=f204b412f930ef6af9832d9afa95640803b7b94c3028450b0f94f56cdc4bbe1d
|
||||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.1/roundcubemail-1.5.1.tar.gz
|
||||
SOURCE_SUM=ad2e4b061035567a6d19ddbda5275b667e5bd1042b236e6d410a305c34569931
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -94,8 +94,6 @@ $config['product_name'] = 'YunoHost Webmail';
|
|||
// YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS
|
||||
$config['des_key'] = '__DESKEY__';
|
||||
|
||||
// skin name: folder from skins/
|
||||
$config['skin'] = 'elastic';
|
||||
|
||||
// ----------------------------------
|
||||
// USER INTERFACE
|
||||
|
|
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
index index.php;
|
||||
client_max_body_size 10G;
|
||||
try_files $uri $uri/ /index.php?q=$uri&$args;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open Source Webmail software",
|
||||
"fr": "Webmail Open Source"
|
||||
},
|
||||
"version": "1.5.0~ynh2",
|
||||
"version": "1.5.1~ynh1",
|
||||
"url": "https://roundcube.net/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
|
Loading…
Reference in a new issue