mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
add fr
This commit is contained in:
parent
0874fdbcdb
commit
2a39d13c31
2 changed files with 6 additions and 0 deletions
3
doc/DESCRIPTION_fr.md
Normal file
3
doc/DESCRIPTION_fr.md
Normal file
|
@ -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).
|
|
@ -23,8 +23,11 @@ code = "https://github.com/standardnotes/app"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "3600M"
|
disk = "3600M"
|
||||||
ram.build = "1500M"
|
ram.build = "1500M"
|
||||||
ram.runtime = "1500M"
|
ram.runtime = "1500M"
|
||||||
|
|
Loading…
Add table
Reference in a new issue