2022-03-25 18:30:47 +01:00
|
|
|
|
# 2FAuth pour YunoHost
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/2fauth.svg)](https://dash.yunohost.org/appci/app/2fauth) ![](https://ci-apps.yunohost.org/ci/badges/2fauth.status.svg) ![](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)
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
> *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.*
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
### Features
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
- Manage your 2FA accounts and organize them using Groups
|
|
|
|
|
- Scan and decode any QR code to add account in no time
|
|
|
|
|
- Add custom account without QR code thanks to an advanced form
|
|
|
|
|
- Edit accounts, even the imported ones
|
|
|
|
|
- Generate TOTP and HOTP security codes
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-26 06:52:18 +01:00
|
|
|
|
**Version incluse :** 2.1.0~ynh2
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
**Démo :** https://demo.2fauth.app/login
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
## Captures d'écran
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
* Dépôt de code officiel de l'app : 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
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing).
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2022-03-25 18:30:47 +01:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
2022-03-25 18:30:41 +01:00
|
|
|
|
```
|
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|