mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
deddd6bbbd
3 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
- Add custom account without QR code thanks to an advanced form
|
- Add custom account without QR code thanks to an advanced form
|
||||||
- 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:** 5.1.0~ynh1
|
**Shipped version:** 5.1.0~ynh1
|
||||||
|
|
||||||
**Demo:** <https://demo.2fauth.app/login>
|
**Demo:** <https://demo.2fauth.app/login>
|
||||||
|
|
|
@ -26,8 +26,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
- Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé
|
- Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé
|
||||||
- Modifier les comptes, même ceux importés
|
- Modifier les comptes, même ceux importés
|
||||||
- Générer des codes de sécurité TOTP et HOTP
|
- Générer des codes de sécurité TOTP et HOTP
|
||||||
|
|
||||||
**Version incluse :** 5.1.0~ynh1
|
**Version incluse :** 5.1.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Démo :** <https://demo.2fauth.app/login>
|
**Démo :** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
|
@ -47,7 +47,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="$install_dir" --keep="storage .env"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="storage .env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue