diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md deleted file mode 100644 index eb84c67..0000000 --- a/doc/PRE_INSTALL.md +++ /dev/null @@ -1 +0,0 @@ -* The app can only be installed at the root of a domain diff --git a/manifest.toml b/manifest.toml index 8c700b7..1a49d76 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,8 @@ packaging_format = 2 id = "spacedeck" name = "Spacedeck" -description.en = "A web based, real time, collaborative whiteboard application with rich media support" +description.en = "Real time, collaborative whiteboard application with rich media support" +description.fr = "Tableau blanc collaborative en temps réel basée avec prise en charge de médias riches" version = "2022.05.09~ynh2" @@ -18,8 +19,11 @@ code = "https://github.com/spacedeck/spacedeck-open" yunohost = ">=11.2" architectures = ["amd64"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "300M" ram.runtime = "20M"