diff --git a/README.md b/README.md index 2b53117..65941c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Standard Notes is a free, secure note-taking app with powerful end-to-end encryp This is the web app of Standard Notes. It requires a server, [installable on YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). -**Shipped version:** 3.160.8~ynh2 +**Shipped version:** 3.160.8~ynh3 **Demo:** diff --git a/README_eu.md b/README_eu.md index 51afa9b..255d48f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,7 @@ Standard Notes is a free, secure note-taking app with powerful end-to-end encryp This is the web app of Standard Notes. It requires a server, [installable on YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). -**Paketatutako bertsioa:** 3.160.8~ynh2 +**Paketatutako bertsioa:** 3.160.8~ynh3 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 975c1c9..e42f28e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,12 +16,11 @@ Il NE doit PAS être modifié à la main. ## Vue d’ensemble -Standard Notes is a free, secure note-taking app with powerful end-to-end encryption, unparalleled privacy features, and seamless cross-platform syncing on unlimited devices. +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. -This is the web app of Standard Notes. It requires a server, [installable on YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). +Standard Notes est une application Web. Standard Notes nécessite un serveur, [installable sur YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). - -**Version incluse :** 3.160.8~ynh2 +**Version incluse :** 3.160.8~ynh3 **Démo :** diff --git a/README_gl.md b/README_gl.md index 053b15f..81c7803 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,7 @@ Standard Notes is a free, secure note-taking app with powerful end-to-end encryp This is the web app of Standard Notes. It requires a server, [installable on YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). -**Versión proporcionada:** 3.160.8~ynh2 +**Versión proporcionada:** 3.160.8~ynh3 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f8b3d72..ceda71f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,7 @@ Standard Notes is a free, secure note-taking app with powerful end-to-end encryp This is the web app of Standard Notes. It requires a server, [installable on YunoHost](https://github.com/YunoHost-Apps/snserver_ynh). -**分发版本:** 3.160.8~ynh2 +**分发版本:** 3.160.8~ynh3 **演示:** 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..281398f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Standard Notes" description.en = "End-to-end encrypted note-taking app" description.fr = "Application de prise de notes chiffrées" -version = "3.160.8~ynh2" +version = "3.160.8~ynh3" maintainers = ["Fabian Wilkens"] @@ -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" @@ -41,7 +44,7 @@ ram.runtime = "1500M" [install.init_main_permission] help.en = "A public application means that anyone can access this site." type = "group" - default = false + default = "visitors" [install.snserver_domain] ask.en = "Choose the default Standard Notes Syncing Server"