From fe8621906ce3beee2331aab297ba614a02f323cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:02:35 +0100 Subject: [PATCH] Cleaning --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- manifest.toml | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 9d7a909..9c4a5a7 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1 +1 @@ -To create the initial administrator account: `https://yourdomain.com/launchpad` +To create the initial administrator account: `https:/__DOMAIN__/launchpad` diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 062e6f4..c8bcf47 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1 +1 @@ -Pour créer le compte administrateur initial : `https://yourdomain.com/launchpad` +Pour créer le compte administrateur initial : `https://__DOMAIN__/launchpad` diff --git a/manifest.toml b/manifest.toml index 03c4aba..c2b13d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,8 @@ packaging_format = 2 id = "overleaf" name = "Overleaf" -description.en = "Open-source online real-time collaborative LaTeX editor." +description.en = "Online real-time collaborative LaTeX editor" +description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel" version = "2023.12.17~ynh1" @@ -20,8 +21,11 @@ code = "https://github.com/overleaf/overleaf" yunohost = ">= 11.2.0" architectures = "all" multi_instance = false + ldap = true + sso = true + disk = "50M" ram.build = "50M" ram.runtime = "50M"