1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00

Merge pull request #85 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-29 22:03:36 +02:00 committed by GitHub
commit 21bb56c319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 10 deletions

View file

@ -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). 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> **Demo:** <https://standardnotes.org/demo>

View file

@ -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). 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> **Demoa:** <https://standardnotes.org/demo>

View file

@ -16,12 +16,11 @@ Il NE doit PAS être modifié à la main.
## Vue densemble ## Vue densemble
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~ynh3
**Version incluse:** 3.160.8~ynh2
**Démo:** <https://standardnotes.org/demo> **Démo:** <https://standardnotes.org/demo>

View file

@ -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). 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> **Demo:** <https://standardnotes.org/demo>

View file

@ -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). 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> **演示:** <https://standardnotes.org/demo>

3
doc/DESCRIPTION_fr.md Normal file
View 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).

View file

@ -7,7 +7,7 @@ name = "Standard Notes"
description.en = "End-to-end encrypted note-taking app" description.en = "End-to-end encrypted note-taking app"
description.fr = "Application de prise de notes chiffrées" description.fr = "Application de prise de notes chiffrées"
version = "3.160.8~ynh2" version = "3.160.8~ynh3"
maintainers = ["Fabian Wilkens"] maintainers = ["Fabian Wilkens"]
@ -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"
@ -41,7 +44,7 @@ ram.runtime = "1500M"
[install.init_main_permission] [install.init_main_permission]
help.en = "A public application means that anyone can access this site." help.en = "A public application means that anyone can access this site."
type = "group" type = "group"
default = false default = "visitors"
[install.snserver_domain] [install.snserver_domain]
ask.en = "Choose the default Standard Notes Syncing Server" ask.en = "Choose the default Standard Notes Syncing Server"