From 2a39d13c314c684b9ad8be36efb63bc1a534fbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:06:15 +0100 Subject: [PATCH] add fr --- doc/DESCRIPTION_fr.md | 3 +++ manifest.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..9d54fbf --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,3 @@ +Standard Notes est une application de prise de notes gratuite et sécurisée avec un puissant cryptage de bout en bout, des fonctionnalités de confidentialité inégalées et une synchronisation multiplateforme transparente sur un nombre illimité d'appareils. + +Standard Notes est une application Web. Standard Notes nécessite un serveur, [installable sur YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index e5bc39a..1407d45 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,8 +23,11 @@ code = "https://github.com/standardnotes/app" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "3600M" ram.build = "1500M" ram.runtime = "1500M"