mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Auto-update READMEs
This commit is contained in:
parent
ba67e92e28
commit
d6545ed5d4
7 changed files with 64 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
# All available README files by language
|
# All available README files by language
|
||||||
|
|
||||||
- [Read the README in English](README.md)
|
- [Read the README in English](README.md)
|
||||||
|
- [Lea el README en español](README_es.md)
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
|
|
|
@ -27,7 +27,7 @@ It shall NOT be edited by hand.
|
||||||
- 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.1~ynh2
|
**Shipped version:** 5.2.0~ynh1
|
||||||
|
|
||||||
**Demo:** <https://demo.2fauth.app/login>
|
**Demo:** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
|
57
README_es.md
Normal file
57
README_es.md
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!--
|
||||||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
No se debe editar a mano.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# 2FAuth para Yunohost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/2fauth)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=2fauth)
|
||||||
|
|
||||||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete le permite instalar2FAuth rapidamente y simplement en un servidor YunoHost.*
|
||||||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||||
|
|
||||||
|
## Descripción general
|
||||||
|
|
||||||
|
2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
|
||||||
|
2FAuth aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
**Versión actual:** 5.2.0~ynh1
|
||||||
|
|
||||||
|
**Demo:** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
## Capturas
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentaciones y recursos
|
||||||
|
|
||||||
|
- Documentación administrador oficial: <https://docs.2fauth.app/>
|
||||||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/Bubka/2FAuth>
|
||||||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/2fauth>
|
||||||
|
- Reportar un error: <https://github.com/YunoHost-Apps/2fauth_ynh/issues>
|
||||||
|
|
||||||
|
## Información para desarrolladores
|
||||||
|
|
||||||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing
|
||||||
|
|
||||||
|
Para probar la rama `testing`, sigue asÍ:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -27,7 +27,7 @@ EZ editatu eskuz.
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 5.1.1~ynh2
|
**Paketatutako bertsioa:** 5.2.0~ynh1
|
||||||
|
|
||||||
**Demoa:** <https://demo.2fauth.app/login>
|
**Demoa:** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
- 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.1~ynh2
|
**Version incluse :** 5.2.0~ynh1
|
||||||
|
|
||||||
**Démo :** <https://demo.2fauth.app/login>
|
**Démo :** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ NON debe editarse manualmente.
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**Versión proporcionada:** 5.1.1~ynh2
|
**Versión proporcionada:** 5.2.0~ynh1
|
||||||
|
|
||||||
**Demo:** <https://demo.2fauth.app/login>
|
**Demo:** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
请勿手动编辑。
|
请勿手动编辑。
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# YunoHost 的 2FAuth
|
# YunoHost 上的 2FAuth
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/2fauth)  
|
[](https://dash.yunohost.org/appci/app/2fauth)  
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**分发版本:** 5.1.1~ynh2
|
**分发版本:** 5.2.0~ynh1
|
||||||
|
|
||||||
**演示:** <https://demo.2fauth.app/login>
|
**演示:** <https://demo.2fauth.app/login>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue