mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Merge pull request #73 from YunoHost-Apps/ci-auto-update-2022.06.20
Upgrade to 2022.06.20
This commit is contained in:
commit
f92aab3e2f
10 changed files with 53 additions and 33 deletions
22
README.md
22
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Standard Notes Server for YunoHost
|
# Standard Notes Server for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![](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)
|
[![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)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
The Standard Notes syncing server. An end-to-end encrypted note-taking app.
|
The Standard Notes syncing server. An end-to-end encrypted note-taking app.
|
||||||
|
|
||||||
**Shipped version:** 2022.04.25~ynh1
|
**Shipped version:** 2022.06.20~ynh1
|
||||||
|
|
||||||
**Demo:** https://standardnotes.org/demo
|
**Demo:** https://standardnotes.org/demo
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* No single-sign on or LDAP integration
|
* No single-sign on or LDAP integration
|
||||||
|
@ -34,22 +33,23 @@ The Standard Notes syncing server. An end-to-end encrypted note-taking app.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://standardnotes.org/
|
* Official app website: <https://standardnotes.org/>
|
||||||
* Official user documentation: https://standardnotes.com/help
|
* Official user documentation: <https://standardnotes.com/help>
|
||||||
* Official admin documentation: https://docs.standardnotes.org/
|
* Official admin documentation: <https://docs.standardnotes.org/>
|
||||||
* Upstream app code repository: https://github.com/standardnotes/standalone
|
* Upstream app code repository: <https://github.com/standardnotes/standalone>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_snserver
|
* YunoHost documentation for this app: <https://yunohost.org/app_snserver>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/snserver_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/snserver_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,10 +1,14 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Standard Notes Server pour YunoHost
|
# Standard Notes Server pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
|
[![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)
|
||||||
[![Installer Standard Notes Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snserver)
|
[![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)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Standard Notes Server rapidement et simplement sur un serveur YunoHost.
|
> *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.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
@ -13,10 +17,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2022.04.25~ynh1
|
**Version incluse :** 2022.06.20~ynh1
|
||||||
|
|
||||||
**Démo :** https://standardnotes.org/demo
|
**Démo :** https://standardnotes.org/demo
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* No single-sign on or LDAP integration
|
* No single-sign on or LDAP integration
|
||||||
|
@ -30,22 +33,23 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://standardnotes.org/
|
* Site officiel de l'app : <https://standardnotes.org/>
|
||||||
* Documentation officielle utilisateur : https://standardnotes.com/help
|
* Documentation officielle utilisateur : <https://standardnotes.com/help>
|
||||||
* Documentation officielle de l'admin : https://docs.standardnotes.org/
|
* Documentation officielle de l'admin : <https://docs.standardnotes.org/>
|
||||||
* Dépôt de code officiel de l'app : https://github.com/standardnotes/standalone
|
* Dépôt de code officiel de l'app : <https://github.com/standardnotes/standalone>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_snserver
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_snserver>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/snserver_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/snserver_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
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 d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.37.0.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.40.1.tar.gz
|
||||||
SOURCE_SUM=452de0f3a3bb40f57819e0134ce9fd7071add35fc0216db724e2e05663fa3a3a
|
SOURCE_SUM=8060b89d51532c850730467223f83cb90fc4d53135d7b8b0974045c179dfa1f6
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.43.0.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.46.2.tar.gz
|
||||||
SOURCE_SUM=913337c4bfe999c8ef9dc6eb257a8377cf6ebf7b6a24773feb3d585187a125d3
|
SOURCE_SUM=e5c6b9fc767cd94f8326ba7012278f7520b0d8aab283484ef4f3e776a3d995f6
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.52.0.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.54.1.tar.gz
|
||||||
SOURCE_SUM=3e610eb98c52eb270b2086409418fb3f7cabfb0f78166b2a1a9aa39cd80b421a
|
SOURCE_SUM=29141efba82b8085907745827a9606e2dc6f0f192a3c1c45535f3fa88d9aa568
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -9,6 +9,7 @@ PORT="__PORT_API_GATEWAY__"
|
||||||
SYNCING_SERVER_JS_URL="http://localhost:__PORT_SYNCING_SERVER_JS__"
|
SYNCING_SERVER_JS_URL="http://localhost:__PORT_SYNCING_SERVER_JS__"
|
||||||
AUTH_SERVER_URL="http://localhost:__PORT_AUTH__"
|
AUTH_SERVER_URL="http://localhost:__PORT_AUTH__"
|
||||||
#PAYMENTS_SERVER_URL=http://payments:3000
|
#PAYMENTS_SERVER_URL=http://payments:3000
|
||||||
|
#FILES_SERVER_URL=http://files:3000
|
||||||
|
|
||||||
HTTP_CALL_TIMEOUT=60000
|
HTTP_CALL_TIMEOUT=60000
|
||||||
|
|
||||||
|
@ -30,3 +31,6 @@ REDIS_EVENTS_CHANNEL=events
|
||||||
# (Optional) SNS Setup
|
# (Optional) SNS Setup
|
||||||
SNS_TOPIC_ARN=
|
SNS_TOPIC_ARN=
|
||||||
SNS_AWS_REGION=
|
SNS_AWS_REGION=
|
||||||
|
|
||||||
|
# (Optional) Caching Cross Service Tokens
|
||||||
|
CROSS_SERVICE_TOKEN_CACHE_TTL=
|
||||||
|
|
|
@ -64,3 +64,9 @@ USER_SERVER_AUTH_KEY=
|
||||||
# (Optional) Sentry Setup
|
# (Optional) Sentry Setup
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
SENTRY_ENVIRONMENT=
|
SENTRY_ENVIRONMENT=
|
||||||
|
|
||||||
|
VALET_TOKEN_SECRET=
|
||||||
|
VALET_TOKEN_TTL=
|
||||||
|
|
||||||
|
# (Optional) Analytics
|
||||||
|
ANALYTICS_ENABLED=false
|
||||||
|
|
|
@ -65,3 +65,9 @@ USER_SERVER_AUTH_KEY=
|
||||||
# (Optional) Sentry Setup
|
# (Optional) Sentry Setup
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
SENTRY_ENVIRONMENT=
|
SENTRY_ENVIRONMENT=
|
||||||
|
|
||||||
|
VALET_TOKEN_SECRET=
|
||||||
|
VALET_TOKEN_TTL=
|
||||||
|
|
||||||
|
# (Optional) Analytics
|
||||||
|
ANALYTICS_ENABLED=false
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
||||||
},
|
},
|
||||||
"version": "2022.04.25~ynh1",
|
"version": "2022.06.20~ynh1",
|
||||||
"url": "https://github.com/standardnotes/standalone",
|
"url": "https://github.com/standardnotes/standalone",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
RUBY_VERSION="2.7.3"
|
RUBY_VERSION="2.7.3"
|
||||||
NODEJS_VERSION="16"
|
NODEJS_VERSION="16"
|
||||||
|
|
||||||
syncing_server_js_version="1.52.0"
|
syncing_server_js_version="1.54.1"
|
||||||
auth_version="1.43.0"
|
auth_version="1.46.2"
|
||||||
api_gateway_version="1.37.0"
|
api_gateway_version="1.40.1"
|
||||||
extensions_version="2021.08.27"
|
extensions_version="2021.08.27"
|
||||||
|
|
||||||
swap_needed=2048
|
swap_needed=2048
|
||||||
|
|
Loading…
Reference in a new issue