mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Update manifest.toml
This commit is contained in:
parent
927adfa12e
commit
ef7cd82479
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "2FAuth"
|
||||||
description.en = "self-hosted alternative to One Time Passcode"
|
description.en = "self-hosted alternative to One Time Passcode"
|
||||||
description.fr = "Alternative auto-hébergée a 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"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -19,8 +19,11 @@ code = "https://github.com/Bubka/2FAuth"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = true
|
sso = true
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
@ -41,8 +44,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.3.tar.gz"
|
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.4.tar.gz"
|
||||||
sha256 = "d3451ebca274fdf4c6e8d114fd3746c157dd32a98950944656b8e1695c946e17"
|
sha256 = "997bec1648eb0dce453415eaff43ef53e9310b2c2fb15c6acd0e5c04f7b700ee"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue