mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
commit
21bb56c319
7 changed files with 15 additions and 10 deletions
|
@ -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:** <https://standardnotes.org/demo>
|
||||
|
||||
|
|
|
@ -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:** <https://standardnotes.org/demo>
|
||||
|
||||
|
|
|
@ -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 :** <https://standardnotes.org/demo>
|
||||
|
||||
|
|
|
@ -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:** <https://standardnotes.org/demo>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
**演示:** <https://standardnotes.org/demo>
|
||||
|
||||
|
|
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).
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue