mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
114ad0ec8e
5 changed files with 20 additions and 4 deletions
|
@ -27,7 +27,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**Shipped version:** 3.0.2~ynh1
|
**Shipped version:** 3.0.2~ynh2
|
||||||
|
|
||||||
**Demo:** https://demo.2fauth.app/login
|
**Demo:** https://demo.2fauth.app/login
|
||||||
|
|
||||||
|
@ -35,6 +35,12 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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
|
## Documentation and resources
|
||||||
|
|
||||||
* Official admin documentation: https://docs.2fauth.app/
|
* Official admin documentation: https://docs.2fauth.app/
|
||||||
|
|
|
@ -23,7 +23,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- 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
|
**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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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
|
## Documentations et ressources
|
||||||
|
|
||||||
* Documentation officielle de l'admin : https://docs.2fauth.app/
|
* Documentation officielle de l'admin : https://docs.2fauth.app/
|
||||||
|
|
|
@ -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/
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "self-hosted alternative to One Time Passcode",
|
"en": "self-hosted alternative to One Time Passcode",
|
||||||
"fr": "Alternative auto-hébergée a 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",
|
"url": "https://github.com/Bubka/2FAuth",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
|
@ -84,7 +84,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# 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
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue