1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
This commit is contained in:
Éric Gaspar 2023-09-13 10:58:42 +02:00
parent 5e1ba6ccf7
commit 92863ec30c
5 changed files with 20 additions and 7 deletions

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