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

4.2.0
This commit is contained in:
eric_G 2023-09-13 12:12:10 +02:00 committed by GitHub
commit 6c6256ed13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 20 deletions

View file

@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
2FAuth aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
### Features
@ -28,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:** 4.1.0~ynh4
**Shipped version:** 4.2.0~ynh1
**Demo:** https://demo.2fauth.app/login

View file

@ -16,19 +16,18 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## 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.
2FAuth est une alternative Web auto-hébergée aux générateurs de codes d'accès à usage unique (OTP) comme Google Authenticator, conçue pour les appareils mobiles et les ordinateurs de bureau.
2FAuth vise à vous faciliter la réalisation de vos démarches d'authentification 2FA quel que soit l'appareil que vous manipulez, avec une interface claire et adaptée.
It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
### Caractéristiques
### Features
- Gérez vos comptes 2FA et organisez-les à l'aide de groupes
- Scannez et décodez n'importe quel code QR pour ajouter un compte en un rien de temps
- Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé
- Modifier les comptes, même ceux importés
- Générer des codes de sécurité TOTP et HOTP
- 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
**Version incluse :** 4.1.0~ynh4
**Version incluse :** 4.2.0~ynh1
**Démo :** https://demo.2fauth.app/login

4
doc/ADMIN_fr.md Normal file
View file

@ -0,0 +1,4 @@
2FAuth a été imaginé pour un usage personnel uniquement, il est conçu pour un seul utilisateur.
Vous devez créer un compte utilisateur pour utiliser l'application et vous ne pouvez pas créer plus d'un compte utilisateur.
Documentation d'authentification : https://docs.2fauth.app/security/authentication/

View file

@ -1,6 +1,5 @@
2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
2FAuth aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.
### Features

10
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,10 @@
2FAuth est une alternative Web auto-hébergée aux générateurs de codes d'accès à usage unique (OTP) comme Google Authenticator, conçue pour les appareils mobiles et les ordinateurs de bureau.
2FAuth vise à vous faciliter la réalisation de vos démarches d'authentification 2FA quel que soit l'appareil que vous manipulez, avec une interface claire et adaptée.
### Caractéristiques
- Gérez vos comptes 2FA et organisez-les à l'aide de groupes
- Scannez et décodez n'importe quel code QR pour ajouter un compte en un rien de temps
- Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé
- Modifier les comptes, même ceux importés
- Générer des codes de sécurité TOTP et HOTP

View file

@ -5,7 +5,7 @@ name = "2FAuth"
description.en = "self-hosted alternative to One Time Passcode"
description.fr = "Alternative auto-hébergée a One Time Passcode"
version = "4.1.0~ynh4"
version = "4.2.0~ynh1"
maintainers = ["eric_G"]
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.1.0.tar.gz"
sha256 = "461d3d464a8e74b2d190cfcc4ae2851f4f4daa9ef22bfa87ae6e96e767fc0947"
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.0.tar.gz"
sha256 = "ac427c726181914a6f6d036d565eb8a24f9fcf2c888860988fe4d02d03d83bba"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -53,7 +53,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.2-bcmath php8.2-xml php8.2-mbstring php8.2-gd php8.2-mysql php8.2-curl"
packages = "mariadb-server, php8.2-bcmath, php8.2-xml, php8.2-mbstring, php8.2-gd, php8.2-mysql, php8.2-curl"
[resources.database]
type = "mysql"

View file

@ -5,7 +5,7 @@
#=================================================
# Composer version
YNH_COMPOSER_VERSION="2.4.4"
YNH_COMPOSER_VERSION="2.5.8"
#=================================================
# PERSONAL HELPERS