mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
cleaning
This commit is contained in:
parent
199dfd6f4a
commit
55f97761d4
3 changed files with 2 additions and 2 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 = "5.2.0~ynh1"
|
version = "5.2.0~ynh2"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ ram.runtime = "50M"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
|
|
||||||
[resources.apt]
|
[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.3-bcmath, php8.3-xml, php8.3-mbstring, php8.3-gd, php8.3-mysql, php8.3-curl"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue