From 604281ad159915e532fec5c1a5f5365f8cd215e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:24:57 +0100 Subject: [PATCH 1/6] cleaning --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 1 + manifest.toml | 5 ++++- scripts/upgrade | 7 ------- 4 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e314c2a..21bc527 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat ... +Create a workspace for a team with file management, contact, chat... \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..e314c2a --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat ... diff --git a/manifest.toml b/manifest.toml index 316db1d..ca38500 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,11 +19,14 @@ code = "https://github.com/xech/agora-project" cpe = "cpe:2.3:a:agora-project:agora-project" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "120M" ram.runtime = "50M" diff --git a/scripts/upgrade b/scripts/upgrade index 96cee3f..e12e307 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,13 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# STANDARD UPGRADE STEPS -#================================================= -# ENSURE DOWNWARD COMPATIBILITY -#================================================= -#ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= From b910124ab4abe938cfc23cafbe69e6f2b17f2292 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 08:25:03 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b752ca..dde7df8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat ... - +Create a workspace for a team with file management, contact, chat... **Shipped version:** 1.0~ynh1 ## Documentation and resources From d9f3431f4a49a7ecb63a016c5c5c8bdd3fa79f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:26:04 +0100 Subject: [PATCH 3/6] cleaning --- conf/nginx.conf | 4 ++-- doc/DESCRIPTION_fr.md | 2 +- scripts/restore | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2126271..f4d4468 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,12 +2,12 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/ ; + alias __INSTALL_DIR__/; index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 1000M; try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index e314c2a..9c95eee 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat ... +Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat... diff --git a/scripts/restore b/scripts/restore index 8510356..8537a30 100644 --- a/scripts/restore +++ b/scripts/restore @@ -17,9 +17,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" -### $install_dir will automatically be initialized with some decent -### permissions by default ... however, you may need to recursively reapply -### ownership to all files such as after the ynh_setup_source step chown -R "$app:www-data" "$install_dir" #================================================= From 4d9615f88ed3c7e272a71f01c15597ce5f0dcbeb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 08:26:14 +0000 Subject: [PATCH 4/6] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index e12fe0d..a21a847 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat ... +Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat... **Version incluse :** 1.0~ynh1 From ae45d7e42545811fc0202d4cfdbfb5f85423f4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:27:05 +0100 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ca38500..e6d8e3b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,10 +4,10 @@ packaging_format = 2 id = "agora" name = "Agora" -description.en = "Free software for collaboration and creation of digital space" -description.fr = "Logiciel libre de collaboration et de création d'espace numérique" +description.en = "Software for collaboration and creation of digital space" +description.fr = "Logiciel de collaboration et de création d'espace numérique" -version = "1.0~ynh1" +version = "1.0~ynh2" maintainers = ["frju365"] From 71b4e12d78faea9e9e5405faa4eb4d57d648e94f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 08:27:16 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dde7df8..81fc040 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create a workspace for a team with file management, contact, chat... -**Shipped version:** 1.0~ynh1 +**Shipped version:** 1.0~ynh2 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index a21a847..6cb797b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat... -**Version incluse :** 1.0~ynh1 +**Version incluse :** 1.0~ynh2 ## Documentations et ressources * Site officiel de l’app :