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

Merge pull request #123 from YunoHost-Apps/testing

Testing
This commit is contained in:
Fabian Wilkens 2023-01-22 12:01:23 +01:00 committed by GitHub
commit 22f5f3fb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 14 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Standard Notes Server for YunoHost
[![Integration level](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![Working status](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![Working status](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
[![Install Standard Notes Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snserver)
*[Lire ce readme en français.](./README_fr.md)*
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and lifes work all in one secure place.
**Shipped version:** 2023.01.06~ynh1
**Shipped version:** 2023.01.13~ynh1
**Demo:** https://standardnotes.org/demo
## Disclaimers / important information

View file

@ -5,20 +5,20 @@ It shall NOT be edited by hand.
# Standard Notes Server pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
[![Installer Standard Notes Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snserver)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Standard Notes Server rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Standard Notes Server rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
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.06~ynh1
**Version incluse :** 2023.01.13~ynh1
**Démo :** https://standardnotes.org/demo
## Avertissements / informations importantes
@ -29,10 +29,10 @@ Standard Notes est une application de prise de notes chiffrée de bout en bout p
## Documentations et ressources
* Site officiel de l'app : <https://standardnotes.org/>
* Site officiel de lapp : <https://standardnotes.org/>
* Documentation officielle utilisateur : <https://standardnotes.com/help>
* Documentation officielle de l'admin : <https://docs.standardnotes.org/>
* Dépôt de code officiel de l'app : <https://github.com/standardnotes/server>
* Documentation officielle de ladmin : <https://docs.standardnotes.org/>
* Dépôt de code officiel de lapp : <https://github.com/standardnotes/server>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_snserver>
* Signaler un bug : <https://github.com/YunoHost-Apps/snserver_ynh/issues>
@ -48,4 +48,4 @@ ou
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/standardnotes/server/archive/1c5c8b81d5798b2d48831cb909ac90f6b8aa2e21.tar.gz
SOURCE_SUM=45e4b6cbd6252d337e516e43e4f28f2fccd773fb4c61d2abc5fc57cab61f07d1
SOURCE_URL=https://github.com/standardnotes/server/archive/29c56c69196b97663df54cdcff842be646fa9650.tar.gz
SOURCE_SUM=3242a9497f1879615960a13e6f1f088f7a27d7ca6b42c2a140fbf82643651d3f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": {
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
},
"version": "2023.01.06~ynh1",
"version": "2023.01.13~ynh1",
"url": "https://github.com/standardnotes/standalone",
"upstream": {
"license": "AGPL-3.0-or-later",