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 #=================================================