mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
b824ce2731
3 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**Shipped version:** 3.4.2~ynh2
|
**Shipped version:** 4.0.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.2fauth.app/login
|
**Demo:** https://demo.2fauth.app/login
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
|
||||||
- Edit accounts, even the imported ones
|
- Edit accounts, even the imported ones
|
||||||
- Generate TOTP and HOTP security codes
|
- Generate TOTP and HOTP security codes
|
||||||
|
|
||||||
**Version incluse :** 3.4.2~ynh2
|
**Version incluse :** 4.0.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.2fauth.app/login
|
**Démo :** https://demo.2fauth.app/login
|
||||||
|
|
||||||
|
|
|
@ -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 = "3.4.2~ynh2"
|
version = "4.0.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ admindoc = "https://docs.2fauth.app/"
|
||||||
code = "https://github.com/Bubka/2FAuth"
|
code = "https://github.com/Bubka/2FAuth"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.1.17"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v3.4.1.tar.gz"
|
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.0.0.tar.gz"
|
||||||
sha256 = "47228876cc431db310ccb6528af8481d1e36b013e78663566077b47d175e3f33"
|
sha256 = "3189c68ac3b10e641b086fdea4ca5cf76725cc36e92c50bae5e64321578b6ea9"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
@ -54,7 +54,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server php8.1-bcmath php8.1-xml php8.1-mbstring php8.1-gd php8.1-mysql"
|
packages = "mariadb-server php8.1-bcmath php8.1-xml php8.1-mbstring php8.1-gd php8.1-mysql php8.1-curl"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue