From 36bc6d2ef614a33ae1da0924b9376caa78142ee9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 May 2022 12:11:32 +0200 Subject: [PATCH 1/3] 3.1.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index f0b7889..77c748f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Bubka/2FAuth/archive/refs/tags/v3.0.2.tar.gz -SOURCE_SUM=608ff18abbdd8a71643fd9a4b7d152a06c749dd8156b8f62162fd4b42e9f8cec +SOURCE_URL=https://github.com/Bubka/2FAuth/archive/refs/tags/v3.1.0.tar.gz +SOURCE_SUM=98dbabc102b046f41e63c2a4afcbd506f9a19bbfe7ef993a0710ffa990d84d7e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c38e727..e6bf55c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "self-hosted alternative to One Time Passcode", "fr": "Alternative auto-hébergée a One Time Passcode" }, - "version": "3.0.2~ynh2", + "version": "3.1.0~ynh1", "url": "https://github.com/Bubka/2FAuth", "upstream": { "license": "AGPL-3.0", From 4409864a2ffee3986de09a7202d82e847e3cec4c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 23 May 2022 10:11:38 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a758dbe..5cf21a8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes -**Shipped version:** 3.0.2~ynh2 +**Shipped version:** 3.1.0~ynh1 **Demo:** https://demo.2fauth.app/login diff --git a/README_fr.md b/README_fr.md index b18d2ea..d23d9a2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes -**Version incluse :** 3.0.2~ynh2 +**Version incluse :** 3.1.0~ynh1 **Démo :** https://demo.2fauth.app/login From afccf6e3ce01851c565b36af2a7612b56f3ea0fa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 May 2022 12:13:43 +0200 Subject: [PATCH 3/3] Update .env.example --- conf/.env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/.env.example b/conf/.env.example index a6e816d..d083f7a 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -114,6 +114,10 @@ AUTHENTICATION_GUARD=web-guard AUTH_PROXY_HEADER_FOR_USER= AUTH_PROXY_HEADER_FOR_EMAIL= +# Custom logout URL to open when using an auth proxy. + +PROXY_LOGOUT_URL=null + #### WebAuthn settings ####