mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Merge 93ddfe4b4d
into 257b264d7b
This commit is contained in:
commit
3c5fe8fb71
8 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
|
||||
|
||||
|
||||
**Shipped version:** 2023.01.26~ynh2
|
||||
**Shipped version:** 1.23.0~ynh1
|
||||
|
||||
**Demo:** <https://standardnotes.org/demo>
|
||||
## :red_circle: Antifeatures
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
|
||||
|
||||
|
||||
**Versión actual:** 2023.01.26~ynh2
|
||||
**Versión actual:** 1.23.0~ynh1
|
||||
|
||||
**Demo:** <https://standardnotes.org/demo>
|
||||
## :red_circle: funcionalidades no deseadas
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2023.01.26~ynh2
|
||||
**Paketatutako bertsioa:** 1.23.0~ynh1
|
||||
|
||||
**Demoa:** <https://standardnotes.org/demo>
|
||||
## :red_circle: Ezaugarri zalantzagarriak
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Standard Notes est une application de prise de notes chiffrée de bout en bout pour les numériciens et les professionnels. Capturez vos notes, vos fichiers et le travail de votre vie en un seul endroit sécurisé.
|
||||
|
||||
|
||||
**Version incluse :** 2023.01.26~ynh2
|
||||
**Version incluse :** 1.23.0~ynh1
|
||||
|
||||
**Démo :** <https://standardnotes.org/demo>
|
||||
## :red_circle: Anti-fonctionnalités
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2023.01.26~ynh2
|
||||
**Versión proporcionada:** 1.23.0~ynh1
|
||||
|
||||
**Demo:** <https://standardnotes.org/demo>
|
||||
## :red_circle: Debes considerar
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
|
||||
|
||||
|
||||
**分发版本:** 2023.01.26~ynh2
|
||||
**分发版本:** 1.23.0~ynh1
|
||||
|
||||
**演示:** <https://standardnotes.org/demo>
|
||||
## :red_circle: 负面特征
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Standard Notes Server"
|
|||
description.en = "End-to-end encrypted note-taking app syncing server"
|
||||
description.fr = "Serveur de synchronisation de prise de notes cryptées de bout en bout"
|
||||
|
||||
version = "2023.01.26~ynh2"
|
||||
version = "1.23.0~ynh1"
|
||||
|
||||
maintainers = ["Fabian Wilkens"]
|
||||
|
||||
|
@ -46,8 +46,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/standardnotes/server/archive/5ea91aeafc6c986391e6f4acc5cad20584a90828.tar.gz"
|
||||
sha256 = "87d98db93233f88da30e5b89fa9df02bc0d2ee2ddadc9087a42b90987ec3c581"
|
||||
url = "https://github.com/standardnotes/server/archive/refs/tags/@standardnotes/home-server@1.23.0.tar.gz"
|
||||
sha256 = "67a00d932fa7a5bc144401b0bc60dac42bbfbee085f3853bfe9d77b6bd2d6197"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "tarball"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version=16.13.1
|
||||
nodejs_version=18
|
||||
|
||||
swap_needed=4096
|
||||
node_max_old_space_size=6144
|
||||
|
|
Loading…
Add table
Reference in a new issue