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 #26 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-25 15:44:20 +01:00 committed by GitHub
commit 4a06f198a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 15 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.4.1~ynh2
**Shipped version:** 3.4.2~ynh1
**Demo:** https://demo.2fauth.app/login

View file

@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# 2FAuth pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/2fauth.svg)](https://dash.yunohost.org/appci/app/2fauth) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/2fauth.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/2fauth.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/2fauth.svg)](https://dash.yunohost.org/appci/app/2fauth) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/2fauth.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/2fauth.maintain.svg)
[![Installer 2FAuth avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=2fauth)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer 2FAuth rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller 2FAuth rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
@ -27,13 +27,13 @@ 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.4.1~ynh2
**Version incluse :** 3.4.2~ynh1
**Démo :** https://demo.2fauth.app/login
## Captures d'écran
## Captures décran
![Capture d'écran de 2FAuth](./doc/screenshots/screenshot.png)
![Capture décran de 2FAuth](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -43,8 +43,8 @@ You have to create a user account to use the app and you cannot create more than
Authentication documentation: https://docs.2fauth.app/security/authentication/
## Documentations et ressources
* Documentation officielle de l'admin : <https://docs.2fauth.app/>
* Dépôt de code officiel de l'app : <https://github.com/Bubka/2FAuth>
* Documentation officielle de ladmin : <https://docs.2fauth.app/>
* Dépôt de code officiel de lapp : <https://github.com/Bubka/2FAuth>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_2fauth>
* Signaler un bug : <https://github.com/YunoHost-Apps/2fauth_ynh/issues>
@ -60,4 +60,4 @@ ou
sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Bubka/2FAuth/archive/refs/tags/v3.4.0.tar.gz
SOURCE_SUM=3262de96b5a1525b6b51dc679d655dd602d0cd523b8901dfbb0e25dd844a069d
SOURCE_URL=https://github.com/Bubka/2FAuth/archive/refs/tags/v3.4.1.tar.gz
SOURCE_SUM=47228876cc431db310ccb6528af8481d1e36b013e78663566077b47d175e3f33
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

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.4.1~ynh2",
"version": "3.4.2~ynh1",
"url": "https://github.com/Bubka/2FAuth",
"upstream": {
"license": "AGPL-3.0",