diff --git a/conf/app_syncing-server-js.src b/conf/app_syncing-server-js.src index 63191df..3d0a573 100644 --- a/conf/app_syncing-server-js.src +++ b/conf/app_syncing-server-js.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.36.1.tar.gz -SOURCE_SUM=5FC8B36A6D8C63E2FAD6991C60CDDF227FCE71E70D4EB75F19109FACD4027951 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.38.2.tar.gz +SOURCE_SUM=F5DAEE3026D15F332874C3C45422BBCD30B136FC6EA8A5A2CA0C6E21C029F186 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/env_syncing-server-js-worker.env.sample b/conf/env_syncing-server-js-worker.env.sample index a441e14..92527df 100644 --- a/conf/env_syncing-server-js-worker.env.sample +++ b/conf/env_syncing-server-js-worker.env.sample @@ -2,6 +2,7 @@ __YNH_NODE_LOAD_PATH__ LOG_LEVEL="info" NODE_ENV="production" +VERSION="production" AUTH_JWT_SECRET=__AUTH_JWT_SECRET__ diff --git a/conf/env_syncing-server-js.env.sample b/conf/env_syncing-server-js.env.sample index 0894d75..3df2c23 100644 --- a/conf/env_syncing-server-js.env.sample +++ b/conf/env_syncing-server-js.env.sample @@ -2,6 +2,7 @@ __YNH_NODE_LOAD_PATH__ LOG_LEVEL="info" NODE_ENV="production" +VERSION="production" AUTH_JWT_SECRET=__AUTH_JWT_SECRET__ diff --git a/manifest.json b/manifest.json index 25f16c6..7b0f440 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app." }, - "version": "2021.07.24~ynh3", + "version": "2021.08.27~ynh1", "url": "https://github.com/standardnotes/standalone", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index ab6a76d..f64b01e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" -syncing_server_js_version="1.36.1" +syncing_server_js_version="1.38.2" auth_version="1.13.2" api_gateway_version="1.20.5" extensions_version="2021.07.06"