1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Merge branch 'master' into testing

This commit is contained in:
ericgaspar 2023-07-02 08:49:15 +02:00
commit 687281cbf2
6 changed files with 19 additions and 17 deletions

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Roundcube for YunoHost
[![Integration level](https://dash.yunohost.org/integration/roundcube.svg)](https://dash.yunohost.org/appci/app/roundcube) ![Working status](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg)
[![Install Roundcube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube)
*[Lire ce readme en français.](./README_fr.md)*
@ -27,7 +28,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.6.0~ynh3
**Shipped version:** 1.6.0~ynh4
**Demo:** https://demo.yunohost.org/webmail/

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Roundcube pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/roundcube.svg)](https://dash.yunohost.org/appci/app/roundcube) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/roundcube.svg)](https://dash.yunohost.org/appci/app/roundcube) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg)
[![Installer Roundcube avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Roundcube rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Roundcube rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Roundcube est un client IMAP multilingue basé sur un navigateur avec une interface utilisateur semblable à une application.
@ -28,13 +29,13 @@ 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.6.0~ynh3
**Version incluse :** 1.6.0~ynh4
**Démo :** https://demo.yunohost.org/webmail/
## Captures d'écran
## Captures décran
![Capture d'écran de Roundcube](./doc/screenshots/screenshot.png)
![Capture décran de Roundcube](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -85,9 +86,9 @@ Vous pouvez également télécharger le plugin et le placer dans le répertoire
## Documentations et ressources
* Site officiel de l'app : <https://roundcube.net/>
* Documentation officielle de l'admin : <https://github.com/roundcube/roundcubemail/wiki>
* Dépôt de code officiel de l'app : <https://github.com/roundcube/roundcubemail>
* Site officiel de lapp : <https://roundcube.net/>
* Documentation officielle de ladmin : <https://github.com/roundcube/roundcubemail/wiki>
* Dépôt de code officiel de lapp : <https://github.com/roundcube/roundcubemail>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_roundcube>
* Signaler un bug : <https://github.com/YunoHost-Apps/roundcube_ynh/issues>
@ -103,4 +104,4 @@ ou
sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -6,7 +6,7 @@
"en": "Open Source Webmail software",
"fr": "Webmail Open Source"
},
"version": "1.6.0~ynh3",
"version": "1.6.0~ynh4",
"url": "https://roundcube.net/",
"upstream": {
"license": "GPL-3.0-only",

View file

@ -15,7 +15,7 @@ YNH_COMPOSER_VERSION=2.3.7
# Plugins version
contextmenu_version=3.3.1
automatic_addressbook_version=v0.4.3
carddav_version=4.4.3
carddav_version=5.0.1
#=================================================
# EXPERIMENTAL HELPERS

View file

@ -168,7 +168,7 @@ chown -R $app:www-data "$final_path/plugins/enigma/home"
# Install CardDAV plugin
if [ $with_carddav -eq 1 ]
then
ynh_composer_exec --commands="require roundcube/carddav $carddav_version"
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
carddav_tmp_config="../conf/carddav.config.inc.php"
carddav_server=0

View file

@ -220,7 +220,7 @@ then
# Update or install CardDAV plugin
if [ $with_carddav -eq 1 ]
then
ynh_composer_exec --commands="require roundcube/carddav $carddav_version"
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
carddav_tmp_config="../conf/carddav.config.inc.php"
carddav_server=0