2022-03-25 18:30:41 +01:00
|
|
|
<!--
|
2024-04-09 09:33:21 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-03-25 18:30:41 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
# 2FAuth for YunoHost
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2023-01-25 14:03:52 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/2fauth.svg)](https://dash.yunohost.org/appci/app/2fauth) ![Working status](https://ci-apps.yunohost.org/ci/badges/2fauth.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/2fauth.maintain.svg)
|
2023-02-17 22:49:11 +01:00
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
[![Install 2FAuth with 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
|
|
|
|
2024-04-09 09:33:21 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2024-04-09 09:33:21 +02:00
|
|
|
> *This package allows you to install 2FAuth quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
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.
|
2023-09-13 10:58:46 +02:00
|
|
|
2FAuth 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
|
2024-04-09 09:33:21 +02:00
|
|
|
|
2024-05-30 03:30:23 +02:00
|
|
|
**Shipped version:** 5.2.0~ynh1
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2024-03-17 02:30:25 +01:00
|
|
|
**Demo:** <https://demo.2fauth.app/login>
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2022-03-25 18:30:47 +01:00
|
|
|
## Screenshots
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2022-06-01 07:59:04 +02:00
|
|
|
![Screenshot of 2FAuth](./doc/screenshots/screenshot.png)
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-17 02:30:25 +01:00
|
|
|
- Official admin documentation: <https://docs.2fauth.app/>
|
|
|
|
- Upstream app code repository: <https://github.com/Bubka/2FAuth>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/2fauth>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/2fauth_ynh/issues>
|
2022-03-25 18:30:41 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-04-09 09:33:21 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing).
|
2022-03-25 18:30:41 +01:00
|
|
|
|
2024-04-09 09:33:21 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-06-01 07:59:04 +02:00
|
|
|
|
2024-03-17 02:30:25 +01:00
|
|
|
```bash
|
2022-03-25 18:30:47 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
2022-03-25 18:30:41 +01:00
|
|
|
or
|
2022-03-25 18:30:47 +01:00
|
|
|
sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
2022-03-25 18:30:41 +01:00
|
|
|
```
|
|
|
|
|
2024-03-17 02:30:25 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|