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

Update manifest.toml
This commit is contained in:
eric_G 2023-11-21 16:34:44 +01:00 committed by GitHub
commit fa0d4b111a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -27,7 +27,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
- Edit accounts, even the imported ones
- Generate TOTP and HOTP security codes
**Shipped version:** 4.2.3~ynh1
**Shipped version:** 4.2.4~ynh1
**Demo:** https://demo.2fauth.app/login

View file

@ -27,7 +27,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
- Modifier les comptes, même ceux importés
- Générer des codes de sécurité TOTP et HOTP
**Version incluse :** 4.2.3~ynh1
**Version incluse :** 4.2.4~ynh1
**Démo :** https://demo.2fauth.app/login

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.2.3~ynh1"
version = "4.2.4~ynh1"
maintainers = ["eric_G"]
@ -19,8 +19,11 @@ code = "https://github.com/Bubka/2FAuth"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
@ -41,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.3.tar.gz"
sha256 = "d3451ebca274fdf4c6e8d114fd3746c157dd32a98950944656b8e1695c946e17"
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.4.tar.gz"
sha256 = "997bec1648eb0dce453415eaff43ef53e9310b2c2fb15c6acd0e5c04f7b700ee"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]