1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge pull request #5 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-05-15 10:24:07 +02:00 committed by GitHub
commit 114ad0ec8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 4 deletions

View file

@ -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
@ -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/

View file

@ -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
@ -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/

View file

@ -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/

View file

@ -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",

View file

@ -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"