diff --git a/README.md b/README.md index 4b752ca..81fc040 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,9 @@ 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 +**Shipped version:** 1.0~ynh2 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index e12fe0d..6cb797b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,10 +16,10 @@ 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 +**Version incluse :** 1.0~ynh2 ## Documentations et ressources * Site officiel de l’app : 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.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..9c95eee --- /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..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"] @@ -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/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" #================================================= 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 #=================================================