From f8e5387040b35233f98725b4f8bc507bdd294758 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 May 2022 09:38:43 +0200 Subject: [PATCH 1/5] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5706240..c0c24a0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env" + ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env $final_path/storage" fi chmod 750 "$final_path" From f2e2c0dfdaefd549566c34e80e16fbb99d867162 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 May 2022 09:38:56 +0200 Subject: [PATCH 2/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b1af93a..c38e727 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~ynh1", + "version": "3.0.2~ynh2", "url": "https://github.com/Bubka/2FAuth", "upstream": { "license": "AGPL-3.0", From 8846c368023c1aba542df3aa96f1b3b083543d97 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 15 May 2022 07:39:02 +0000 Subject: [PATCH 3/5] 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 0aab674..8ad2c2f 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~ynh1 +**Shipped version:** 3.0.2~ynh2 **Demo:** https://demo.2fauth.app/login diff --git a/README_fr.md b/README_fr.md index 532631f..2ceca5e 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~ynh1 +**Version incluse :** 3.0.2~ynh2 **Démo :** https://demo.2fauth.app/login From e1213aabae2bc4b08c62fcd455ce4809e280b08e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 May 2022 10:23:42 +0200 Subject: [PATCH 4/5] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..d147f85 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1,4 @@ +2FAuth has been imagined for personal use only, it is single user designed. +You have to create a user account to use the app and you cannot create more than one user account. + +Authentication documentation: https://docs.2fauth.app/security/authentication/ \ No newline at end of file From 75153ae95d7de05f136ace4b7afade85246e1685 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 15 May 2022 08:23:47 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 6 ++++++ README_fr.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 8ad2c2f..a758dbe 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo ![](./doc/screenshots/screenshot.png) +## Disclaimers / important information + +2FAuth has been imagined for personal use only, it is single user designed. +You have to create a user account to use the app and you cannot create more than one user account. + +Authentication documentation: https://docs.2fauth.app/security/authentication/ ## Documentation and resources * Official admin documentation: https://docs.2fauth.app/ diff --git a/README_fr.md b/README_fr.md index 2ceca5e..b18d2ea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,6 +31,12 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo ![](./doc/screenshots/screenshot.png) +## Avertissements / informations importantes + +2FAuth has been imagined for personal use only, it is single user designed. +You have to create a user account to use the app and you cannot create more than one user account. + +Authentication documentation: https://docs.2fauth.app/security/authentication/ ## Documentations et ressources * Documentation officielle de l'admin : https://docs.2fauth.app/