diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..0cde280 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -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/ diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index aa3ecd8..93e086e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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 diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..03a7253 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -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 \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index ca438fa..89576e9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" diff --git a/scripts/_common.sh b/scripts/_common.sh index e29204d..1db13c2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Composer version -YNH_COMPOSER_VERSION="2.4.4" +YNH_COMPOSER_VERSION="2.5.8" #================================================= # PERSONAL HELPERS