1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00

Merge branch 'testing' into pr/181

This commit is contained in:
Éric Gaspar 2024-09-01 17:06:12 +02:00
commit b62336240d
10 changed files with 11 additions and 10 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Shipped version:** 2.37.3~ynh1 **Shipped version:** 2.37.3~ynh2
**Demo:** <https://snappymail.eu/demo/> **Demo:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Versión actual:** 2.37.3~ynh1 **Versión actual:** 2.37.3~ynh2
**Demo:** <https://snappymail.eu/demo/> **Demo:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Paketatutako bertsioa:** 2.37.3~ynh1 **Paketatutako bertsioa:** 2.37.3~ynh2
**Demoa:** <https://snappymail.eu/demo/> **Demoa:** <https://snappymail.eu/demo/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community. Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community.
**Version incluse:** 2.37.3~ynh1 **Version incluse:** 2.37.3~ynh2
**Démo:** <https://snappymail.eu/demo/> **Démo:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Versión proporcionada:** 2.37.3~ynh1 **Versión proporcionada:** 2.37.3~ynh2
**Demo:** <https://snappymail.eu/demo/> **Demo:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Versi terkirim:** 2.37.3~ynh1 **Versi terkirim:** 2.37.3~ynh2
**Demo:** <https://snappymail.eu/demo/> **Demo:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Поставляемая версия:** 2.37.3~ynh1 **Поставляемая версия:** 2.37.3~ynh2
**Демо-версия:** <https://snappymail.eu/demo/> **Демо-версия:** <https://snappymail.eu/demo/>

View file

@ -19,7 +19,7 @@
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**分发版本:** 2.37.3~ynh1 **分发版本:** 2.37.3~ynh2
**演示:** <https://snappymail.eu/demo/> **演示:** <https://snappymail.eu/demo/>

View file

@ -5,7 +5,7 @@ name = "SnappyMail"
description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.en = "Simple, modern, lightweight & fast web-based e-mail client"
description.fr = "Client de messagerie Web simple, moderne, léger et rapide" description.fr = "Client de messagerie Web simple, moderne, léger et rapide"
version = "2.37.3~ynh1" version = "2.37.3~ynh2"
maintainers = [] maintainers = []

View file

@ -22,7 +22,7 @@ fi
#================================================= #=================================================
ynh_script_progression "Upgrading source files..." ynh_script_progression "Upgrading source files..."
ynh_setup_source --dest_dir="$install_dir/app" --full_replace --keep="data/_data_/_default_/configs/application.ini" ynh_setup_source --dest_dir="$install_dir/app" --full_replace --keep="app/data/_data_/_default_/configs/application.ini"
#================================================= #=================================================
# UPDATE A CONFIG FILE # UPDATE A CONFIG FILE
@ -41,6 +41,7 @@ chown -R "$app:$app" "$install_dir/app/data"
ynh_script_progression "Applying SSO patch..." ynh_script_progression "Applying SSO patch..."
ynh_config_add --template="sso.php" --destination="$install_dir/index.php" ynh_config_add --template="sso.php" --destination="$install_dir/index.php"
chmod "u=rX,g=,o=" "$install_dir/index.php" chmod "u=rX,g=,o=" "$install_dir/index.php"
chown "$app:www-data" "$install_dir/index.php" chown "$app:www-data" "$install_dir/index.php"